We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263efb0 commit 2d37314Copy full SHA for 2d37314
llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn
@@ -23,10 +23,7 @@ executable("lli") {
23
"//llvm/lib/Transforms/Instrumentation",
24
"//llvm/lib/Transforms/Utils",
25
]
26
- sources = [
27
- "ExecutionUtils.cpp",
28
- "lli.cpp",
29
- ]
+ sources = [ "lli.cpp" ]
30
if (host_os != "mac" && host_os != "win") {
31
# Corresponds to export_executable_symbols() in cmake.
32
ldflags = [ "-rdynamic" ]
0 commit comments