2018-08-15 23:25:25 +08:00
// REQUIRES: clang-driver
// REQUIRES: amdgpu-registered-target
// Make sure the appropriate device specific library is available.
// We don 't include every target in the test directory, so just pick a valid
// target not included in the test.
// RUN: %clang -### -v -target amdgcn-amd-amdhsa -mcpu=gfx902 \
2020-06-06 04:49:38 +08:00
// RUN: --rocm-path=%S/Inputs/rocm %s 2>&1 \
2018-08-15 23:25:25 +08:00
// RUN: | FileCheck -check-prefixes=COMMON,GFX902-DEFAULTLIBS %s
// RUN: %clang -### -v -target amdgcn-amd-amdhsa -mcpu=gfx902 -nogpulib \
2020-06-06 04:49:38 +08:00
// RUN: --rocm-path=%S/Inputs/rocm %s 2>&1 \
2020-10-31 15:14:59 +08:00
// RUN: | FileCheck -check-prefixes=COMMON,NODEFAULTLIBS %s
2018-08-15 23:25:25 +08:00
2021-08-05 19:04:03 +08:00
// GFX902-DEFAULTLIBS: error: cannot find ROCm device library for gfx902 ; provide its path via '--rocm-path' or '--rocm-device-lib-path', or pass '-nogpulib' to build without ROCm device library
2018-08-15 23:25:25 +08:00
// NODEFAULTLIBS-NOT: error: cannot find
2020-10-31 15:14:59 +08:00
// COMMON: "-triple" "amdgcn-amd-amdhsa"