[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 10:16:32 PDT 2017


fhahn added inline comments.


================
Comment at: lib/Support/Triple.cpp:1486
+             getEnvironment() == Other.getEnvironment() &&
+             getObjectFormat() == Other.getObjectFormat();
+
----------------
tejohnson wrote:
> What happens if the above 2 checks are run for Apple?
isCompatibleWith treats apple triples in a special way and I tried to match the check below for armxx and thumbxx triples


https://reviews.llvm.org/D33287





More information about the llvm-commits mailing list