r203623 - DebugInfo: Fix test for LLVM change r203619
David Blaikie
dblaikie at gmail.com
Tue Mar 11 16:38:06 PDT 2014
Author: dblaikie
Date: Tue Mar 11 18:38:05 2014
New Revision: 203623
URL: http://llvm.org/viewvc/llvm-project?rev=203623&view=rev
Log:
DebugInfo: Fix test for LLVM change r203619
I'll fix this to not test assembly in a moment.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp?rev=203623&r1=203622&r2=203623&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp Tue Mar 11 18:38:05 2014
@@ -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:
More information about the cfe-commits
mailing list