[llvm] r225562 - Use the DiagnosticHandler to print diagnostics when reading bitcode.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Feb 25 10:22:16 PST 2015


> I committed the llvm-dis patch in r230416, so you just need
> to do the gold-plugin.

I noticed that I couldn't get gold to crash. The Reason is that
UpgradeDebugInfo is called from MaterializeModule, which the plugin
avoids calling.

There is probably too much going on right now with regards to debug
info format to change it, but it is something we will need to change
in the future.

Cheers,
Rafael



More information about the llvm-commits mailing list