[PATCH] D74492: [AArch64] Fix BTI landing pad generation.

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 09:38:13 PST 2020


ostannard requested changes to this revision.
ostannard added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/test/CodeGen/AArch64/branch-target-enforcement-metainstruction.ll:1
+; RUN: llc < %s -mtriple=aarch64-unknown-linux-gnu -filetype=obj -o - \
+; RUN:  | llvm-objdump -mattr=+v8.5a -d - \
----------------
This would be better as a MIR test, so we can be sure there is a meta instruction at the beginning of the function. We already have `branch-target-enforcement.mir`, which this case could be added to.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74492





More information about the llvm-commits mailing list