blob: b14d3e65e7159bf6e8ec577ccaff35e7a61721b8 [file] [log] [blame]
// For the host
// =====================================================
cc_library_host_static {
name: "libLLVMBitWriter_2_9_func",
defaults: ["slang-defaults"],
include_dirs: ["frameworks/compile/slang"],
// We don't control the source files under this dir.
// So, disable tidy checks.
tidy: false,
srcs: [
"BitcodeWriter.cpp",
"BitcodeWriterPass.cpp",
"ValueEnumerator.cpp",
],
}