|
@@ -43,6 +43,7 @@ cc_test(
|
|
|
"//common:all_llvm_targets",
|
|
"//common:all_llvm_targets",
|
|
|
"//common:check",
|
|
"//common:check",
|
|
|
"//common:ostream",
|
|
"//common:ostream",
|
|
|
|
|
+ "//testing/base:global_exe_path",
|
|
|
"//testing/base:gtest_main",
|
|
"//testing/base:gtest_main",
|
|
|
"//testing/base:test_raw_ostream",
|
|
"//testing/base:test_raw_ostream",
|
|
|
"@googletest//:gtest",
|
|
"@googletest//:gtest",
|
|
@@ -58,8 +59,10 @@ cc_binary(
|
|
|
srcs = ["compile_benchmark.cpp"],
|
|
srcs = ["compile_benchmark.cpp"],
|
|
|
deps = [
|
|
deps = [
|
|
|
":driver",
|
|
":driver",
|
|
|
- "//common:benchmark_main",
|
|
|
|
|
|
|
+ "//testing/base:benchmark_main",
|
|
|
|
|
+ "//testing/base:global_exe_path",
|
|
|
"//testing/base:source_gen_lib",
|
|
"//testing/base:source_gen_lib",
|
|
|
|
|
+ "@google_benchmark//:benchmark",
|
|
|
"@llvm-project//llvm:Support",
|
|
"@llvm-project//llvm:Support",
|
|
|
],
|
|
],
|
|
|
)
|
|
)
|
|
@@ -110,6 +113,7 @@ cc_test(
|
|
|
deps = [
|
|
deps = [
|
|
|
":driver",
|
|
":driver",
|
|
|
"//common:all_llvm_targets",
|
|
"//common:all_llvm_targets",
|
|
|
|
|
+ "//testing/base:global_exe_path",
|
|
|
"//testing/base:gtest_main",
|
|
"//testing/base:gtest_main",
|
|
|
"//testing/base:test_raw_ostream",
|
|
"//testing/base:test_raw_ostream",
|
|
|
"//toolchain/diagnostics:diagnostic_emitter",
|
|
"//toolchain/diagnostics:diagnostic_emitter",
|