1 //===---------------------------------------------------------------=== 2 // llvm-mcmarkup command line tool 3 //===---------------------------------------------------------------=== 4 5 cc_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