[llvm] r371849 - gn build: (manually) merge r371834

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 05:59:06 PDT 2019


Author: nico
Date: Fri Sep 13 05:59:06 2019
New Revision: 371849

URL: http://llvm.org/viewvc/llvm-project?rev=371849&view=rev
Log:
gn build: (manually) merge r371834

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

Modified: llvm/trunk/utils/gn/secondary/clang/lib/AST/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang/lib/AST/BUILD.gn?rev=371849&r1=371848&r2=371849&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/lib/AST/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/lib/AST/BUILD.gn Fri Sep 13 05:59:06 2019
@@ -65,6 +65,27 @@ static_library("AST") {
     "ExternalASTSource.cpp",
     "FormatString.cpp",
     "InheritViz.cpp",
+    "Interp/Block.cpp",
+    "Interp/ByteCodeEmitter.cpp",
+    "Interp/ByteCodeExprGen.cpp",
+    "Interp/ByteCodeGenError.cpp",
+    "Interp/ByteCodeStmtGen.cpp",
+    "Interp/Context.cpp",
+    "Interp/Descriptor.cpp",
+    "Interp/Disasm.cpp",
+    "Interp/EvalEmitter.cpp",
+    "Interp/Frame.cpp",
+    "Interp/Function.cpp",
+    "Interp/Interp.cpp",
+    "Interp/InterpFrame.cpp",
+    "Interp/InterpStack.cpp",
+    "Interp/InterpState.cpp",
+    "Interp/Pointer.cpp",
+    "Interp/PrimType.cpp",
+    "Interp/Program.cpp",
+    "Interp/Record.cpp",
+    "Interp/Source.cpp",
+    "Interp/State.cpp",
     "ItaniumCXXABI.cpp",
     "ItaniumMangle.cpp",
     "JSONNodeDumper.cpp",




More information about the llvm-commits mailing list