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 5531f24 commit 253a660Copy full SHA for 253a660
llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/BUILD.gn
@@ -15,4 +15,8 @@ executable("llvm-jitlink") {
15
"llvm-jitlink-macho.cpp",
16
"llvm-jitlink.cpp",
17
]
18
+ if (host_os != "mac" && host_os != "win") {
19
+ # Corresponds to export_executable_symbols() in cmake.
20
+ ldflags = [ "-rdynamic" ]
21
+ }
22
}
0 commit comments