forked from OSchip/llvm-project
[AMDGPU] Fix remaining kernel descriptor test
Follow up on e4a9e4ef55
to fix a test I missed in the original patch.
Committed as obvious.
This commit is contained in:
parent
0f8294072f
commit
bf5c1d92d9
|
@ -3,9 +3,6 @@
|
|||
// RUN: llvm-readobj -elf-output-style=GNU -sections -symbols -relocations %t | FileCheck --check-prefix=READOBJ %s
|
||||
// RUN: llvm-objdump -s -j .rodata %t | FileCheck --check-prefix=OBJDUMP %s
|
||||
|
||||
// big endian not supported
|
||||
// XFAIL: host-byteorder-big-endian
|
||||
|
||||
// READOBJ: Section Headers
|
||||
// READOBJ: .text PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9]+}} AX {{[0-9]+}} {{[0-9]+}} 256
|
||||
// READOBJ: .rodata PROGBITS {{[0-9a-f]+}} {{[0-9a-f]+}} 0000c0 {{[0-9]+}} A {{[0-9]+}} {{[0-9]+}} 64
|
||||
|
|
Loading…
Reference in New Issue