llvm/llvm/utils/gn/secondary/llvm/utils/not/BUILD.gn

executable("not") {
  deps = [ "//llvm/lib/Support" ]
  sources = [ "not.cpp" ]
}