This is an archive of the discontinued LLVM Phabricator instance.

[LLD][ARM] Change REQUIRES: ARM to Requires: arm
ClosedPublic

Authored by peter.smith on Nov 21 2018, 2:49 AM.

Details

Summary

When REQUIRES: ARM is used the test is skipped as ARM is not recognized. Change to REQUIRES: arm so that it is run. This required updating one of the tests due to changes in expected output. In this case the name of a mapping symbol changed, as this wasn't important to the test so I removed the line.

Diff Detail

Repository
rL LLVM

Event Timeline

peter.smith created this revision.Nov 21 2018, 2:49 AM
grimar accepted this revision.Nov 21 2018, 2:53 AM

LGTM. Nice!

This revision is now accepted and ready to land.Nov 21 2018, 2:53 AM
This revision was automatically updated to reflect the committed changes.