[llvm] 364e455 - [gn build] Port 7158fd381a0b
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 06:27:51 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-16T13:22:38Z
New Revision: 364e4559370766d5d0689132cf3e16d31270aa69
URL: https://github.com/llvm/llvm-project/commit/364e4559370766d5d0689132cf3e16d31270aa69
DIFF: https://github.com/llvm/llvm-project/commit/364e4559370766d5d0689132cf3e16d31270aa69.diff
LOG: [gn build] Port 7158fd381a0b
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
index f59e9ba8d4339..3a50975bfa3d3 100644
--- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
@@ -26,7 +26,5 @@ static_library("Interpreter") {
"IncrementalExecutor.cpp",
"IncrementalParser.cpp",
"Interpreter.cpp",
- "InterpreterUtils.cpp",
- "Value.cpp",
]
}
More information about the llvm-commits
mailing list