[flang-commits] [clang] [flang] [llvm] [clang] Rename CLANG_DEFAULT_PIE_ON_LINUX to CLANG_DEFAULT_PIE (PR #206568)

via flang-commits flang-commits at lists.llvm.org
Tue Jun 30 19:20:49 PDT 2026


================
@@ -278,7 +278,7 @@ set(PPC_LINUX_DEFAULT_IEEELONGDOUBLE OFF CACHE BOOL
 set(CLANG_SPAWN_CC1 OFF CACHE BOOL
     "Whether clang should use a new process for the CC1 invocation")
 
-option(CLANG_DEFAULT_PIE_ON_LINUX "Default to -fPIE and -pie on linux-gnu" ON)
+option(CLANG_DEFAULT_PIE "Default to -fPIE and -pie on linux-gnu" ON)
----------------
aokblast wrote:

I agree with you! I take the reference from CLANG_ENABLE_OBJC_REWRITER. I see this is how we used to handle deprecated value.

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


More information about the flang-commits mailing list