[llvm] 1ea2723 - [gn build] Port 446268a2234

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 05:38:47 PST 2020


Author: LLVM GN Syncbot
Date: 2020-02-07T13:35:48Z
New Revision: 1ea2723eb5d0a5f4ef0c15cc9d12b1ce1f710699

URL: https://github.com/llvm/llvm-project/commit/1ea2723eb5d0a5f4ef0c15cc9d12b1ce1f710699
DIFF: https://github.com/llvm/llvm-project/commit/1ea2723eb5d0a5f4ef0c15cc9d12b1ce1f710699.diff

LOG: [gn build] Port 446268a2234

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 b920a5862166..23a73427e68e 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,6 +21,7 @@ static_library("lib") {
     "BenchmarkRunner.cpp",
     "Clustering.cpp",
     "CodeTemplate.cpp",
+    "Error.cpp",
     "LatencyBenchmarkRunner.cpp",
     "LlvmState.cpp",
     "MCInstrDescView.cpp",


        


More information about the llvm-commits mailing list