[PATCH] D55670: [RFC] [COFF] [AArch64] Avoid crashing on .seh directives in assembly

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 09:18:39 PST 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: test/MC/AArch64/seh.s:75
+
+// Test emission of small functions.
+    .globl smallFunc
----------------
This is the one that misbehaves, because it has no end prologue, right?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55670





More information about the llvm-commits mailing list