Issue 183791
Summary Support building the ScriptInterpreter plugins as shared libraries
Labels lldb
Assignees JDevlieghere
Reporter JDevlieghere
    This is a top-level issue to track support for building the script interpreter plugins as shared libraries, instead of statically linking them into `liblldb`. This allows the plugins, rather than `liblldb`, to link against their respective dependencies such as `libpython` and `liblua` and not prevent LLDB from loading if they're not present.

- [x] https://github.com/llvm/llvm-project/pull/182400
- [x] https://github.com/llvm/llvm-project/pull/182406
- [x] https://github.com/llvm/llvm-project/pull/182628
- [x] https://github.com/llvm/llvm-project/pull/182634
- [x] https://github.com/llvm/llvm-project/pull/182962
- [x] https://github.com/llvm/llvm-project/pull/183203
- [ ] https://github.com/llvm/llvm-project/pull/183637
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to