[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:18 PDT 2025
================
@@ -4372,7 +4372,7 @@ def fno_trigraphs : Flag<["-"], "fno-trigraphs">, Group<f_Group>,
HelpText<"Do not process trigraph sequences">,
Visibility<[ClangOption, CC1Option]>;
def funique_source_file_names: Flag<["-"], "funique-source-file-names">, Group<f_Group>,
- HelpText<"Allow the compiler to assume that each translation unit has a unique "
+ HelpText<"Allow the compiler to assume that each translation unit has a unique "
----------------
kiranchandramohan wrote:
Unrelated change?
https://github.com/llvm/llvm-project/pull/164890
More information about the cfe-commits
mailing list