[all-commits] [llvm/llvm-project] 02572c: [lldb] Enforce that only the LLDB API unit tests c...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Oct 8 12:55:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02572c6e9bbb60916ce471cbfec339b68a2121e2
https://github.com/llvm/llvm-project/commit/02572c6e9bbb60916ce471cbfec339b68a2121e2
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-10-08 (Wed, 08 Oct 2025)
Changed paths:
M lldb/unittests/API/CMakeLists.txt
M lldb/unittests/CMakeLists.txt
M lldb/unittests/DAP/CMakeLists.txt
Log Message:
-----------
[lldb] Enforce that only the LLDB API unit tests can link liblldb (#162384)
Enforce that only specific tests can link liblldb. All the other unit
tests statically link the private libraries. Linking both the static
libraries and liblldb results in duplicated symbols.
Fixes #162378
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list