Home | History | Annotate | Download | only in not
      1 //===---------------------------------------------------------------===
      2 // not command line tool
      3 //===---------------------------------------------------------------===
      4 
      5 cc_binary_host {
      6     name: "not",
      7     defaults: ["llvm-defaults"],
      8     srcs: ["not.cpp"],
      9     static_libs: [
     10         "libLLVMCore",
     11         "libLLVMSupport",
     12     ],
     13 }
     14