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