[clang] [flang] [flang][Driver] Enable -pie and -no-pie in flang's driver (PR #164890)

Kiran Chandramohan via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 04:16:19 PDT 2025


================
@@ -7189,7 +7189,7 @@ defm android_pad_segment : BooleanFFlag<"android-pad-segment">, Group<f_Group>;
 def shared_libflangrt : Flag<["-"], "shared-libflangrt">,
   HelpText<"Link the flang-rt shared library">, Group<Link_Group>,
   Visibility<[FlangOption]>, Flags<[NoArgumentUnused]>;
-def static_libflangrt : Flag<["-"], "static-libflangrt">, 
+def static_libflangrt : Flag<["-"], "static-libflangrt">,
----------------
kiranchandramohan wrote:

Unrelated change?

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


More information about the cfe-commits mailing list