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
3 // RUN: env RC_DEBUG_OPTIONS=1 %clang -### -target i386-apple-darwin11 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
4 // RUN: %clang -### -target i386-apple-darwin11 -c -g %t.s 2>&1 | FileCheck -check-prefix=P %s
6 // CHECK: distinct !DICompileUnit(
8 // CHECK-SAME: -I path\\ with\\ \\\\spaces
10 // CHECK-SAME: -mmacos-version-min=10.7.0
14 // S: "-dwarf-debug-flags"
16 // P: "-dwarf-debug-producer"