[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
Fri May 26 01:10:23 PDT 2017
fhahn added a comment.
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. I'll remove it if you think it does not add value to the test suite.
https://reviews.llvm.org/D33287
More information about the llvm-commits
mailing list