This is an archive of the discontinued LLVM Phabricator instance.

[test] Fix test failure
ClosedPublic

Authored by ctetreau on Oct 11 2019, 1:00 PM.

Details

Summary

The version mismatch symbol is version 9 on 32 bit android. Since
this test isn't actually testing any android specific functionality,
we force the target triple to x86_64-unknown-unknown in order to have
a consistent version number. It seems the test was already trying to
do this, just not doing it right

Diff Detail

Event Timeline

ctetreau created this revision.Oct 11 2019, 1:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2019, 1:00 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
leonardchan accepted this revision.Oct 11 2019, 1:42 PM
This revision is now accepted and ready to land.Oct 11 2019, 1:42 PM
This revision was automatically updated to reflect the committed changes.