[llvm] 13e7572 - [gn build] Port 8bb9443333e0

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 10:06:07 PDT 2024


Author: Arthur Eubanks
Date: 2024-04-04T17:05:31Z
New Revision: 13e75721117070d52cf3be7d88becccd5a6838b5

URL: https://github.com/llvm/llvm-project/commit/13e75721117070d52cf3be7d88becccd5a6838b5
DIFF: https://github.com/llvm/llvm-project/commit/13e75721117070d52cf3be7d88becccd5a6838b5.diff

LOG: [gn build] Port 8bb9443333e0

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn
index 15766d4a7e346b..fba81184d9920e 100644
--- a/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn
@@ -17,6 +17,7 @@ static_library("GlobalISel") {
     "CallLowering.cpp",
     "Combiner.cpp",
     "CombinerHelper.cpp",
+    "CombinerHelperVectorOps.cpp",
     "GIMatchTableExecutor.cpp",
     "GISelChangeObserver.cpp",
     "GISelKnownBits.cpp",


        


More information about the llvm-commits mailing list