summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cc-print-options.c
blob: dc7f4a3ac35c38138c04f9bab01ad19098476af6 (plain)
1
2
3
4
5
6
7
8
// RUN: env CC_PRINT_OPTIONS=1 \
// RUN:     CC_PRINT_OPTIONS_FILE=%t.log \
// RUN: %clang -no-canonical-prefixes -S -o %t.s %s
// RUN: FileCheck %s < %t.log

// CHECK: [Logging clang options]
// CHECK: {{.*}}clang{{.*}}"-S"

OpenPOWER on IntegriCloud