mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[gn build] Port f47ff8cff1ed
This commit is contained in:
parent
84bbbf8474
commit
f0eda1a2cd
@ -21,7 +21,10 @@ executable("lli") {
|
||||
"//llvm/lib/Transforms/Instrumentation",
|
||||
"//llvm/lib/Transforms/Utils",
|
||||
]
|
||||
sources = [ "lli.cpp" ]
|
||||
sources = [
|
||||
"ExecutionUtils.cpp",
|
||||
"lli.cpp",
|
||||
]
|
||||
if (host_os != "mac" && host_os != "win") {
|
||||
# Corresponds to export_executable_symbols() in cmake.
|
||||
ldflags = [ "-rdynamic" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user