[llvm] 8df4766 - [gn build] Port bd3a1de683f8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 10:42:23 PST 2022


Author: LLVM GN Syncbot
Date: 2022-02-10T18:38:23Z
New Revision: 8df4766eea00feec80c3f6172809f7f4e6a2c7a8

URL: https://github.com/llvm/llvm-project/commit/8df4766eea00feec80c3f6172809f7f4e6a2c7a8
DIFF: https://github.com/llvm/llvm-project/commit/8df4766eea00feec80c3f6172809f7f4e6a2c7a8.diff

LOG: [gn build] Port bd3a1de683f8

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
index 45aac8741f6b..f68b309c97cb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
@@ -66,6 +66,7 @@ static_library("CodeGen") {
     "InterleavedAccessPass.cpp",
     "InterleavedLoadCombinePass.cpp",
     "IntrinsicLowering.cpp",
+    "JMCInstrumenter.cpp",
     "LLVMTargetMachine.cpp",
     "LatencyPriorityQueue.cpp",
     "LazyMachineBlockFrequencyInfo.cpp",


        


More information about the llvm-commits mailing list