1 // RUN: env RC_DEBUG_OPTIONS=1 %clang -target i386-apple-darwin9 -g -Os %s -emit-llvm -S -o - | FileCheck %s 2 // <rdar://problem/7256886> 3 // RUN: touch %t.s 4 // RUN: env RC_DEBUG_OPTIONS=1 %clang -### -target i386-apple-darwin9 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s 5 6 // CHECK: !0 = metadata !{ 7 // CHECK: -g -Os 8 // CHECK: -mmacosx-version-min=10.5.0 9 // CHECK: [ DW_TAG_compile_unit ] 10 11 int x; 12 13 // S: "-dwarf-debug-flags" 14