Use ld.lld instead of "lld -flavor gnu".

llvm-svn: 262518
This commit is contained in:
Rui Ueyama 2016-03-02 21:11:36 +00:00
parent 4394b31e1d
commit a0e9806101
2 changed files with 2 additions and 2 deletions

View 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

View 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