summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/ios_commands/iossim_env.py
Commit message (Collapse)AuthorAgeFilesLines
* Follow-up for r301443: The python scrips need to be executable.Kuba Mracek2017-04-261-0/+0
| | | | llvm-svn: 301448
* [asan] Add support for running lit tests in the iOS SimulatorKuba Mracek2017-04-261-0/+17
This patch adds a basic support for running the ASan lit test suite against an iOS Simulator. This is done by generating more lit.site.cfg configurations into subdirectories such as IOSSimI386Config and IOSSimX86_64Config. These test suites are not added into "check-all" or into "check-asan", they have to be run manually. Differential Revision: https://reviews.llvm.org/D31477 llvm-svn: 301443
OpenPOWER on IntegriCloud