[Lldb-commits] [lldb] [lldb][test] Disable PIE for some API tests (PR #93808)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 3 00:34:18 PDT 2024


================
@@ -3,4 +3,8 @@
 # C_SOURCES := b.c
 # EXE := b.out
 
+ifndef PIE
+	LDFLAGS := -no-pie
----------------
labath wrote:

Setting LD_EXTRAS is the typical way to pass linker flags from here (the same for other files)

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


More information about the lldb-commits mailing list