[flang-commits] [clang] [flang] [llvm] [clang] Switch to Default PIE on FreeBSD (PR #206139)
via flang-commits
flang-commits at lists.llvm.org
Tue Jul 21 07:33:33 PDT 2026
================
@@ -1,27 +1,104 @@
-// RUN: %clang -### --target=aarch64-pc-freebsd11 %s --sysroot=%S/Inputs/basic_freebsd64_tree 2>&1 | \
-// RUN: FileCheck --check-prefix=CHECK-ARM64 %s
+/// PIE is the default on FreeBSD >= 13.1 (and unversioned triples); earlier
+/// releases default to non-PIE.
+// RUN: %clang \
----------------
aokblast wrote:
Sore thanks!
https://github.com/llvm/llvm-project/pull/206139
More information about the flang-commits
mailing list