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 36321dd commit 4bacf6dCopy full SHA for 4bacf6d
tools/libSwiftScan/CMakeLists.txt
@@ -29,6 +29,13 @@ set_target_properties(libSwiftScan
29
PROPERTIES
30
OUTPUT_NAME ${SWIFT_SCAN_LIB_NAME})
31
32
+if(SWIFT_SWIFT_PARSER)
33
+ # Ensure that we can find the host shared libraries.
34
+ set_property(
35
+ TARGET libSwiftScan
36
+ APPEND PROPERTY INSTALL_RPATH "@loader_path/swift/host")
37
+endif()
38
+
39
add_llvm_symbol_exports(libSwiftScan ${LLVM_EXPORTED_SYMBOL_FILE})
40
41
# Adds -dead_strip option
0 commit comments