Skip to content

Commit

Permalink
Update metadata id number in string compare check.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130757 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Devang Patel committed May 3, 2011
1 parent cb65de1 commit 3477224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Driver/darwin-debug-flags.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 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: !0 = metadata !{
// CHECK: -g -Os
// CHECK: -mmacosx-version-min=10.5.0
// CHECK: [ DW_TAG_compile_unit ]
Expand Down

0 comments on commit 3477224

Please sign in to comment.