freebsd-dev/test/Driver/darwin-debug-flags.c

18 lines
581 B
C
Raw Normal View History

// RUN: env RC_DEBUG_OPTIONS=1 %clang -target i386-apple-darwin9 -g -Os %s -emit-llvm -S -o - | FileCheck %s
2010-01-01 10:34:51 +00:00
// <rdar://problem/7256886>
// RUN: touch %t.s
// RUN: env RC_DEBUG_OPTIONS=1 %clang -### -target i386-apple-darwin9 -c -g %t.s 2>&1 | FileCheck -check-prefix=S %s
// <rdar://problem/12955296>
// RUN: %clang -### -target i386-apple-darwin9 -c -g %t.s 2>&1 | FileCheck -check-prefix=P %s
2010-01-01 10:34:51 +00:00
// CHECK: !0 = metadata !{
2010-07-13 17:21:42 +00:00
// CHECK: -g -Os
// CHECK: -mmacosx-version-min=10.5.0
2010-01-01 10:34:51 +00:00
// CHECK: [ DW_TAG_compile_unit ]
int x;
// S: "-dwarf-debug-flags"
// P: "-dwarf-debug-producer"