summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.in
AgeCommit message (Expand)Author
2018-02-23Allow passing additional compiler/linker flags for the testsAlexander Richardson
2018-01-08[libcxx] Support the use of compiler-rt in lit testsPetr Hosek
2017-01-14[libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug modeEric Fiselier
2017-01-06[libc++] Cleanup and document <__threading_support>Eric Fiselier
2017-01-03[libcxx] Add build/test support for the externally threaded libc++abi variantAsiri Rathnayake
2016-11-13Fix GCC libc++abi buildEric Fiselier
2016-10-12Add mork workarounds for running the test suite against libstdc++Eric Fiselier
2016-09-11[libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake
2016-07-18Rework libatomic handling in CMake and LIT.Eric Fiselier
2016-06-17Add Filesystem TS -- CompleteEric Fiselier
2016-05-03Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier
2016-04-19Framework to allow testing of static libc++abiBen Craig
2016-02-11Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris
2016-02-09Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris
2016-02-09Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris
2015-10-14[libcxx] Use __config_site to configure the test suite features.Eric Fiselier
2015-10-13ABI versioning macros for libc++.Evgeniy Stepanov
2015-07-30Reapply working parts of CMake cleanup.Eric Fiselier
2015-07-29Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier
2015-07-29Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier
2015-07-29Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg
2015-07-29[libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier
2015-07-22[libcxx] Add support for sanitizers on OS X.Eric Fiselier
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2015-05-16libcxx: Fix ARM libc++/abi and libunwind buildbot.Logan Chien
2015-03-31[libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten
2015-03-12Add option to disable access to the global filesystem namespace.Ed Schouten
2015-02-26Add remote testing support to the lit config.Jonathan Roelofs
2015-02-13Modularize TargetInfo discovery in the lit configJonathan Roelofs
2015-01-16[libc++] Add support for cross compiling.Dan Albert
2015-01-15Add a cmake option for LIT configuration variant.Dan Albert
2015-01-14Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs
2014-12-22[libcxx] Add numerous options to libc++ LIT test suite configuration. Eric Fiselier
2014-12-20[libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfgEric Fiselier
2014-12-12Add support for building libc++ as a 32 bit libraryEric Fiselier
2014-12-12Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...Eric Fiselier
2014-12-06Add support for building and testing libc++ without threads to CMake.Eric Fiselier
2014-10-19[libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier
2014-10-18[libcxx] Add support for building and testing with an ABI library not along l...Eric Fiselier
2014-08-18[libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier
2014-08-16[libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier
2014-08-08Fix re-building in-tree libc++ against in-tree libc++abiViktor Kutuzov
2013-10-06Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer