]> granicus.if.org Git - clang/commitdiff
DebugInfo: Fix test for LLVM change r203619
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Mar 2014 23:38:05 +0000 (23:38 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Mar 2014 23:38:05 +0000 (23:38 +0000)
I'll fix this to not test assembly in a moment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203623 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-pubtypes.cpp

index 4643db0a49967913e6963598b64a55565f99557a..343f12bed25bad4ac203b7dfee8102832632c988 100644 (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: