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

Reply via email to