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:


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to