This is an archive of the discontinued LLVM Phabricator instance.

[asan] Add a compilation wrapper that codesigns shared libraries to support iOS simulator testing
ClosedPublic

Authored by kubamracek on Apr 26 2017, 2:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek created this revision.Apr 26 2017, 2:33 PM
eugenis accepted this revision.Apr 27 2017, 3:04 PM
eugenis added inline comments.
test/lit.common.cfg
112 ↗(On Diff #96823)

why not assign directly to config.compile_wrapper?

This revision is now accepted and ready to land.Apr 27 2017, 3:04 PM
kubamracek added inline comments.Apr 27 2017, 3:08 PM
test/lit.common.cfg
112 ↗(On Diff #96823)

Sure, will do.

This revision was automatically updated to reflect the committed changes.