diff options
Diffstat (limited to 'test/ELF/amdgpu-globals.s')
-rw-r--r-- | test/ELF/amdgpu-globals.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/amdgpu-globals.s b/test/ELF/amdgpu-globals.s index 7f46b989b9558..f30c0ed40157a 100644 --- a/test/ELF/amdgpu-globals.s +++ b/test/ELF/amdgpu-globals.s @@ -1,5 +1,5 @@ # RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri %s -o %t.o -# RUN: lld -flavor gnu %t.o -o %t +# RUN: ld.lld %t.o -o %t # RUN: llvm-readobj -sections -symbols -program-headers %t | FileCheck %s # REQUIRES: amdgpu |