Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SjLjEHPrepare] Don't grab pointers to functions in doInitialization | David Majnemer | 2016-02-19 | 1 | -0/+31 |
Certain optimization passes (like globaldce) can prune function declaration that SjLjEHPrepare assumed would exit when it'd runOnFunction. This fixes PR26669. llvm-svn: 261303 |