blob: 1e2a180b30e60d1e94a968072d570852036aad8b [file] [log] [blame]
// For the host and device
// =====================================================
cc_library_static {
name: "libLLVMBitWriter_3_2",
host_supported: true,
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",
],
}