blob: 25a2f83e49eaded735f837fbe96c3d2fcb494e60 [file] [log] [blame]
//===---------------------------------------------------------------===
// not command line tool
//===---------------------------------------------------------------===
cc_binary_host {
name: "not",
defaults: ["llvm-defaults"],
srcs: ["not.cpp"],
static_libs: [
"libLLVMCore",
"libLLVMSupport",
],
}