[PATCH] D14602: Switch lto codegen to using diagnostic handlers

Yunzhong Gao via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 14:44:16 PST 2015


ygao updated this revision to Diff 40346.
ygao added a comment.

Addressing Duncan's comment: when no custom diagnostic handler is installed, use the default
diagnostic handler, which is LLVMContext.diagnose().
Addressing Mehdi's comment. Uploading the patch with more context.
Rebased the patch to trunk r253253.


http://reviews.llvm.org/D14602

Files:
  include/llvm/LTO/LTOCodeGenerator.h
  lib/LTO/LTOCodeGenerator.cpp
  tools/llvm-lto/llvm-lto.cpp
  tools/lto/lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14602.40346.patch
Type: text/x-patch
Size: 13098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151116/e336ba6e/attachment.bin>


More information about the llvm-commits mailing list