10 lines
246 B
Plaintext
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"],
|
|
}
|