[PATCH] D33287: [Linker] Remove warning when linking ARM and Thumb IR modules.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 26 05:32:25 PDT 2017
tejohnson added a comment.
In https://reviews.llvm.org/D33287#765431, @fhahn wrote:
> I think the LTO test is slightly different from the linker test, it ensures that a function from a Thumb module can be inlined in a ARM function and that ARM code is generated for that function.
Ah ok, that does seem valuable. Please add a comment to that effect to the test.
https://reviews.llvm.org/D33287
More information about the llvm-commits
mailing list