[PATCH] D50234: [LLD][ELF][ARM] Test undefined weak symbol for Thumb narrow branch
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 3 07:17:58 PDT 2018
grimar accepted this revision.
grimar added a comment.
LGTM, thanks!
================
Comment at: test/ELF/arm-thumb-undefined-weak-narrow.test:34
+ Symbol: undefined_weak
+ Type: 102
+
----------------
I think it should be possible to place `R_ARM_THM_JUMP11` here instead of `102`.
https://reviews.llvm.org/D50234
More information about the llvm-commits
mailing list