Skip to content

Commit 7dc49f7

Browse files
committed
R600: Fix failing testcase
1 parent 15f1d5d commit 7dc49f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/AMDGPU/r600-constant-array-fixup.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
; RUN: llc -filetype=obj -march=r600 -mcpu=cypress -verify-machineinstrs < %s | llvm-readobj -r --symbols | FileCheck %s
1+
; RUN: llc -filetype=obj -mtriple=r600-mesa-mesa3d -mcpu=cypress -verify-machineinstrs < %s | llvm-readobj -r --symbols | FileCheck %s
22

33
@arr = internal unnamed_addr addrspace(4) constant [4 x i32] [i32 4, i32 5, i32 6, i32 7], align 4
44

55
; CHECK: Relocations [
66
; CHECK: Section (3) .rel.text {
7-
; CHECK: 0x58 R_AMDGPU_ABS32 arr 0x0
7+
; CHECK: 0x58 R_AMDGPU_ABS32 .text 0x0
88
; CHECK: }
99
; CHECK: ]
1010

1111
; CHECK: Symbol {
1212
; CHECK: Name: arr (11)
13-
; CHECK: Value: 0x0
13+
; CHECK: Value: 0x70
1414
; CHECK: Size: 16
1515
; CHECK: Binding: Local (0x0)
1616
; CHECK: Type: Object (0x1)

0 commit comments

Comments
 (0)