This is an archive of the discontinued LLVM Phabricator instance.

Change test/tools/lto/no-bitcode.s requirement from arm to aarch64
ClosedPublic

Authored by easyaspi314 on Jan 8 2019, 7:17 PM.

Details

Summary

Set the test to properly require aarch64 instead of arm. Otherwise, this test fails with LLVM_TARGETS_TO_BUILD='ARM;X86'

bin/llvm-mc: : error: unable to get target for 'arm64-apple-ios7.0.0'

Diff Detail

Repository
rL LLVM

Event Timeline

easyaspi314 created this revision.Jan 8 2019, 7:17 PM
dmgreen accepted this revision.Jan 9 2019, 2:55 PM
dmgreen added a subscriber: dmgreen.

Looks sensible to me.

This revision is now accepted and ready to land.Jan 9 2019, 2:55 PM
MaskRay accepted this revision.Jan 13 2019, 8:17 AM

@easyaspi314 do you have commit access?

@RKSimon considering that I am a newbie, I am pretty sure I do not.

@RKSimon considering that I am a newbie, I am pretty sure I do not.

OK, I'll commit this but you can request access here: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access

If you're intending to stick around for a while then its better to get the process started!

This revision was automatically updated to reflect the committed changes.