forked from OSchip/llvm-project
Use ld.lld instead of "lld -flavor gnu".
llvm-svn: 262518
This commit is contained in:
parent
4394b31e1d
commit
a0e9806101
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue