[PATCH] D48791: [AArch64] Implement execute-only CodeGen Support.

Ivan Lozano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 15:16:32 PDT 2018


ivanlozano marked 2 inline comments as done.
ivanlozano added inline comments.


================
Comment at: test/CodeGen/AArch64/execute-only-section.ll:1
+; RUN: llc < %s -mtriple=aarch64 -mattr=+execute-only %s -o - | FileCheck %s
+
----------------
srhines wrote:
> srhines wrote:
> > Does it make sense to have another test that runs llvm-readobj on an assembled object and verifies that these sections are indeed marked as execute-only?
> And I just realized that the corresponding llvm repository change has exactly that test. Sorry for the noise.
No problem!


Repository:
  rL LLVM

https://reviews.llvm.org/D48791





More information about the llvm-commits mailing list