diff options
author | Louis Dionne <ldionne@apple.com> | 2020-10-06 16:46:58 -0400 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2020-10-07 09:20:59 -0400 |
commit | ce1365f8f7e3d8297d74afafe7cbbda442a25c50 (patch) | |
tree | 32980a62fe20ee7d05c4d64fc16cc843c10c5309 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 602c193e2aeb19f5d2e48075281601a2386e8758 (diff) | |
download | llvm-ce1365f8f7e3d8297d74afafe7cbbda442a25c50.zip llvm-ce1365f8f7e3d8297d74afafe7cbbda442a25c50.tar.gz llvm-ce1365f8f7e3d8297d74afafe7cbbda442a25c50.tar.bz2 |
[libc++] Add a CMake option to control whether the debug mode is supported
Some libc++ builds may want to disable support for the debug mode,
for example to reduce code size or because the current implementation
of the debug mode requires a global map. This commit adds the
LIBCXX_ENABLE_DEBUG_MODE CMake option and ties it into the test
suite.
It also adds a CI job to test this configuration going forward.
Differential Revision: https://reviews.llvm.org/D88923
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions