[llvm] 0cd1e47 - [gn build] Port d38be2ba0e4e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 15:22:43 PST 2021


Author: LLVM GN Syncbot
Date: 2021-01-21T23:19:45Z
New Revision: 0cd1e47327e68bba4b92338bf58bbab922c5d85b

URL: https://github.com/llvm/llvm-project/commit/0cd1e47327e68bba4b92338bf58bbab922c5d85b
DIFF: https://github.com/llvm/llvm-project/commit/0cd1e47327e68bba4b92338bf58bbab922c5d85b.diff

LOG: [gn build] Port d38be2ba0e4e

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/tools/llvm-mca/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/tools/llvm-mca/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-mca/BUILD.gn
index f703de7685a0..dcea89146765 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-mca/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-mca/BUILD.gn
@@ -20,6 +20,7 @@ executable("llvm-mca") {
     "Views/BottleneckAnalysis.cpp",
     "Views/DispatchStatistics.cpp",
     "Views/InstructionInfoView.cpp",
+    "Views/InstructionView.cpp",
     "Views/RegisterFileStatistics.cpp",
     "Views/ResourcePressureView.cpp",
     "Views/RetireControlUnitStatistics.cpp",


        


More information about the llvm-commits mailing list