You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
215 B
8 lines
215 B
4 months ago
|
// 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]{{.*}}clang{{.*}}"-S"
|
||
|
|