Skip to content

Commit 2d37314

Browse files
committed
[gn build] Port 263efb0
1 parent 263efb0 commit 2d37314

File tree

1 file changed

+1
-4
lines changed
  • llvm/utils/gn/secondary/llvm/tools/lli

1 file changed

+1
-4
lines changed

llvm/utils/gn/secondary/llvm/tools/lli/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ executable("lli") {
2323
"//llvm/lib/Transforms/Instrumentation",
2424
"//llvm/lib/Transforms/Utils",
2525
]
26-
sources = [
27-
"ExecutionUtils.cpp",
28-
"lli.cpp",
29-
]
26+
sources = [ "lli.cpp" ]
3027
if (host_os != "mac" && host_os != "win") {
3128
# Corresponds to export_executable_symbols() in cmake.
3229
ldflags = [ "-rdynamic" ]

0 commit comments

Comments
 (0)