view clang/test/Driver/debug-unsupported.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
line wrap: on
line source

// RUN: not %clang -c -gstabs %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gstabs+ %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gcoff %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gxcoff %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gxcoff+ %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gvms %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gstabs1 %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gcoff2 %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gxcoff3 %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gvms0 %s 2>&1 | FileCheck %s
// RUN: not %clang -c -gtoggle %s 2>&1 | FileCheck %s
//
// CHECK: error: unsupported option