[libcxx-commits] [PATCH] D158823: [libc++][hardening] Add back the safe mode.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 28 22:20:59 PDT 2023


var-const marked 3 inline comments as done.
var-const added inline comments.


================
Comment at: libcxx/cmake/caches/Generic-safe-mode.cmake:1
+set(LIBCXX_HARDENING_MODE "safe" CACHE STRING "")
----------------
var-const wrote:
> Mordante wrote:
> > I really would like to enable modules in this build too. Maybe it would be better to do in a followup when we want to backport this.
> Thanks! I'll do it in a follow-up like you suggest.
(https://reviews.llvm.org/D159065)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158823/new/

https://reviews.llvm.org/D158823



More information about the libcxx-commits mailing list