1cc_library_static {
2    name: "libLLVMGlobalISel",
3    defaults: [
4        "llvm-lib-defaults",
5    ],
6    // Only pull in this one file to ensure we aren't building with this
7    // experimental feature just yet.
8    srcs: ["GlobalISel.cpp"],
9}
10