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

10 lines
246 B
Plaintext

cc_library_static {
name: "libLLVMGlobalISel",
defaults: [
"llvm-lib-defaults",
],
// Only pull in this one file to ensure we aren't building with this
// experimental feature just yet.
srcs: ["GlobalISel.cpp"],
}