1 // RUN: env RC_DEBUG_OPTIONS=1 %clang -target i386-apple-darwin11 -I "path with \spaces" -g -Os %s -emit-llvm -S -o - | FileCheck %s
2 // <rdar://problem/7256886>
4 // RUN: env RC_DEBUG_OPTIONS=1 %clang -### -target i386-apple-darwin11 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
5 // <rdar://problem/12955296>
6 // RUN: %clang -### -target i386-apple-darwin11 -c -g %t.s 2>&1 | FileCheck -check-prefix=P %s
8 // CHECK: distinct !DICompileUnit(
10 // CHECK-SAME: -I path\\ with\\ \\\\spaces
12 // CHECK-SAME: -mmacos-version-min=10.7.0
16 // S: "-dwarf-debug-flags"
18 // P: "-dwarf-debug-producer"