summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_linux_libcxx_tree
Commit message (Collapse)AuthorAgeFilesLines
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and ↵Petr Hosek2019-05-221-0/+0
| | | | | | | | | | | | | | | | | include/c++ This change is a consequence of the discussion in "RFC: Place libs in Clang-dedicated directories", specifically the suggestion that libunwind, libc++abi and libc++ shouldn't be using Clang resource directory. Tools like clangd make this assumption, but this is currently not true for the LLVM_ENABLE_PER_TARGET_RUNTIME_DIR build. This change addresses that by moving the output of these libraries to lib/$target/c++ and include/c++ directories, leaving resource directory only for compiler-rt runtimes and Clang builtin headers. Differential Revision: https://reviews.llvm.org/D59168 llvm-svn: 361432
* [Clang] Include the test directory ommited in r355665Petr Hosek2019-03-081-0/+0
| | | | | | This was omitted in r355655 causing the test to fail. llvm-svn: 355666
* Add the test trees that were supposed to be part of r199632.Chandler Carruth2014-01-203-0/+0
llvm-svn: 199633
OpenPOWER on IntegriCloud