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