[PATCH] D37243: [cfi] Build __cfi_check as Thumb when applicable.
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 16:10:07 PDT 2017
echristo added a comment.
Not the way I'd have done this. What you probably need to do if adding a stub is propagate the features from the function you're cloning rather than constructing a new (and possibly incomplete) set of features from the target triple yourself.
Repository:
rL LLVM
https://reviews.llvm.org/D37243
More information about the llvm-commits
mailing list