This is an archive of the discontinued LLVM Phabricator instance.

test: pass correct objcopy and ar paths to the test runner
ClosedPublic

Authored by labath on Feb 28 2017, 4:18 AM.

Details

Summary

The test runner has code to autodetect this, but it's not very smart --
in particular, it fails in the case where we build the test executables
with the just-built clang. Since cmake already has the knowledge about
the right toolchain, we can just have it pass the appropriate flags to
the test runner.

This also removes the "temporary" cache-scrubbing hack added a couple
months ago.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Feb 28 2017, 4:18 AM
This revision was automatically updated to reflect the committed changes.