================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
