blob: 88f6417b165bcf23f2036422888cf9d2bfdc4a44 [file] [log] [blame]
/// -fno-legacy-pass-manager and -fexperimental-new-pass-manager are retained
// as no-ops. The inverted options are no longer supported.
// RUN: %clang -### -c -fno-legacy-pass-manager %s 2>&1 | FileCheck %s
// RUN: not %clang -### -flegacy-pass-manager %s
// RUN: %clang -### -c -fexperimental-new-pass-manager %s 2>&1 | FileCheck %s
// RUN: not %clang -### -fno-experimental-new-pass-manager %s
// Just check that there is no argument unused warning. There is no need to
// pass any cc1 options.
// CHECK-NOT: warning: argument unused