compnerd closed this revision.
compnerd added a comment.
SVN r327105
Repository:
rC Clang
https://reviews.llvm.org/D44278
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm, thanks! This is nicer.
Repository:
rC Clang
https://reviews.llvm.org/D44278
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lis
compnerd updated this revision to Diff 137668.
compnerd added a comment.
add more context
Repository:
rC Clang
https://reviews.llvm.org/D44278
Files:
lib/CodeGen/CGException.cpp
test/CodeGen/personality.c
test/CodeGenCXX/personality.cpp
test/CodeGenObjC/personality.m
test/CodeGenOb
compnerd created this revision.
compnerd added reviewers: rnk, smeenai.
Simplify the dispatching for the personality routines. This really had
no test coverage previously, so add test coverage for the various cases.
This turns out to be pretty complicated as the various languages and
models inter