[PATCH] D77124: Handle CET for -exception-model sjlj
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 23:57:54 PDT 2020
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/indirect-branch-tracking-eh.ll:6
+; ALL-LABEL: test_eh
+; X86_64: endbr64
+; X86: endbr32
----------------
The test just show an endbr is inserted, but it doesn't demo where the endbr is inserted.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77124/new/
https://reviews.llvm.org/D77124
More information about the llvm-commits
mailing list