This is an archive of the discontinued LLVM Phabricator instance.

[tests][Driver] Set `--sysroot=""` to allow `DEFAULT_SYSROOT` build
ClosedPublic

Authored by hubert.reinterpretcast on May 10 2020, 4:05 PM.

Details

Summary

If DEFAULT_SYSROOT is configured to some path, some tests would fail. This patch overrides sysroot to be the empty string in the style of D66834 so that the tests will pass even when the build is configured with a DEFAULT_SYSROOT.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2020, 4:05 PM
This revision is now accepted and ready to land.May 10 2020, 10:59 PM
This revision was automatically updated to reflect the committed changes.