[llvm] 21cbc8a - [gn build] Port 9502d1bcb27d

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri May 23 09:35:24 PDT 2025


Author: Nico Weber
Date: 2025-05-23T12:35:05-04:00
New Revision: 21cbc8ade91a1675e258570a45eeb4b34d859dd8

URL: https://github.com/llvm/llvm-project/commit/21cbc8ade91a1675e258570a45eeb4b34d859dd8
DIFF: https://github.com/llvm/llvm-project/commit/21cbc8ade91a1675e258570a45eeb4b34d859dd8.diff

LOG: [gn build] Port 9502d1bcb27d

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
index e25940af4693f..96ff48158749c 100644
--- a/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Sema/BUILD.gn
@@ -122,6 +122,7 @@ static_library("Sema") {
     "SemaTemplateInstantiateDecl.cpp",
     "SemaTemplateVariadic.cpp",
     "SemaType.cpp",
+    "SemaTypeTraits.cpp",
     "SemaWasm.cpp",
     "SemaX86.cpp",
     "TypeLocBuilder.cpp",


        


More information about the llvm-commits mailing list