This is an archive of the discontinued LLVM Phabricator instance.

[asan] Allow propagating env variables when testing on iOS Simulator
ClosedPublic

Authored by kubamracek on Apr 26 2017, 1:02 PM.

Details

Summary

This patch adds %env as a way to express that the environment variable should be set on the target device/simulator. This fixes some test failures when testing on iOS/Simulator.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek created this revision.Apr 26 2017, 1:02 PM
eugenis accepted this revision.Apr 26 2017, 1:27 PM
This revision is now accepted and ready to land.Apr 26 2017, 1:27 PM
This revision was automatically updated to reflect the committed changes.