This is an archive of the discontinued LLVM Phabricator instance.

[ARM,AArch64] Define __ELF__ for arm-none-eabihf and AArch64
ClosedPublic

Authored by olista01 on Apr 18 2017, 6:18 AM.

Details

Summary

This macro is defined for arm-none-eabi as of r266625, but it should also be defined for eabihf and aarch64.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 created this revision.Apr 18 2017, 6:18 AM
jmolloy accepted this revision.Apr 18 2017, 6:20 AM

LGTM!

This revision is now accepted and ready to land.Apr 18 2017, 6:20 AM
rengolin accepted this revision.Apr 18 2017, 6:22 AM
olista01 closed this revision.Apr 18 2017, 6:25 AM

Thanks, committed revision 300549.