10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
// yaml-bench executable for the host
|
|
// =====================================================
|
|
|
|
cc_binary_host {
|
|
name: "yaml-bench",
|
|
defaults: ["llvm-defaults"],
|
|
srcs: ["YAMLBench.cpp"],
|
|
static_libs: ["libLLVMSupport"],
|
|
}
|