1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/llvm-link
Rafael Espindola 5b397256de Use diagnostic handler in the LLVMContext
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
2015-12-14 23:17:03 +00:00
..
CMakeLists.txt Restore "Support for ThinLTO function importing and symbol linking." 2015-11-03 00:14:15 +00:00
llvm-link.cpp Use diagnostic handler in the LLVMContext 2015-12-14 23:17:03 +00:00
LLVMBuild.txt Restore "Support for ThinLTO function importing and symbol linking." 2015-11-03 00:14:15 +00:00
Makefile Restore "Support for ThinLTO function importing and symbol linking." 2015-11-03 00:14:15 +00:00