aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2024-02-26 14:10:26 +0000
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2024-02-26 14:10:26 +0000
commitf887fad547c7103c05f33be81fecc03782216ce6 (patch)
tree0ba0f92930c261996d37c07fd29a0e3f03bbfd08
parent62e88bc89a718ed557784afb2572e1e664cfd94e (diff)
downloadllvm-f887fad547c7103c05f33be81fecc03782216ce6.zip
llvm-f887fad547c7103c05f33be81fecc03782216ce6.tar.gz
llvm-f887fad547c7103c05f33be81fecc03782216ce6.tar.bz2
[gn build] Port 8c5e9cf73713
-rw-r--r--llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
index 1df3f3a..cfdfd20 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -108,6 +108,7 @@ static_library("AST") {
"Interp/InterpBlock.cpp",
"Interp/InterpBuiltin.cpp",
"Interp/InterpFrame.cpp",
+ "Interp/InterpShared.cpp",
"Interp/InterpStack.cpp",
"Interp/InterpState.cpp",
"Interp/Pointer.cpp",