Home | History | Annotate | Download | only in BitReader_3_0
      1 cc_library_static {
      2     name: "libLLVMBitReader_3_0",
      3     vendor_available: true,
      4     defaults: ["llvm-defaults"],
      5     host_supported: true,
      6 
      7     // We don't control the source files under this dir.
      8     // So, disable tidy checks.
      9     tidy: false,
     10 
     11     srcs: ["BitcodeReader.cpp"],
     12     target: {
     13         host: {
     14             cflags: ["-D__HOST__"],
     15         },
     16         windows: {
     17             enabled: true,
     18         },
     19     },
     20 }
     21