[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / amdgcn-toolchain-pic.cl
blob4d955a888fa2ced4d163fc2234976ce505cf9e55
1 // RUN: %clang -### --target=amdgcn-amd-amdhsa -mcpu=gfx803 -nogpulib %s 2>&1 | FileCheck %s
2 // RUN: %clang -### --target=amdgcn-amd-amdpal -mcpu=gfx803 %s 2>&1 | FileCheck %s
3 // RUN: %clang -### --target=amdgcn-amd-mesa3d -mcpu=gfx803 %s 2>&1 | FileCheck %s
5 // CHECK: "-cc1"{{.*}} "-mrelocation-model" "pic" "-pic-level" "2"