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 8a7a096 commit 2811ab6Copy full SHA for 2811ab6
lldb/source/API/CMakeLists.txt
@@ -122,10 +122,6 @@ add_lldb_library(liblldb SHARED ${option_framework}
122
${option_install_prefix}
123
)
124
125
-# BEGIN Swift Mods
126
-add_properties_for_swift_modules(liblldb)
127
-# END Swift Mods
128
-
129
# lib/pythonX.Y/dist-packages/lldb/_lldb.so is a symlink to lib/liblldb.so,
130
# which depends on lib/libLLVM*.so (BUILD_SHARED_LIBS) or lib/libLLVM-10git.so
131
# (LLVM_LINK_LLVM_DYLIB). Add an additional rpath $ORIGIN/../../../../lib so
0 commit comments