[llvm] ba31a19 - [gn build] Port 4c0fdcdb3307
    LLVM GN Syncbot via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 21 18:03:59 PST 2024
    
    
  
Author: LLVM GN Syncbot
Date: 2024-02-22T01:57:57Z
New Revision: ba31a195f5f2efc17bee8cf3be4260badc578615
URL: https://github.com/llvm/llvm-project/commit/ba31a195f5f2efc17bee8cf3be4260badc578615
DIFF: https://github.com/llvm/llvm-project/commit/ba31a195f5f2efc17bee8cf3be4260badc578615.diff
LOG: [gn build] Port 4c0fdcdb3307
Added: 
    
Modified: 
    llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn
Removed: 
    
################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn
index c3cafe58a1adf8..99bea150578730 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/BUILD.gn
@@ -57,6 +57,7 @@ static_library("LLVMHexagonCodeGen") {
     "HexagonFrameLowering.cpp",
     "HexagonGenExtract.cpp",
     "HexagonGenInsert.cpp",
+    "HexagonGenMemAbsolute.cpp",
     "HexagonGenMux.cpp",
     "HexagonGenPredicate.cpp",
     "HexagonHardwareLoops.cpp",
        
    
    
More information about the llvm-commits
mailing list