5 lines · c
1// RUN: not %clang -cc1 -mrelocation-model tinkywinky \2// RUN: -emit-llvm %s 2>&1 | FileCheck -check-prefix CHECK-INVALID %s3 4// CHECK-INVALID: error: invalid value 'tinkywinky' in '-mrelocation-model tinkywinky'5 1// RUN: not %clang -cc1 -mrelocation-model tinkywinky \2// RUN: -emit-llvm %s 2>&1 | FileCheck -check-prefix CHECK-INVALID %s3 4// CHECK-INVALID: error: invalid value 'tinkywinky' in '-mrelocation-model tinkywinky'5