[llvm] e6dff54 - [gn build] Port bc9c6c0c65e2

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 09:04:29 PST 2024


Author: LLVM GN Syncbot
Date: 2024-03-04T16:57:43Z
New Revision: e6dff54f362f9bcae2a3dd8b0bf7aa6fc9f11017

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

LOG: [gn build] Port bc9c6c0c65e2

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 cfdfd203fc62c0..a405878fecb2c0 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -94,7 +94,6 @@ static_library("AST") {
     "InheritViz.cpp",
     "Interp/ByteCodeEmitter.cpp",
     "Interp/ByteCodeExprGen.cpp",
-    "Interp/ByteCodeGenError.cpp",
     "Interp/ByteCodeStmtGen.cpp",
     "Interp/Context.cpp",
     "Interp/Descriptor.cpp",


        


More information about the llvm-commits mailing list