Home | History | Annotate | Download | only in BitWriter_2_9
      1 // For the host
      2 // =====================================================
      3 cc_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