You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.