2012-01-14 01:33:06 +04:00
|
|
|
// RUN: env RC_DEBUG_OPTIONS=1 %clang -ccc-host-triple i386-apple-darwin9 -g -Os %s -emit-llvm -S -o - | FileCheck %s
|
2009-12-18 05:43:17 +03:00
|
|
|
// <rdar://problem/7256886>
|
2011-12-22 23:31:58 +04:00
|
|
|
// RUN: touch %t.s
|
2012-01-14 01:33:06 +04:00
|
|
|
// RUN: env RC_DEBUG_OPTIONS=1 %clang -### -ccc-host-triple i386-apple-darwin9 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
|
2009-12-18 05:43:17 +03:00
|
|
|
|
2011-05-03 20:19:38 +04:00
|
|
|
// CHECK: !0 = metadata !{
|
2010-06-04 22:47:06 +04:00
|
|
|
// CHECK: -g -Os
|
2010-07-19 21:11:36 +04:00
|
|
|
// CHECK: -mmacosx-version-min=10.5.0
|
2009-12-29 10:42:23 +03:00
|
|
|
// CHECK: [ DW_TAG_compile_unit ]
|
2009-12-18 05:43:17 +03:00
|
|
|
|
|
|
|
int x;
|
2011-12-22 23:31:58 +04:00
|
|
|
|
|
|
|
// S: "-dwarf-debug-flags"
|