[PATCH] D33287: [Linker] Remove warning when linking ARM and Thumb IR modules.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 02:27:16 PDT 2017


fhahn updated this revision to Diff 100054.
fhahn retitled this revision from "[Linker] Add support for linking ARM and Thumb IR modules. " to "[Linker] Remove warning when linking ARM and Thumb IR modules.".
fhahn edited the summary of this revision.
fhahn added a comment.

Rebased and removed code that adds thumb-mode from the linker, as the thumb-mode feature should be added at an earlier stage.

This patch now only removes the warning when linking ARM and Thumb IR modules.


https://reviews.llvm.org/D33287

Files:
  lib/Support/Triple.cpp
  test/LTO/ARM/Inputs/thumb.ll
  test/LTO/ARM/link-arm-and-thumb.ll
  test/Linker/Inputs/thumb.ll
  test/Linker/link-arm-and-thumb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33287.100054.patch
Type: text/x-patch
Size: 3870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170524/dcbdca37/attachment.bin>


More information about the llvm-commits mailing list