[Lldb-commits] [lldb] [lldb-dap] Fix the breakpoint events test. (PR #180518)

Sergei Druzhkov via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 9 05:26:48 PST 2026


================
@@ -1,4 +1,8 @@
 DYLIB_NAME := unlikely_name
 DYLIB_CXX_SOURCES := foo.cpp
 CXX_SOURCES := main.cpp
+
+LD_EXTRAS := -Wl,-rpath "-Wl,$(shell pwd)"
----------------
DrSergei wrote:

Great idea! In my experience using of `LD_PRELOAD` or `LD_PRELOAD_PATH` is more  popular (just to note about another way). 

https://github.com/llvm/llvm-project/pull/180518


More information about the lldb-commits mailing list