summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lit.common.cfg
Commit message (Collapse)AuthorAgeFilesLines
* [ASan] create separate configs for running ASan lit tests in both 32- and ↵Alexey Samsonov2013-06-071-5/+0
| | | | | | 64-bit mode. Clean up RUN-lines in tests. llvm-svn: 183498
* [ASan] lit tests: create common autogenerated config for running compiler-rt ↵Alexey Samsonov2013-06-061-2/+0
| | | | | | lit tests, and use it in ASan llvm-svn: 183400
* Add lit config feature <target>-supported-target to mark target-specific testsAlexey Samsonov2013-05-211-0/+6
| | | | llvm-svn: 182355
* Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit ↵Alexey Samsonov2012-10-301-1/+1
| | | | | | configs llvm-svn: 167010
* [ASan] use clangxx_asan instead of clang_asan for C++ lit testsAlexey Samsonov2012-08-151-1/+3
| | | | llvm-svn: 161936
* [ASan] add llvm_tools_dir to lit.site.cfg for ASan and add it to PATHAlexey Samsonov2012-08-071-0/+7
| | | | llvm-svn: 161411
* First tiny move towards integrating AddressSanitizer regressions test into ↵Alexey Samsonov2012-07-311-0/+45
LLVM lit-based testing infrastructure. The goal is to be able to run ASan tests by simply running "make check-asan" command from CMake build tree: * tests should use fresh clang binary from current build tree. * tests should use the same RUN-lines syntax as llvm/clang reg tests. Next steps: - restricting tests to machines where target is equal to host, i.e. where we can produce working binaries. - moving AddressSanitizer unit tests to lit as well. llvm-svn: 161050
OpenPOWER on IntegriCloud