xref: /aosp_15_r20/external/clang/test/Driver/debug-unsupported.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // 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
12 //
13 // CHECK: error: unsupported option
14