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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 29 08:45:07 PST 2024


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

I am worried about that -- I'm also worried about folks thinking it applies to more than libc++.

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


More information about the cfe-commits mailing list