Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram ↵ | Paul Robinson | 2018-11-28 | 1 | -1/+1 |
| | | | | | | | | flags. Differential Revision: https://reviews.llvm.org/D54756 llvm-svn: 347807 | ||||
* | [MS] Don't escape MS C++ names with \01 | Reid Kleckner | 2018-03-16 | 1 | -2/+2 |
| | | | | | | | It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738 | ||||
* | Relax testcase. | Adrian Prantl | 2016-11-16 | 1 | -3/+2 |
| | | | | | | This removes checks that are irrelevant for what is being tested. llvm-svn: 287141 | ||||
* | Add the missing FileCheck invocation to this testcase. | Adrian Prantl | 2016-11-16 | 1 | -4/+5 |
| | | | | llvm-svn: 287139 | ||||
* | Fix PR31029 by attaching an artificial debug location to msabi thunks. | Adrian Prantl | 2016-11-16 | 1 | -0/+19 |
This was a latent bug that was recently uncovered by r286400. llvm-svn: 287134 |