summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/ios_commands/iossim_compile.py
Commit message (Collapse)AuthorAgeFilesLines
* [asan] Add a compilation wrapper that codesigns shared libraries to support ↵Kuba Mracek2017-04-281-0/+32
iOS simulator testing Tests that run on the iOS simulator require the dlopen'd dylibs are codesigned. This patch adds the "iossim_compile.py" wrapper that codesigns any produces dylib. Differential Revision: https://reviews.llvm.org/D32561 llvm-svn: 301617
OpenPOWER on IntegriCloud