1*f4a2713aSLionel Sambuc // RUN: env CC_PRINT_OPTIONS=1 \ 2*f4a2713aSLionel Sambuc // RUN: CC_PRINT_OPTIONS_FILE=%t.log \ 3*f4a2713aSLionel Sambuc // RUN: %clang -no-canonical-prefixes -S -o %t.s %s 4*f4a2713aSLionel Sambuc // RUN: FileCheck %s < %t.log 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc // CHECK: [Logging clang options]{{.*}}clang{{.*}}"-S" 7*f4a2713aSLionel Sambuc 8