You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Cautiously enable the safe hardened mode in libc++.
114
+
# Cautiously enable the extensive hardening mode in libc++.
115
115
if((DEFINEDLIBCXX_HARDENING_MODE) AND
116
-
(NOTLIBCXX_HARDENING_MODESTREQUAL"safe"))
117
-
message(WARNING"LLVM_ENABLE_ASSERTIONS implies LIBCXX_HARDENING_MODE \"safe\" but is overriden from command line with value \"${LIBCXX_HARDENING_MODE}\".")
116
+
(NOTLIBCXX_HARDENING_MODESTREQUAL"extensive"))
117
+
message(WARNING"LLVM_ENABLE_ASSERTIONS implies LIBCXX_HARDENING_MODE \"extensive\" but is overriden from command line with value \"${LIBCXX_HARDENING_MODE}\".")
0 commit comments