summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-atexit-stub.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "re-land [DebugInfo] Add debug location to stubs generated by ↵Alexandre Ganea2019-11-151-20/+0
| | | | | | CGDeclCXX and mark them as artificial" This reverts commit 9c1baa23526c6d7d06eafefbf82d73bfe9bb3aaf.
* re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ↵Alexandre Ganea2019-11-151-0/+20
| | | | | | mark them as artificial Differential Revision: https://reviews.llvm.org/D66328
* Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ↵Alexandre Ganea2019-09-051-20/+0
| | | | | | mark them as artificial llvm-svn: 371113
* [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ↵Alexandre Ganea2019-09-051-0/+20
| | | | | | | | as artificial Differential Revision: https://reviews.llvm.org/D66328 llvm-svn: 371080
* Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"Hans Wennborg2019-08-221-20/+0
| | | | | | | | | | | | | | | | It causes the build to fail with "inlinable function call in a function with debug info must have a !dbg location" in Chromium. See llvm-commits thread for more info. (This also reverts the follow-up in r369474.) > Fixes PR43012 > > Differential Revision: https://reviews.llvm.org/D66328 llvm-svn: 369633
* Add triple to new test to try to pacify botsReid Kleckner2019-08-201-1/+1
| | | | llvm-svn: 369474
* [DebugInfo] Add debug location to dynamic atexit destructorAlexandre Ganea2019-08-201-0/+20
Fixes PR43012 Differential Revision: https://reviews.llvm.org/D66328 llvm-svn: 369458
OpenPOWER on IntegriCloud