[PATCH] D50748: [libc++] Detect C11 features on non-Clang compilers
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 14 17:06:03 PDT 2018
ldionne created this revision.
ldionne added a reviewer: mclow.lists.
Herald added a reviewer: EricWF.
Herald added subscribers: cfe-commits, dexonsmith, christof, krytarowski.
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.
[libc++] Disable failing C11 feature tests for <cfloat> and <float.h>
Those tests are breaking the test bots. A Bugzilla has been filed to
make sure those tests are re-enabled: https://bugs.llvm.org/show_bug.cgi?id=38572
Repository:
rCXX libc++
https://reviews.llvm.org/D50748
Files:
libcxx/include/__config
libcxx/test/std/depr/depr.c.headers/float_h.pass.cpp
libcxx/test/std/language.support/support.limits/c.limits/cfloat.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50748.160725.patch
Type: text/x-patch
Size: 3889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180815/de63f7b8/attachment.bin>
More information about the cfe-commits
mailing list