[PATCH] D48794: [AArch64] Implement execute-only support.

2018-07-30 Thread Ivan Lozano via Phabricator via cfe-commits
ivanlozano abandoned this revision. ivanlozano added a comment. Alternative solution committed: https://reviews.llvm.org/rL338271 Repository: rC Clang https://reviews.llvm.org/D48794 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://

[PATCH] D48794: [AArch64] Implement execute-only support.

2018-06-29 Thread Ivan Lozano via Phabricator via cfe-commits
ivanlozano created this revision. ivanlozano added reviewers: srhines, eugenis, peter.smith, echristo. Herald added a reviewer: javed.absar. Herald added subscribers: cfe-commits, kristof.beyls. This implements execute-only support for AArch64 targets, similar to the ARM execute-only support. R