llvm-project/libcxx/docs/DesignDocs
Louis Dionne f14927e98e [libcxx] Always enable availability in the lit test suite.
Summary:
Running the tests without availability enabled doesn't really make sense:
availability annotations allow catching errors at compile-time instead
of link-time. Running the tests without availability enabled allows
confirming that a test breaks at link-time under some configuration,
but it is more useful to instead check that it should fail at compile-time.

Always enabling availability in the lit test suite will greatly simplify
XFAILs and troubleshooting of failing tests, which is currently a giant
pain because we have these two levels of possible failure: link-time and
compile-time.

Reviewers: EricWF, mclow.lists

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Differential Revision: https://reviews.llvm.org/D55079

llvm-svn: 348296
2018-12-04 19:31:08 +00:00
..
ABIVersioning.rst Use __config_site when building libc++. Also cleanup ABI versioning doc 2015-10-14 00:22:05 +00:00
AvailabilityMarkup.rst [libcxx] Always enable availability in the lit test suite. 2018-12-04 19:31:08 +00:00
CapturingConfigInfo.rst fix some typos in the doc 2018-09-20 08:05:01 +00:00
DebugMode.rst Fix typo in docs 2017-02-05 01:16:25 +00:00
FileTimeType.rst [NFC] Fix grammatical mistakes in libc++ FileTimeType design docs 2018-07-25 13:40:49 +00:00
ThreadingSupportAPI.rst [cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 threads 2018-01-05 20:48:29 +00:00
VisibilityMacros.rst [libc++] Make sure we can build libc++ with -fvisibility=hidden 2018-10-25 12:13:43 +00:00