[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
[clang.git] / test / Driver / darwin-debug-flags.c
blob3394e4e8079cfcbe195b8cfb1779b535ac89a67d
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>
4 // CHECK: !1 = metadata !{
5 // CHECK: -g -Os
6 // CHECK: -mmacosx-version-min=10.5.0
7 // CHECK: [ DW_TAG_compile_unit ]
9 int x;