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

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 15:09:35 PDT 2018


srhines 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:
> 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.


Repository:
  rL LLVM

https://reviews.llvm.org/D48791





More information about the llvm-commits mailing list