DebugInfo: Fix test for LLVM change r203619

I'll fix this to not test assembly in a moment.

llvm-svn: 203623
This commit is contained in:
David Blaikie 2014-03-11 23:38:05 +00:00
parent ce2f1cb918
commit f9b8472044
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -fstandalone-debug -S -mllvm -generate-dwarf-pub-sections=Enable %s -o - | FileCheck %s
// FIXME: This testcase shouldn't rely on assembly emission.
//CHECK: Lpubtypes_begin[[SECNUM:[0-9]:]]
//CHECK: LpubTypes_begin[[SECNUM:[0-9]:]]
//CHECK: .asciz "G"
//CHECK-NEXT: .long 0
//CHECK-NEXT: Lpubtypes_end[[SECNUM]]
//CHECK-NEXT: LpubTypes_end[[SECNUM]]
class G {
public: