summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/drop-debug.ll
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-link] Use WithColor for printing errorsJonas Devlieghere2018-04-181-1/+1
| | | | | | | | Use convenience helpers in WithColor to print errors and warnings. Differential revision: https://reviews.llvm.org/D45667 llvm-svn: 330261
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-1/+1
| | | | | | | | | | | | | | | | This patch converts code that has access to a LLVMContext to not take a diagnostic handler. This has a few advantages * It is easier to use a consistent diagnostic handler in a single program. * Less clutter since we are not passing a handler around. It does make it a bit awkward to implement some C APIs that return a diagnostic string. I will propose new versions of these APIs and deprecate the current ones. llvm-svn: 255571
* Work around pr23045 and make it easier to reproduce.Rafael Espindola2015-03-271-0/+6
Dropping old debug format requires the entire module to be read upfront. This was failing only with the gold plugin, but that is just because llvm-link was not upgrading metadata. The new testcase using llvm-link shows the problem. llvm-svn: 233381
OpenPOWER on IntegriCloud