[llvm] r235018 - Make it clear where the relocations we are CHECKING are from.

Rafael Espindola rafael.espindola at gmail.com
Wed Apr 15 09:45:03 PDT 2015


Author: rafael
Date: Wed Apr 15 11:45:03 2015
New Revision: 235018

URL: http://llvm.org/viewvc/llvm-project?rev=235018&view=rev
Log:
Make it clear where the relocations we are CHECKING are from.

Modified:
    llvm/trunk/test/MC/ARM/eh-compact-pr0.s

Modified: llvm/trunk/test/MC/ARM/eh-compact-pr0.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/eh-compact-pr0.s?rev=235018&r1=235017&r2=235018&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/eh-compact-pr0.s (original)
+++ llvm/trunk/test/MC/ARM/eh-compact-pr0.s Wed Apr 15 11:45:03 2015
@@ -63,10 +63,13 @@ func2:
 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
 @ will keep __aeabi_unwind_cpp_pr0.
 @-------------------------------------------------------------------------------
+@ CHECK:   Section {
+@ CHECK:     Name: .rel.ARM.exidx.TEST1
 @ CHECK:     Relocations [
 @ CHECK:       0x0 R_ARM_PREL31 .TEST1 0x0
 @ CHECK:       0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
 @ CHECK:     ]
+@ CHECK:   }
 
 
 @-------------------------------------------------------------------------------
@@ -92,13 +95,15 @@ func2:
 @ CHECK:       0000: 00000000 B0808480                    |........|
 @ CHECK:     )
 @ CHECK:   }
-@ CHECK: ]
 @-------------------------------------------------------------------------------
 @ The first word should be relocated to .TEST2 section.  Besides, there is
 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
 @ will keep __aeabi_unwind_cpp_pr0.
 @-------------------------------------------------------------------------------
+@ CHECK:   Section {
+@ CHECK:     Name: .rel.ARM.exidx.TEST2
 @ CHECK:     Relocations [
 @ CHECK:       0x0 R_ARM_PREL31 .TEST2 0x0
 @ CHECK:       0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
 @ CHECK:     ]
+@ CHECK:   }





More information about the llvm-commits mailing list