Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[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'