summaryrefslogtreecommitdiffstats
path: root/test/Driver/darwin-debug-flags.c
blob: 3394e4e8079cfcbe195b8cfb1779b535ac89a67d (plain)
1
2
3
4
5
6
7
8
9
// RUN: env RC_DEBUG_OPTIONS=1 %clang -ccc-host-triple i386-apple-darwin9 -g -Os %s  -emit-llvm -S -o - | FileCheck %s
// <rdar://problem/7256886>

// CHECK: !1 = metadata !{
// CHECK: -g -Os
// CHECK: -mmacosx-version-min=10.5.0
// CHECK: [ DW_TAG_compile_unit ]

int x;
OpenPOWER on IntegriCloud