blob: f8bf90715848e98187efd609981b38a1e68288cf [file] [log] [blame]
Yaxun Liudc805a42019-05-29 01:34:44 +00001// REQUIRES: x86-registered-target
2// REQUIRES: amdgpu-registered-target
3// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -emit-llvm -o - -fcuda-is-device -x hip %s | FileCheck --check-prefix=DEV %s
4// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -o - -x hip %s | FileCheck --check-prefix=HOST %s
Yaxun Liu02afe4e2019-05-28 21:18:59 +00005
6// DEV-NOT: llvm.dependent-libraries
7// HOST: llvm.dependent-libraries
8#pragma comment(lib, "libabc")