Suppress amdgpu-toolchain.c for targeting ps4, for now. Investigating.

llvm-svn: 248000
This commit is contained in:
NAKAMURA Takumi
2015-09-18 16:21:27 +00:00
parent 76a74c5617
commit e7229f4921

View File

@@ -1,6 +1,6 @@
// RUN: %clang -### -target amdgcn--amdhsa -x assembler -mcpu=kaveri %s
// RUN: %clang -### -target amdgcn--amdhsa -x assembler -mcpu=kaveri %s 2>&1 | FileCheck -check-prefix=AS_LINK %s
// AS_LINK-LABEL: clang
// AS_LINK: "-cc1as"
// AS_LINK-LABEL: lld
// AS_LINK: "-flavor" "gnu" "-target" "amdgcn--amdhsa"
// REQUIRES: clang-driver