blob: df5092fbc84e1ed5c4fa80b459cdd6b5974fa714 [file] [log] [blame]
// yaml-bench executable for the host
// =====================================================
cc_binary_host {
name: "yaml-bench",
defaults: ["llvm-defaults"],
srcs: ["YAMLBench.cpp"],
static_libs: ["libLLVMSupport"],
}