[PATCH] D33291: [ThinLTO] Do not assert when adding a module with a different but compatible target triple

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 17:19:27 PDT 2017


ahatanak updated this revision to Diff 99373.
ahatanak marked an inline comment as done.
ahatanak added a comment.

Renamed function to isCompatibleWith. Also, added FileChecks to the test case.


https://reviews.llvm.org/D33291

Files:
  include/llvm/ADT/Triple.h
  lib/LTO/ThinLTOCodeGenerator.cpp
  lib/Linker/IRMover.cpp
  lib/Support/Triple.cpp
  test/ThinLTO/X86/Inputs/merge-triple.ll
  test/ThinLTO/X86/merge-triple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33291.99373.patch
Type: text/x-patch
Size: 6232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/909a3796/attachment.bin>


More information about the llvm-commits mailing list