Files
2023-10-13 14:01:41 +00:00

18 lines
436 B
Plaintext

// For the host
// =====================================================
cc_library_host_static {
name: "libLLVMBitWriter_2_9",
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",
],
}