From 3d32bb03685c78a0327d741501b15fe40c4f980b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 1 Mar 2012 22:49:10 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151851 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-pubtypes.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGenCXX/debug-info-pubtypes.cpp b/test/CodeGenCXX/debug-info-pubtypes.cpp index e94f41992c..a7abade392 100644 --- a/test/CodeGenCXX/debug-info-pubtypes.cpp +++ b/test/CodeGenCXX/debug-info-pubtypes.cpp @@ -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: -- 2.50.1