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.
Details
Details
- Reviewers
eugenis filcab - Commits
- rG0d91d6a4ed3f: [asan] Add a compilation wrapper that codesigns shared libraries to support iOS…
rCRT301617: [asan] Add a compilation wrapper that codesigns shared libraries to support iOS…
rL301617: [asan] Add a compilation wrapper that codesigns shared libraries to support iOS…
Diff Detail
Diff Detail
- Repository
- rL LLVM