Skip to content

Commit 2811ab6

Browse files
committed
[lldb] Remove extra add_properties_for_swift_modules
Leave the one after setting up the RPATH, since that's the correct usage.
1 parent 8a7a096 commit 2811ab6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/source/API/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ add_lldb_library(liblldb SHARED ${option_framework}
122122
${option_install_prefix}
123123
)
124124

125-
# BEGIN Swift Mods
126-
add_properties_for_swift_modules(liblldb)
127-
# END Swift Mods
128-
129125
# lib/pythonX.Y/dist-packages/lldb/_lldb.so is a symlink to lib/liblldb.so,
130126
# which depends on lib/libLLVM*.so (BUILD_SHARED_LIBS) or lib/libLLVM-10git.so
131127
# (LLVM_LINK_LLVM_DYLIB). Add an additional rpath $ORIGIN/../../../../lib so

0 commit comments

Comments
 (0)