• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// For the host
2// =====================================================
3cc_library_host_static {
4    name: "libLLVMBitWriter_2_9",
5    defaults: ["slang-defaults"],
6    include_dirs: ["frameworks/compile/slang"],
7
8    // We don't control the source files under this dir.
9    // So, disable tidy checks.
10    tidy: false,
11
12    srcs: [
13        "BitcodeWriter.cpp",
14        "BitcodeWriterPass.cpp",
15        "ValueEnumerator.cpp",
16    ],
17}
18