[PATCH] D76190: CET for Exception Handle
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 15 03:11:18 PDT 2020
xiangzhangllvm created this revision.
xiangzhangllvm added reviewers: craig.topper, hjl.tools, LuoYuanke, annita.zhang.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Bug fix for https://bugs.llvm.org/show_bug.cgi?id=45182
Exception handle may indirectly jump to catch pad, So we should add ENDBR instruction before catch pad instructions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76190
Files:
llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
llvm/test/CodeGen/X86/indirect-branch-tracking-eh.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76190.250409.patch
Type: text/x-patch
Size: 4541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200315/3ea2c7e9/attachment.bin>
More information about the llvm-commits
mailing list