From fd961bd8cdb57b57e8e34779a2b44db40cf4fb30 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 10 Jul 2014 02:20:11 +0000 Subject: Add lit configs for libcxxabi tests. This makes running libcxxabi tests on Linux _much_ easier. Adds a check-libcxxabi target to cmake. Also defaults to building a dynamic libc++abi. This is so that the default options still test the libc++abi that is being built. There are two problems with testing a static libc++abi. In the case of a standalone build, the tests will link the system's libc++, which might not have been built against our libc++abi. In the case of an in tree build, libc++ will prefer a dynamic libc++abi from the system over a static libc++abi from the output directory. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@212672 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/index.html b/www/index.html index e7937fb..197e717 100644 --- a/www/index.html +++ b/www/index.html @@ -92,10 +92,19 @@ +

To run the tests:

+ +

Note: in a standalone build, the system's libc++ will be used for tests. If + the system's libc++ was statically linked against libc++abi (or linked against + a different ABI library), this may interfere with test results.

+

Send discussions to the (clang mailing list).

-- cgit v1.2.3