• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//===---------------------------------------------------------------===
2// llvm-bcanalyzer command line tool
3//===---------------------------------------------------------------===
4
5cc_binary_host {
6    name: "llvm-bcanalyzer",
7    defaults: ["llvm-defaults"],
8    srcs: ["llvm-bcanalyzer.cpp"],
9    static_libs: [
10        "libLLVMBitReader",
11        "libLLVMCore",
12        "libLLVMSupport",
13    ],
14}
15