[llvm] a4ae029 - [gn build] Port 1ebfe9b264bb
    LLVM GN Syncbot via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 15 01:13:00 PST 2022
    
    
  
Author: LLVM GN Syncbot
Date: 2022-11-15T09:07:55Z
New Revision: a4ae029b087070c43d8eb25c9240de3eb345ed63
URL: https://github.com/llvm/llvm-project/commit/a4ae029b087070c43d8eb25c9240de3eb345ed63
DIFF: https://github.com/llvm/llvm-project/commit/a4ae029b087070c43d8eb25c9240de3eb345ed63.diff
LOG: [gn build] Port 1ebfe9b264bb
Added: 
    
Modified: 
    llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
Removed: 
    
################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index 9c496c4811e0f..34973f258956e 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -42,6 +42,7 @@ static_library("Support") {
     "ARMAttributeParser.cpp",
     "ARMBuildAttrs.cpp",
     "ARMTargetParser.cpp",
+    "ARMTargetParserCommon.cpp",
     "ARMWinEH.cpp",
     "AddressRanges.cpp",
     "Allocator.cpp",
        
    
    
More information about the llvm-commits
mailing list