brintos

brintos / llvm-project-archived public Read only

0
0
Text · 656 B · 90209bb Raw
17 lines · c
1// RUN: env RC_DEBUG_OPTIONS=1 %clang -target i386-apple-darwin11 -I "path with \spaces" -g -Os %s  -emit-llvm -S -o - | FileCheck %s2// RUN: touch %t.s3// RUN: env RC_DEBUG_OPTIONS=1 %clang -### -target i386-apple-darwin11 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s4// RUN: %clang -### -target i386-apple-darwin11 -c -g %t.s 2>&1 | FileCheck -check-prefix=P %s5 6// CHECK: distinct !DICompileUnit(7// CHECK-SAME:                flags:8// CHECK-SAME:                -I path\\ with\\ \\\\spaces9// CHECK-SAME:                -g -Os10// CHECK-SAME:                -mmacos-version-min=10.711 12int x;13 14// S: "-dwarf-debug-flags"15 16// P: "-dwarf-debug-producer"17