diff options
author | Louis Dionne <ldionne@apple.com> | 2018-08-15 00:16:41 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2018-08-15 00:16:41 +0000 |
commit | 894ffdd82fb8c9a45c7746f190beb3eb3b7e455a (patch) | |
tree | c10f5f8dd2af4d7864641ba5b9692dce345d017f /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 66654b72c9e6b2aea51d20f9949a010df864d0f9 (diff) | |
download | llvm-894ffdd82fb8c9a45c7746f190beb3eb3b7e455a.zip llvm-894ffdd82fb8c9a45c7746f190beb3eb3b7e455a.tar.gz llvm-894ffdd82fb8c9a45c7746f190beb3eb3b7e455a.tar.bz2 |
[libc++] Detect C11 features on non-Clang compilers
Summary:
The macros were inside `#if defined(_LIBCPP_COMPILER_CLANG)`, which means
we would never detect C11 features on non-Clang compilers. According to
Marshall Clow, this is not the intended behavior.
Reviewers: mclow.lists, EricWF
Subscribers: krytarowski, christof, dexonsmith, cfe-commits
Differential Revision: https://reviews.llvm.org/D50748
llvm-svn: 339741
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions