Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Making a couple of tests a bit more flexible wrt thunk mangling. Fixes ↵ | Wolfgang Pieb | 2017-11-01 | 1 | -1/+1 |
| | | | | | | checkin for r317047. llvm-svn: 317053 | ||||
* | Fix for PR33930. Short-circuit metadata mapping when cloning a varargs thunk. | Wolfgang Pieb | 2017-10-31 | 1 | -0/+33 |
The cloning happens before all metadata nodes are resolved. Prevent the value mapper from running into unresolved or temporary MD nodes. Differential Revision: https://reviews.llvm.org/D39396 llvm-svn: 317047 |