[PATCH] D34028: [Bitcode] Add thumb-mode to target-features in metadata loader.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 15:40:10 PDT 2017


eugenis added a comment.

In https://reviews.llvm.org/D34028#776424, @pcc wrote:

> > either no TargetMachine instance (e.g. the uses in
> >  lib/Transforms/IPO/LowerTypeTests.cpp)
>
> I believe that the jump table entries created by this pass will want to have the same thumbness as the referenced function, but @eugenis may know more.


Right. And ARM for external functions (the same as PLT).


https://reviews.llvm.org/D34028





More information about the llvm-commits mailing list