[PATCH] D43033: [WinEH] Put funclet bundles on inline asm calls
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 7 11:19:19 PST 2018
rnk created this revision.
rnk added reviewers: smeenai, majnemer.
Herald added a subscriber: eraman.
Fixes PR36247, which is where WinEHPrepare replaces inline asm in
funclets with unreachable.
Make getBundlesForFunclet return by value to simplify some call sites.
https://reviews.llvm.org/D43033
Files:
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43033.133263.patch
Type: text/x-patch
Size: 5071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180207/c2bb9558/attachment.bin>
More information about the cfe-commits
mailing list