brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 5d08eee Raw
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