[LV] Add test showing debug output for loops with uncountable BTCs.
[llvm-project.git] / clang / test / Driver / immediate-options.c
blobb74f6b41f22a0d3366cdf531803c6f03f310f5f2
1 // RUN: %clang --help | FileCheck %s -check-prefix=HELP
2 // HELP: isystem
3 // HELP-NOT: ast-dump
4 // HELP-NOT: driver-mode
5 // HELP: -Wa,
6 // HELP-NOT: -W{{[a-z][a-z]}}
8 // Make sure that Flang-only options are not available in Clang
9 // HELP-NOT: test-io
11 // RUN: %clang --help-hidden | FileCheck %s -check-prefix=HELP-HIDDEN
12 // HELP-HIDDEN: driver-mode
13 // HELP-HIDDEN-NOT: test-io
15 // RUN: %clang -dumpversion | FileCheck %s -check-prefix=DUMPVERSION
16 // DUMPVERSION: {{[0-9]+\.[0-9.]+}}