[flang-commits] [clang] [flang] [llvm] [clang] Switch to Default PIE on FreeBSD (PR #206139)

via flang-commits flang-commits at lists.llvm.org
Wed Jul 15 04:47:02 PDT 2026


================
@@ -8,6 +8,9 @@
 /* Bug report URL. */
 #define BUG_REPORT_URL "${BUG_REPORT_URL}"
 
+/* Default to -fPIE and -pie on FreeBSD. */
+#cmakedefine01 CLANG_DEFAULT_PIE_ON_FREEBSD
----------------
aokblast wrote:

Oh ok. I am good to remove this option. It actually makes testcase much easier to write.

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


More information about the flang-commits mailing list