[llvm] a8e8e2d - [gn build] (manually) port 1ee32055ea1d (benchmark move)
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 16 15:33:53 PST 2021
Author: Nico Weber
Date: 2021-11-16T18:33:32-05:00
New Revision: a8e8e2d5a22636dba2f38d5eda7440a31933e8be
URL: https://github.com/llvm/llvm-project/commit/a8e8e2d5a22636dba2f38d5eda7440a31933e8be
DIFF: https://github.com/llvm/llvm-project/commit/a8e8e2d5a22636dba2f38d5eda7440a31933e8be.diff
LOG: [gn build] (manually) port 1ee32055ea1d (benchmark move)
Added:
llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn
Removed:
llvm/utils/gn/secondary/llvm/utils/benchmark/BUILD.gn
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn
index 879d5a2de8637..9489f68af3633 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/benchmarks/BUILD.gn
@@ -3,6 +3,6 @@ executable("ScudoBenchmarks") {
sources = [ "malloc_benchmark.cpp" ]
deps = [
"//compiler-rt/lib/scudo/standalone:sources",
- "//llvm/utils/benchmark",
+ "//third-party/benchmark",
]
}
diff --git a/llvm/utils/gn/secondary/llvm/utils/benchmark/BUILD.gn b/llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn
similarity index 100%
rename from llvm/utils/gn/secondary/llvm/utils/benchmark/BUILD.gn
rename to llvm/utils/gn/secondary/third-party/benchmark/BUILD.gn
More information about the llvm-commits
mailing list