Issue 162378
Summary Enforce that only the LLDB API unit tests can link liblldb
Labels lldb
Assignees
Reporter JDevlieghere
    Enforce that only the LLDB API unit tests (`lldb/unittests/API`) can link liblldb. All the other unit tests statically link the private libraries, and linking `liblldb` there too means you end up with two copies of the same symbols, which leads to various (hard-to-debug) issues.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to