This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Allow function attribute patchable_function_entry on aarch64_be
ClosedPublic

Authored by MaskRay on May 6 2020, 8:34 AM.

Diff Detail

Event Timeline

MaskRay created this revision.May 6 2020, 8:34 AM
nickdesaulniers accepted this revision.May 6 2020, 9:24 AM

oh! Thanks for the patch, I'll have to keep an eye out for this pattern in TargetArch in the future so we don't miss it.

This revision is now accepted and ready to land.May 6 2020, 9:24 AM
This revision was automatically updated to reflect the committed changes.

@MaskRay can you please cherry pick this to release-10? cc @tstellar

@MaskRay can you please cherry pick this to release-10? cc @tstellar

Already done. https://github.com/llvm/llvm-project/commit/98f9f73f6d2367aa8001c4d16de9d3b347febb08

Verified with check-clang (there are two test/Driver/riscv* failures which are unrelated)