f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
14 lines
474 B
C
14 lines
474 B
C
// RUN: %clang --help | FileCheck %s -check-prefix=HELP
|
|
// HELP: isystem
|
|
// HELP-NOT: ast-dump
|
|
// HELP-NOT: driver-mode
|
|
|
|
// RUN: %clang --help-hidden | FileCheck %s -check-prefix=HELP-HIDDEN
|
|
// HELP-HIDDEN: driver-mode
|
|
|
|
// RUN: %clang -dumpversion | FileCheck %s -check-prefix=DUMPVERSION
|
|
// DUMPVERSION: 4.2.1
|
|
|
|
// RUN: %clang -print-search-dirs | FileCheck %s -check-prefix=PRINT-SEARCH-DIRS
|
|
// PRINT-SEARCH-DIRS: programs: ={{.*}}
|
|
// PRINT-SEARCH-DIRS: libraries: ={{.*}}
|