This is an archive of the discontinued LLVM Phabricator instance.

Fix test on non-x86 hosts
ClosedPublic

Authored by bogden on Oct 11 2016, 6:58 AM.

Details

Summary

This test is allowed to run on non-x86 hosts and thus must use
llvm-nm rather than nm.

Diff Detail

Repository
rL LLVM

Event Timeline

bogden updated this revision to Diff 74246.Oct 11 2016, 6:58 AM
bogden retitled this revision from to Fix test on non-x86 hosts.
bogden updated this object.

Adding Teresa as it's her patch I'm messing with. Switching to llvm-nm seems the right thing to do -- output is identical to nm, but llvm-nm will work on binaries for any target supported in the llvm build.

tejohnson accepted this revision.Oct 11 2016, 7:34 AM
tejohnson edited edge metadata.

LGTM, thanks

This revision is now accepted and ready to land.Oct 11 2016, 7:34 AM
This revision was automatically updated to reflect the committed changes.