Make it easier to pass a custom diagnostic handler to the IR linker.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Oct 2014 23:02:10 +0000 (23:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Oct 2014 23:02:10 +0000 (23:02 +0000)
commit0660f174cfea90586a2ef3cab733431e2365d018
tree0c1e8da2737a742a4d23a2f0f9fcd3d70d51d4f2
parent68aeef61f4a1da7af53b6ddcdbb6eb75da7eb72d
Make it easier to pass a custom diagnostic handler to the IR linker.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220732 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Linker/Linker.h
lib/Linker/LinkModules.cpp
tools/llvm-link/llvm-link.cpp