[clang] Add option -fstdlib-hardening= (PR #78763)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 29 08:47:03 PST 2024


================
@@ -7730,6 +7730,14 @@ def source_date_epoch : Separate<["-"], "source-date-epoch">,
 
 } // let Visibility = [CC1Option]
 
+def stdlib_hardening_EQ : Joined<["-"], "fstdlib-hardening=">,
----------------
cor3ntin wrote:

It is consistent with `-stdlib`

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


More information about the cfe-commits mailing list