[PATCH] D33287: [Linker] Add support for linking ARM and Thumb IR modules.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 04:17:42 PDT 2017


fhahn added a comment.

@echristo I've uncovered a bug causing `BL` being used to call internal ARM functions from Thumb functions and have put up a patch for that problem: https://reviews.llvm.org/D33436

With this patch, multiple runs of the LNT test suite pass built for ARM using a version of clang that randomly adds +thumb-mode to functions.


https://reviews.llvm.org/D33287





More information about the llvm-commits mailing list