1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
8 lines
215 B
C
8 lines
215 B
C
// 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"
|
|
|