Daniel Dunbar | f2d8b9f | 2009-12-18 02:43:17 +0000 | [diff] [blame] | 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: !1 = metadata !{ | ||||
5 | // CHECK: -cc1 | ||||
6 | // CHECK: -triple i386-apple-darwin9 | ||||
7 | // CHECK: -g | ||||
8 | // CHECK: -Os | ||||
Chris Lattner | b175666 | 2009-12-29 07:42:23 +0000 | [diff] [blame] | 9 | // CHECK: [ DW_TAG_compile_unit ] |
Daniel Dunbar | f2d8b9f | 2009-12-18 02:43:17 +0000 | [diff] [blame] | 10 | |
11 | int x; |