You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/www
Eric Fiselier 71dc14e864 [libcxx] Add numerous options to libc++ LIT test suite configuration.
Summary:
In order to fully replace the testit script we need to update LIT so it provides the same functionality.
This patch adds a number of different configuration options to LIT to do that. It also adds documentation for all of the command line parameters that LIT supports.

Generic options added:
- `libcxx_headers`
- `libcxx_library`
- `compile_flags`


Generic options modified:
- `link_flags`: Changed from overriding the default args to adding extra args instead (to match compile flags)
- `use_sanitizer`: Renamed from `llvm_use_sanitizer`


Please see the added documentation for more information about the switches. As for the actual documentation I'm not sure if it should be kept in libc++ forever since it adds an undue maintenance burden, but I think it should be added for the time being while the changes are new. I'm verify unskilled with HTML so if the documentation needs any changes please let me know.

Hopefully this will kill testit.



Reviewers: jroelofs, mclow.lists, danalbert

Reviewed By: danalbert

Subscribers: alexfh, cfe-commits

Differential Revision: http://reviews.llvm.org/D5877

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224728 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
atomic_design.html Bruce Mitchener: Minor typo fixes. 13 years ago
atomic_design_a.html Bruce Mitchener: Minor typo fixes. 13 years ago
atomic_design_b.html Updated atomic design docs 15 years ago
atomic_design_c.html Bruce Mitchener: Minor typo fixes. 13 years ago
content.css add css files, also, test commit. 16 years ago
cxx1y_status.html Fixed damaged row in issues table; thanks to STL for the catch 12 years ago
cxx1z_status.html Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0's 11 years ago
debug_mode.html Add a note about debug mode being non-functional 12 years ago
index.html [libcxx] Add numerous options to libc++ LIT test suite configuration. 11 years ago
lit_usage.html [libcxx] Add numerous options to libc++ LIT test suite configuration. 11 years ago
menu.css add css files, also, test commit. 16 years ago
results.Linux.html Update linux test results 11 years ago
results.Windows.html New Windows libc++ test results provided by Ruben Van Boxem. 14 years ago
ts1z_status.html Update status pages for C++1z 11 years ago
type_traits_design.html Jean-Daniel : clang now supports all required type_traits. 13 years ago