13 lines
337 B
Text
13 lines
337 B
Text
//===---------------------------------------------------------------===
|
|
// not command line tool
|
|
//===---------------------------------------------------------------===
|
|
|
|
cc_binary_host {
|
|
name: "not",
|
|
defaults: ["llvm-defaults"],
|
|
srcs: ["not.cpp"],
|
|
static_libs: [
|
|
"libLLVMCore",
|
|
"libLLVMSupport",
|
|
],
|
|
}
|