[libcxx-commits] [PATCH] D159171: [libc++][hardening] Remove hardening from release notes, undeprecate safe mode
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 31 08:41:45 PDT 2023
Mordante added a comment.
The patch is quite large, I assume most of it's just reverts and only little new code. Is that right?
================
Comment at: libcxx/CMakeLists.txt:760
endif()
-# TODO(LLVM 18): Remove this after branching for LLVM 17, this is a simple
-# courtesy for vendors to be notified about this change.
----------------
Note in main we should update this to LLVM 19 to keep the courtesy for vendors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159171/new/
https://reviews.llvm.org/D159171
More information about the libcxx-commits
mailing list