From 834c265e85e4ee433cd9089e907bf6bccdb25313 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 2 Oct 2014 22:15:09 +0000 Subject: Revert "DI: LLVM schema change: fold constants into string" This reverts commit r218913 while I investigate some bots. llvm-svn: 218917 --- clang/test/CodeGen/lineno-dbginfo.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'clang/test/CodeGen/lineno-dbginfo.c') diff --git a/clang/test/CodeGen/lineno-dbginfo.c b/clang/test/CodeGen/lineno-dbginfo.c index 20f1949421f..1f9b7a569ec 100644 --- a/clang/test/CodeGen/lineno-dbginfo.c +++ b/clang/test/CodeGen/lineno-dbginfo.c @@ -1,6 +1,5 @@ // RUN: echo "#include " > %t.h -// RUN: %clang_cc1 -S -g -include %t.h %s -emit-llvm -o - | FileCheck %s - -// CHECK: metadata !"0x34\00outer\00outer\00\00[[@LINE+1]]\000\001" +// RUN: %clang_cc1 -S -g -include %t.h %s -emit-llvm -o %t.ll +// RUN: grep "i32 5" %t.ll +// outer is at line number 5. int outer = 42; - -- cgit v1.2.3