diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/comdat.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/comdat.ll b/llvm/test/CodeGen/AMDGPU/comdat.ll index 59331596715..92f1c2a8e0a 100644 --- a/llvm/test/CodeGen/AMDGPU/comdat.ll +++ b/llvm/test/CodeGen/AMDGPU/comdat.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple amdgcn-amd-amdhsa -filetype=obj <%s \ -; RUN: | llvm-readobj -symbols - | FileCheck %s +; RUN: | llvm-readobj --symbols - | FileCheck %s ; CHECK: Name: func1 ; CHECK: Section: .text.func1 |