[cfe-commits] r151851 - /cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp

Eric Christopher echristo at apple.com
Thu Mar 1 14:49:11 PST 2012


Author: echristo
Date: Thu Mar  1 16:49:10 2012
New Revision: 151851

URL: http://llvm.org/viewvc/llvm-project?rev=151851&view=rev
Log:
Update test for llvm assembly output change. Also add a fixme that this
shouldn't be relying on assembly emission.

For the record we should check the metadata output from the front
end and then check in the backend that such a thing emits a pubtypes
entry.

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=151851&r1=151850&r2=151851&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-pubtypes.cpp Thu Mar  1 16:49:10 2012
@@ -2,6 +2,8 @@
 // RUN: %clang -cc1 -triple x86_64-apple-darwin10  -g -fno-limit-debug-info -S %s -o %t
 // RUN: FileCheck %s < %t
 
+// FIXME: This testcase shouldn't rely on assembly emission.
+//CHECK: Lpubtypes_begin1:
 //CHECK:         .asciz   "G"
 //CHECK-NEXT:    .long   0
 //CHECK-NEXT: Lpubtypes_end1:





More information about the cfe-commits mailing list