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