llvm-project/libcxx/test
Alex Richardson 0f81598cc1 [libc++] Add a 'is-lockfree-runtime-function' lit feature
On macOS 10.14 /usr/lib/system/libcompiler_rt.dylib contains all the
`__atomic_load*`, etc. functions but does not include the `__atomic_is_lock_free`
function. The lack of this function causes the non-lockfree-atomics feature
to be set to false even though large atomic operations are actually
supported, it's just the is_lock_free() function that is missing.

This is required so that the !non-lockfree-atomics feature can be used
to XFAIL tests that require runtime library support (D88818).

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D91911
2020-12-22 11:56:20 +00:00
..
configs [libc++] Move the GDB pretty printer tests to the DSL 2020-11-16 16:16:39 -05:00
libcxx [libc++] Add a 'is-lockfree-runtime-function' lit feature 2020-12-22 11:56:20 +00:00
std [libc++] Use consistent declaration for main() in test 2020-12-15 17:34:06 -05:00
support [libc++] s/insertible/insertable/g. NFCI. 2020-12-14 09:54:58 -05:00
CMakeLists.txt [libc++] Move the GDB pretty printer tests to the DSL 2020-11-16 16:16:39 -05:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00