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