[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / clang / test / Driver / reloc-model.c
blob5d08eee89be338bfec99058a4070d50d008272be
1 // RUN: not %clang -cc1 -mrelocation-model tinkywinky \
2 // RUN: -emit-llvm %s 2>&1 | FileCheck -check-prefix CHECK-INVALID %s
4 // CHECK-INVALID: error: invalid value 'tinkywinky' in '-mrelocation-model tinkywinky'