[llvm] 9ecfaad - [gn build] Port 24b7b99b7d6
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 07:35:56 PST 2020
Author: LLVM GN Syncbot
Date: 2020-01-20T15:32:54Z
New Revision: 9ecfaad7573bdc6725cc717cb79c9b0a32f9765a
URL: https://github.com/llvm/llvm-project/commit/9ecfaad7573bdc6725cc717cb79c9b0a32f9765a
DIFF: https://github.com/llvm/llvm-project/commit/9ecfaad7573bdc6725cc717cb79c9b0a32f9765a.diff
LOG: [gn build] Port 24b7b99b7d6
Added:
Modified:
llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
index 199c0331ba4e..b920a5862166 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
@@ -21,18 +21,20 @@ static_library("lib") {
"BenchmarkRunner.cpp",
"Clustering.cpp",
"CodeTemplate.cpp",
- "Latency.cpp",
+ "LatencyBenchmarkRunner.cpp",
"LlvmState.cpp",
"MCInstrDescView.cpp",
+ "ParallelSnippetGenerator.cpp",
"PerfHelper.cpp",
"RegisterAliasing.cpp",
"RegisterValue.cpp",
"SchedClassResolution.cpp",
+ "SerialSnippetGenerator.cpp",
"SnippetFile.cpp",
"SnippetGenerator.cpp",
"SnippetRepetitor.cpp",
"Target.cpp",
- "Uops.cpp",
+ "UopsBenchmarkRunner.cpp",
]
if (llvm_build_AArch64) {
More information about the llvm-commits
mailing list