brintos

brintos / llvm-project-archived public Read only

0
0
Text · 383 B · 58375fa Raw
15 lines · c
1// RUN: rm -f %t.log2// RUN: env CC_PRINT_OPTIONS=1 \3// RUN:     CC_PRINT_OPTIONS_FILE=%t.log \4// RUN: %clang -S -o %t.s %s5// RUN: FileCheck %s < %t.log6 7// RUN: rm -f %t.log8// RUN: env CC_PRINT_OPTIONS=1 \9// RUN:     CC_PRINT_OPTIONS_FILE=%t.log \10// RUN: %clang -fdriver-only -o %t.s %s11// RUN: FileCheck %s < %t.log12 13// CHECK: [Logging clang options]14// CHECK: {{.*}} "-cc1"15