mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
Add a test for the previous commit.
This shows how two symbols at the same address are handled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8bfd2e8447
commit
da523bd707
@ -13,6 +13,8 @@
|
||||
// CHECK-NEXT: ??_8D@@7BB@@@[4]: 5
|
||||
// CHECK-NEXT: ??_8D@@7BC@@@[0]: 6
|
||||
// CHECK-NEXT: ??_8D@@7BC@@@[4]: 7
|
||||
// CHECK-NEXT: ??_8XYZ[0]: 10
|
||||
// CHECK-NEXT: ??_8XYZ[4]: 11
|
||||
|
||||
.section .rdata,"dr"
|
||||
.globl "??_8D@@7B0@@"
|
||||
@ -42,3 +44,4 @@
|
||||
.long 10
|
||||
.long 11
|
||||
|
||||
"??_8XYZ" = "??_8C@@7B@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user