[llvm] 3ce5ac5 - [gn build] Port 39fc67b8af70

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 23:32:09 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-04-04T06:25:30Z
New Revision: 3ce5ac51700f11a62ee5b25393082d44028906ed

URL: https://github.com/llvm/llvm-project/commit/3ce5ac51700f11a62ee5b25393082d44028906ed
DIFF: https://github.com/llvm/llvm-project/commit/3ce5ac51700f11a62ee5b25393082d44028906ed.diff

LOG: [gn build] Port 39fc67b8af70

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 7d9287754e0ca..e034d7d817693 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
@@ -24,6 +24,7 @@ static_library("lib") {
     "BenchmarkRunner.cpp",
     "Clustering.cpp",
     "CodeTemplate.cpp",
+    "DisassemblerHelper.cpp",
     "Error.cpp",
     "LatencyBenchmarkRunner.cpp",
     "LlvmState.cpp",


        


More information about the llvm-commits mailing list