Home | History | Annotate | Download | only in yaml-bench
      1 // yaml-bench executable for the host
      2 // =====================================================
      3 
      4 cc_binary_host {
      5     name: "yaml-bench",
      6     defaults: ["llvm-defaults"],
      7     srcs: ["YAMLBench.cpp"],
      8     static_libs: ["libLLVMSupport"],
      9 }
     10