blob: 1804a9cc51b54a99aadbc9f5914bd44730582ae3 [file] [log] [blame]
Rafael Espindola96e78132013-07-04 16:16:58 +00001// RUN: not %clang -c -gstabs %s 2>&1 | FileCheck %s
2// RUN: not %clang -c -gstabs+ %s 2>&1 | FileCheck %s
3// RUN: not %clang -c -gcoff %s 2>&1 | FileCheck %s
4// RUN: not %clang -c -gxcoff %s 2>&1 | FileCheck %s
5// RUN: not %clang -c -gxcoff+ %s 2>&1 | FileCheck %s
6// RUN: not %clang -c -gvms %s 2>&1 | FileCheck %s
7// RUN: not %clang -c -gstabs1 %s 2>&1 | FileCheck %s
8// RUN: not %clang -c -gcoff2 %s 2>&1 | FileCheck %s
9// RUN: not %clang -c -gxcoff3 %s 2>&1 | FileCheck %s
10// RUN: not %clang -c -gvms0 %s 2>&1 | FileCheck %s
11// RUN: not %clang -c -gtoggle %s 2>&1 | FileCheck %s
Alexey Samsonov7f326072012-06-21 08:22:39 +000012//
Alexey Samsonov362113f2012-06-21 13:30:54 +000013// CHECK: error: unsupported option