diff options
Diffstat (limited to 'llvm/test/MC/ARM/eh-directive-section-multiple-func.s')
| -rw-r--r-- | llvm/test/MC/ARM/eh-directive-section-multiple-func.s | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/eh-directive-section-multiple-func.s b/llvm/test/MC/ARM/eh-directive-section-multiple-func.s index 9f632b8b89a..425cbd7d015 100644 --- a/llvm/test/MC/ARM/eh-directive-section-multiple-func.s +++ b/llvm/test/MC/ARM/eh-directive-section-multiple-func.s @@ -69,10 +69,14 @@ func2: @ CHECK: 0000: 00000000 B0B0B000 00000000 B0B0B000 |................| @ CHECK: ) @ CHECK: } + +@ CHECK: Section { +@ CHECK: Name: .rel.ARM.extab.TEST1 @ CHECK: Relocations [ @ CHECK: 0x0 R_ARM_PREL31 __gxx_personality_v0 0x0 @ CHECK: 0x8 R_ARM_PREL31 __gxx_personality_v0 0x0 @ CHECK: ] +@ CHECK: } @------------------------------------------------------------------------------- @@ -89,18 +93,21 @@ func2: @ CHECK: 0000: 00000000 00000000 04000000 08000000 |................| @ CHECK: ) @ CHECK: } -@ CHECK: ] @------------------------------------------------------------------------------- @ The first word of each entry should be relocated to .TEST1 section. @ The second word of each entry should be relocated to @ .ARM.extab.TESET1 section. @------------------------------------------------------------------------------- + +@ CHECK: Section { +@ CHECK: Name: .rel.ARM.exidx.TEST1 @ CHECK: Relocations [ @ CHECK: 0x0 R_ARM_PREL31 .TEST1 0x0 @ CHECK: 0x4 R_ARM_PREL31 .ARM.extab.TEST1 0x0 @ CHECK: 0x8 R_ARM_PREL31 .TEST1 0x0 @ CHECK: 0xC R_ARM_PREL31 .ARM.extab.TEST1 0x0 @ CHECK: ] +@ CHECK: } @------------------------------------------------------------------------------- |

