brintos

brintos / llvm-project-archived public Read only

0
0
Text · 327 B · 4d955a8 Raw
6 lines · plain
1// RUN: %clang -### --target=amdgcn-amd-amdhsa -mcpu=gfx803 -nogpulib %s 2>&1 | FileCheck %s2// RUN: %clang -### --target=amdgcn-amd-amdpal -mcpu=gfx803 %s 2>&1 | FileCheck %s3// RUN: %clang -### --target=amdgcn-amd-mesa3d -mcpu=gfx803 %s 2>&1 | FileCheck %s4 5// CHECK: "-cc1"{{.*}} "-mrelocation-model" "pic" "-pic-level" "2"6