1
0
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:
Nico Weber 2021-03-02 10:26:34 -05:00
parent 84bbbf8474
commit f0eda1a2cd

View File

@ -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" ]