llvm-project/libcxx/test/support/test.support
Eric Fiselier 0ef3b1b10a Put C++ ABI headers in a special build directory instead of the top level.
This patch changes where the C++ ABI headers are put during the build. Previously
    they were put in the top level include directory (not the libc++ header directory).
    However that just polutes the top level directory. Instead this patch creates a special
    directory to put them in. The reason they can't be put under c++/v1 until after the build
    is because libc++ uses the in-source headers, so we can't add the include path of the libc++
    headers in the object dir.

    Additionally this patch teaches the test suite how to find the ABI headers,
    and adds a demangling utility to help debug tests with.

llvm-svn: 289195
2016-12-09 09:31:01 +00:00
..
test_convertible_header.pass.cpp
test_demangle.pass.cpp Put C++ ABI headers in a special build directory instead of the top level. 2016-12-09 09:31:01 +00:00
test_macros_header_exceptions.fail.cpp
test_macros_header_exceptions.pass.cpp
test_macros_header_rtti.fail.cpp
test_macros_header_rtti.pass.cpp