[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 05:56:31 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
+//
----------------
grimar wrote:
> btw, it is saying that you used "arm-linux-gnueabihf-gcc (Linaro GCC 5.3-2016.02) "
> 
> I wonder, can you use yaml2obj?
I think using GCC is fine though. What I meant is that my concern is about using
the custom compiler ("Linaro GCC" in this case). I hope regular GCC has the same output.


https://reviews.llvm.org/D50234





More information about the llvm-commits mailing list