commit | b005d281c36c09eda1b85db59e2c183ed5defca5 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Wed Sep 16 20:16:27 2015 +0000 |
committer | Reid Kleckner <rnk@google.com> | Wed Sep 16 20:16:27 2015 +0000 |
tree | 8263838e6c8079eceaccb60c61aa8c393205aa95 | |
parent | 10aa77032de43681231e81ee3f2e7d232b16dc9c [diff] |
[WinEH] Pull Adjectives and CatchObj out of the catchpad arg list Clang now passes the adjectives as an argument to catchpad. Getting the CatchObj working is simply a matter of threading another static alloca through codegen, first as an alloca, then as a frame index, and finally as a frame offset. llvm-svn: 247844