[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:19:25 PDT 2018


grimar added inline comments.


================
Comment at: test/ELF/arm-thumb-undefined-weak-narrow.test:3
+# RUN: yaml2obj %s -o %t.o        
+# RUN: llvm-objdump -triple=thumbv7a-linux-gnueabi -d -r %t.o 
+# RUN: ld.lld %t.o -o %t
----------------
You do not need it, btw, I think.


https://reviews.llvm.org/D50234





More information about the llvm-commits mailing list