[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 04:32:16 PDT 2018
grimar added inline comments.
================
Comment at: test/ELF/arm-thumb-undefined-weak-narrow.s:13
+// filename.s contains the code below. The object in Inputs was produced
+// by arm-linux-gnueabihf-gcc (Linaro GCC 5.3-2016.02) 5.3.1 20160113
+//
----------------
btw, it is saying that you used "arm-linux-gnueabihf-gcc (Linaro GCC 5.3-2016.02) "
I wonder, can you use yaml2obj?
https://reviews.llvm.org/D50234
More information about the llvm-commits
mailing list