diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2021-08-24 11:58:36 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2021-08-25 08:41:07 -0400 |
commit | 77b32055ec8d103a1ddfcc3b80c9f72902aaf6ff (patch) | |
tree | 7cd42c76b0169f1d69a70e58dde26448f9a1b3bd /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 90d09eb300dbd68099715a5f70e804225adfa471 (diff) | |
download | llvm-77b32055ec8d103a1ddfcc3b80c9f72902aaf6ff.zip llvm-77b32055ec8d103a1ddfcc3b80c9f72902aaf6ff.tar.gz llvm-77b32055ec8d103a1ddfcc3b80c9f72902aaf6ff.tar.bz2 |
[libc++] Assume that compilers support extended constexpr in C++14 mode
We don't support any compiler that doesn't support C++14 constexpr when
compiling in C++14 mode anymore, so we can just assume that we have C++14
extended constexpr when compiling in C++14 mode. This allows us to remove
some workarounds for older compilers.
Differential Revision: https://reviews.llvm.org/D108638
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions