summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/tmp-md-nodes2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Making a couple of tests a bit more flexible wrt thunk mangling. Fixes ↵Wolfgang Pieb2017-11-011-1/+1
| | | | | | checkin for r317047. llvm-svn: 317053
* Fix for PR33930. Short-circuit metadata mapping when cloning a varargs thunk.Wolfgang Pieb2017-10-311-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
OpenPOWER on IntegriCloud