[llvm] 4b7f07a - [gn build] Port db94852b9b4c

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 01:38:58 PDT 2024


Author: Nico Weber
Date: 2024-08-27T10:38:34+02:00
New Revision: 4b7f07a0e3c7537aeef1774242d9328bee1adf1a

URL: https://github.com/llvm/llvm-project/commit/4b7f07a0e3c7537aeef1774242d9328bee1adf1a
DIFF: https://github.com/llvm/llvm-project/commit/4b7f07a0e3c7537aeef1774242d9328bee1adf1a.diff

LOG: [gn build] Port db94852b9b4c

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
index 1dd34f2a077bc5..0428322e07e3e8 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -62,6 +62,32 @@ static_library("AST") {
     "AttrDocTable.cpp",
     "AttrImpl.cpp",
     "Availability.cpp",
+    "ByteCode/ByteCodeEmitter.cpp",
+    "ByteCode/Compiler.cpp",
+    "ByteCode/Context.cpp",
+    "ByteCode/Descriptor.cpp",
+    "ByteCode/Disasm.cpp",
+    "ByteCode/DynamicAllocator.cpp",
+    "ByteCode/EvalEmitter.cpp",
+    "ByteCode/EvaluationResult.cpp",
+    "ByteCode/Floating.cpp",
+    "ByteCode/Frame.cpp",
+    "ByteCode/Function.cpp",
+    "ByteCode/FunctionPointer.cpp",
+    "ByteCode/Interp.cpp",
+    "ByteCode/InterpBlock.cpp",
+    "ByteCode/InterpBuiltin.cpp",
+    "ByteCode/InterpFrame.cpp",
+    "ByteCode/InterpShared.cpp",
+    "ByteCode/InterpStack.cpp",
+    "ByteCode/InterpState.cpp",
+    "ByteCode/MemberPointer.cpp",
+    "ByteCode/Pointer.cpp",
+    "ByteCode/PrimType.cpp",
+    "ByteCode/Program.cpp",
+    "ByteCode/Record.cpp",
+    "ByteCode/Source.cpp",
+    "ByteCode/State.cpp",
     "CXXInheritance.cpp",
     "Comment.cpp",
     "CommentBriefParser.cpp",
@@ -92,31 +118,6 @@ static_library("AST") {
     "ExternalASTSource.cpp",
     "FormatString.cpp",
     "InheritViz.cpp",
-    "ByteCode/ByteCodeEmitter.cpp",
-    "ByteCode/Compiler.cpp",
-    "ByteCode/Context.cpp",
-    "ByteCode/Descriptor.cpp",
-    "ByteCode/Disasm.cpp",
-    "ByteCode/DynamicAllocator.cpp",
-    "ByteCode/EvalEmitter.cpp",
-    "ByteCode/EvaluationResult.cpp",
-    "ByteCode/Floating.cpp",
-    "ByteCode/Frame.cpp",
-    "ByteCode/Function.cpp",
-    "ByteCode/Interp.cpp",
-    "ByteCode/InterpBlock.cpp",
-    "ByteCode/InterpBuiltin.cpp",
-    "ByteCode/InterpFrame.cpp",
-    "ByteCode/InterpShared.cpp",
-    "ByteCode/InterpStack.cpp",
-    "ByteCode/InterpState.cpp",
-    "ByteCode/MemberPointer.cpp",
-    "ByteCode/Pointer.cpp",
-    "ByteCode/PrimType.cpp",
-    "ByteCode/Program.cpp",
-    "ByteCode/Record.cpp",
-    "ByteCode/Source.cpp",
-    "ByteCode/State.cpp",
     "ItaniumCXXABI.cpp",
     "ItaniumMangle.cpp",
     "JSONNodeDumper.cpp",


        


More information about the llvm-commits mailing list