[lld] r221893 - [Mips] Add comment to the test case
Simon Atanasyan
simon at atanasyan.com
Thu Nov 13 07:29:38 PST 2014
Author: atanasyan
Date: Thu Nov 13 09:29:37 2014
New Revision: 221893
URL: http://llvm.org/viewvc/llvm-project?rev=221893&view=rev
Log:
[Mips] Add comment to the test case
No functional changes.
Modified:
lld/trunk/test/elf/Mips/hilo16-5.test
Modified: lld/trunk/test/elf/Mips/hilo16-5.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/hilo16-5.test?rev=221893&r1=221892&r2=221893&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/hilo16-5.test (original)
+++ lld/trunk/test/elf/Mips/hilo16-5.test Thu Nov 13 09:29:37 2014
@@ -1,3 +1,6 @@
+# Check that linker shows a warning when
+# there is orphaned R_MIPS_HI16 relocation.
+
# RUN: yaml2obj -format=elf -o %t-so.o -docnum 1 %s
# RUN: lld -flavor gnu -target mipsel -shared -o %t.so %t-so.o
# RUN: yaml2obj -format=elf -o %t-o.o -docnum 2 %s
More information about the llvm-commits
mailing list