Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WinEH] Pass the catch adjectives to catchpad directly | Reid Kleckner | 2015-09-16 | 1 | -2/+2 |
| | | | | | | | | | This avoids building a fake LLVM IR global variable just to ferry an i32 down into LLVM codegen. It also puts a nail in the coffin of using MS ABI C++ EH with landingpads, since now we'll assert in the lpad code when flags are present. llvm-svn: 247843 | ||||
* | clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:". | NAKAMURA Takumi | 2015-09-16 | 1 | -1/+0 |
| | | | | | | Seems it would be redundant. llvm-svn: 247761 | ||||
* | Try to appease the build bots | David Majnemer | 2015-09-15 | 1 | -15/+15 |
| | | | | llvm-svn: 247743 | ||||
* | [MS ABI] Add a C++ test for -fnew-ms-eh | David Majnemer | 2015-09-15 | 1 | -0/+89 |
llvm-svn: 247742 |