[Lldb-commits] [lldb] [LLDB] Move SB API test helpers to separate library (PR #185866)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 11 12:51:35 PDT 2026
================
@@ -0,0 +1,12 @@
+set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
+add_lldb_library(lldbSBUtilityHelpers
+ SBTestUtilities.cpp
+
+ LINK_COMPONENTS
+ Support
+ LINK_LIBS
+ liblldb
+ lldbUtility
+ lldbUtilityHelpers
----------------
Nerixyz wrote:
We can only get rid of `lldbUtility`. `lldbUtilityHelpers` provides `lldb_private::TestFile` that's used in the helper.
https://github.com/llvm/llvm-project/pull/185866
More information about the lldb-commits
mailing list