1cc_library_static {
2    name: "libLLVMBitReader_2_7",
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
12    target: {
13        host: {
14            cflags: ["-D__HOST__"],
15        },
16        windows: {
17            enabled: true,
18        },
19    },
20}
21