diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-04-15 16:45:03 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-04-15 16:45:03 +0000 |
| commit | f80fc10b9e5e86ea2bf454c5dfc6246b545d940d (patch) | |
| tree | 36d37fbd9ef8a887169c142189eaeefa96faa2b7 /llvm | |
| parent | 7e38b5802a4c1a7b7648eaceea9dc35df8971f79 (diff) | |
| download | bcm5719-llvm-f80fc10b9e5e86ea2bf454c5dfc6246b545d940d.tar.gz bcm5719-llvm-f80fc10b9e5e86ea2bf454c5dfc6246b545d940d.zip | |
Make it clear where the relocations we are CHECKING are from.
llvm-svn: 235018
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ARM/eh-compact-pr0.s | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/eh-compact-pr0.s b/llvm/test/MC/ARM/eh-compact-pr0.s index 1d825bf3ddc..ae3d65c18b7 100644 --- a/llvm/test/MC/ARM/eh-compact-pr0.s +++ b/llvm/test/MC/ARM/eh-compact-pr0.s @@ -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: } |

