diff options
Diffstat (limited to 'llvm/test/MC/AMDGPU/hsa-text.s')
-rw-r--r-- | llvm/test/MC/AMDGPU/hsa-text.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AMDGPU/hsa-text.s b/llvm/test/MC/AMDGPU/hsa-text.s index f4463fc5936..d4f67d03347 100644 --- a/llvm/test/MC/AMDGPU/hsa-text.s +++ b/llvm/test/MC/AMDGPU/hsa-text.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | FileCheck %s --check-prefix=ASM -// RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | llvm-readobj -s -sd | FileCheck %s --check-prefix=ELF +// RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | llvm-readobj -S --sd | FileCheck %s --check-prefix=ELF // For compatibility reasons we treat convert .text sections to .hsatext |