1cc_library_static {
2    name: "libLLVMIRReader",
3    defaults: [
4        "llvm-lib-defaults",
5    ],
6    srcs: ["*.cpp"],
7}
8