Skip to content

Enforce that only the LLDB API unit tests can link liblldb #162378

@JDevlieghere

Description

@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.

Metadata

Metadata

Assignees

Labels

cmakeBuild system in general and CMake in particularlldb

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions