Use ld.lld instead of "lld -flavor gnu".
authorRui Ueyama <ruiu@google.com>
Wed, 2 Mar 2016 21:11:36 +0000 (21:11 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 2 Mar 2016 21:11:36 +0000 (21:11 +0000)
llvm-svn: 262518

lld/test/ELF/amdgpu-entry.s
lld/test/ELF/amdgpu-kernels.s

index a17d243..2a47b17 100644 (file)
@@ -1,5 +1,5 @@
 # RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri %s -o %t.o
-# RUN: not lld -e kernel0 -flavor gnu %t.o -o %t
+# RUN: not ld.lld -e kernel0 %t.o -o %t
 
 # REQUIRES: amdgpu
 
index 3f43c71..208ede1 100644 (file)
@@ -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