1*f4a2713aSLionel Sambuc // RUN: %clang --help | FileCheck %s -check-prefix=HELP 2*f4a2713aSLionel Sambuc // HELP: isystem 3*f4a2713aSLionel Sambuc // HELP-NOT: ast-dump 4*f4a2713aSLionel Sambuc // HELP-NOT: driver-mode 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc // RUN: %clang --help-hidden | FileCheck %s -check-prefix=HELP-HIDDEN 7*f4a2713aSLionel Sambuc // HELP-HIDDEN: driver-mode 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel Sambuc // RUN: %clang -dumpversion | FileCheck %s -check-prefix=DUMPVERSION 10*f4a2713aSLionel Sambuc // DUMPVERSION: 4.2.1 11*f4a2713aSLionel Sambuc 12*f4a2713aSLionel Sambuc // RUN: %clang -print-search-dirs | FileCheck %s -check-prefix=PRINT-SEARCH-DIRS 13*f4a2713aSLionel Sambuc // PRINT-SEARCH-DIRS: programs: ={{.*}} 14*f4a2713aSLionel Sambuc // PRINT-SEARCH-DIRS: libraries: ={{.*}} 15