llvm-for-llvmta/tools/clang/test/Driver/reloc-model.c

5 lines
214 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: not %clang -cc1 -mrelocation-model tinkywinky \
// RUN: -emit-llvm %s 2>&1 | FileCheck -check-prefix CHECK-INVALID %s
// CHECK-INVALID: error: invalid value 'tinkywinky' in '-mrelocation-model tinkywinky'