Make it clear where the relocations we are CHECKING are from.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 15 Apr 2015 16:45:03 +0000 (16:45 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 15 Apr 2015 16:45:03 +0000 (16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235018 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ARM/eh-compact-pr0.s

index 1d825bf3ddc115227cd5dc8841982d3b4f06a478..ae3d65c18b705eff2a598fb22a3e31683f55558a 100644 (file)
@@ -63,10 +63,13 @@ func2:
 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
 @ will keep __aeabi_unwind_cpp_pr0.
 @-------------------------------------------------------------------------------
 @ 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:     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:       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.
 @-------------------------------------------------------------------------------
 @-------------------------------------------------------------------------------
 @ 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:     Relocations [
 @ CHECK:       0x0 R_ARM_PREL31 .TEST2 0x0
 @ CHECK:       0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
 @ CHECK:     ]
+@ CHECK:   }