[PATCH] D59780: Support Intel Control-flow Enforcement Technology

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 01:32:00 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/test/ELF/Inputs/i386-cet2.s:1
+.section ".note.gnu.property", "a"
+.long 4
----------------
MaskRay wrote:
> Missing `.align 8`
Sorry, `x86-64-cet.s` needs `.align 8`, not `i386-cet*.s`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59780/new/

https://reviews.llvm.org/D59780





More information about the llvm-commits mailing list