[llvm] [libcxx] [libc++][hardening] Rework macros for enabling the hardening mode. (PR #70575)

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 12:50:12 PDT 2023


================
@@ -0,0 +1 @@
+set(LIBCXX_HARDENING_MODE "fast" CACHE STRING "")
----------------
ldionne wrote:

You could consider naming these `Generic-hardening-mode-debug.cmake` (or just `Generic-hardening-debug.cmake`) & al so that they show up side by side when browsing files. Not necessary, but might be nice.

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


More information about the llvm-commits mailing list