Home | History | Annotate | Download | only in Driver
      1 // RUN: env RC_DEBUG_OPTIONS=1 %clang -ccc-host-triple i386-apple-darwin9 -g -Os %s  -emit-llvm -S -o - | FileCheck %s
      2 // <rdar://problem/7256886>
      3 
      4 // CHECK: !0 = metadata !{
      5 // CHECK: -g -Os
      6 // CHECK: -mmacosx-version-min=10.5.0
      7 // CHECK: [ DW_TAG_compile_unit ]
      8 
      9 int x;
     10