summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reapply fix from r348062 to fix test on Windows.Douglas Yung2018-12-061-1/+1
| | | | llvm-svn: 348447
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-051-0/+10
| | | | | | | | | | | | | This adds a callback to PrintingPolicy to allow CGDebugInfo to remap file paths according to -fdebug-prefix-map. Otherwise the debug info (particularly function names for C++ lambdas) may contain paths that should have been remapped in the debug info. <rdar://problem/46128056> Differential Revision: https://reviews.llvm.org/D55137 llvm-svn: 348397
* Revert: Honor -fdebug-prefix-map when creating function names for the debug ↵Renato Golin2018-12-051-10/+0
| | | | | | | | | info. This commit reverts r348060 and r348062 due to it breaking the AArch64 Full buildbot: https://bugs.llvm.org/show_bug.cgi?id=39892 llvm-svn: 348364
* Relax test to also work on Windows.Adrian Prantl2018-12-011-1/+1
| | | | llvm-svn: 348062
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-011-0/+10
This adds a callback to PrintingPolicy to allow CGDebugInfo to remap file paths according to -fdebug-prefix-map. Otherwise the debug info (particularly function names for C++ lambdas) may contain paths that should have been remapped in the debug info. <rdar://problem/46128056> Differential Revision: https://reviews.llvm.org/D55137 llvm-svn: 348060
OpenPOWER on IntegriCloud