[all-commits] [llvm/llvm-project] e0d66c: [libc++] Rename LIBCXX_ENABLE_DEBUG_MODE to LIBCXX...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 9 11:40:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e0d66ccf068752b7d194bb231993f171ba23d830
https://github.com/llvm/llvm-project/commit/e0d66ccf068752b7d194bb231993f171ba23d830
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M libcxx/cmake/caches/Apple.cmake
M libcxx/cmake/caches/Generic-nodebug.cmake
M libcxx/src/CMakeLists.txt
M libcxx/test/CMakeLists.txt
M libcxx/test/configs/legacy.cfg.in
Log Message:
-----------
[libc++] Rename LIBCXX_ENABLE_DEBUG_MODE to LIBCXX_ENABLE_DEBUG_MODE_SUPPORT
To make it clearer this is about whether the library supports the debug
mode at all, not whether the debug mode is enabled. Per comment by Nico
Weber on IRC.
More information about the All-commits
mailing list