annotate clang/test/Driver/reloc-model.c @ 221:79ff65ed7e25

LLVM12 Original
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 15 Jun 2021 19:15:29 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: not %clang -cc1 -mrelocation-model tinkywinky \
anatofuz
parents:
diff changeset
2 // RUN: -emit-llvm %s 2>&1 | FileCheck -check-prefix CHECK-INVALID %s
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 // CHECK-INVALID: error: invalid value 'tinkywinky' in '-mrelocation-model tinkywinky'