[llvm] 2d37314 - [gn build] Port 263efb044add
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 12:32:16 PST 2024
Author: LLVM GN Syncbot
Date: 2024-01-22T20:26:19Z
New Revision: 2d373143ad69910c56bbc7161224d365813a95b0
URL: https://github.com/llvm/llvm-project/commit/2d373143ad69910c56bbc7161224d365813a95b0
DIFF: https://github.com/llvm/llvm-project/commit/2d373143ad69910c56bbc7161224d365813a95b0.diff
LOG: [gn build] Port 263efb044add
Added:
Modified:
llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn
index 19b02d0d526cbd..f351ae4fb0cb5e 100644
--- a/llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn
@@ -23,10 +23,7 @@ executable("lli") {
"//llvm/lib/Transforms/Instrumentation",
"//llvm/lib/Transforms/Utils",
]
- sources = [
- "ExecutionUtils.cpp",
- "lli.cpp",
- ]
+ sources = [ "lli.cpp" ]
if (host_os != "mac" && host_os != "win") {
# Corresponds to export_executable_symbols() in cmake.
ldflags = [ "-rdynamic" ]
More information about the llvm-commits
mailing list