Files
clang-p2996/clang/test/Driver/darwin-debug-flags.c
Daniel Dunbar 7f3d95054b Driver: Change -dwarf-debug-flags option to pass the original command line
arguments after translation, instead of the -cc1 level arguments.

llvm-svn: 105476
2010-06-04 18:47:06 +00:00

10 lines
272 B
C

// 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: -mmacosx-version-min=10.5.0
// CHECK: -g -Os
// CHECK: [ DW_TAG_compile_unit ]
int x;