[PATCH] D14796: Preserve exceptions information during calls code generation.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 23 14:11:52 PST 2015
sfantao added a comment.
Committed in r253926!
Thanks,
Samuel
================
Comment at: lib/CodeGen/CGCall.cpp:1420
@@ +1419,3 @@
+ // If we have information about the function prototype, we can learn
+ // attributes form there.
+ AddAttributesFromFunctionProtoType(getContext(), FuncAttrs,
----------------
Done!
http://reviews.llvm.org/D14796
More information about the cfe-commits
mailing list