[cfe-commits] r159415 - in /cfe/trunk: lib/CodeGen/CGDebugInfo.h test/CodeGen/2010-02-10-PointerName.c

Bill Wendling isanbard at gmail.com
Fri Jun 29 01:32:29 PDT 2012


Author: void
Date: Fri Jun 29 03:32:29 2012
New Revision: 159415

URL: http://llvm.org/viewvc/llvm-project?rev=159415&view=rev
Log:
Update based on move of DIBuilder.h to include/llvm.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.h
    cfe/trunk/test/CodeGen/2010-02-10-PointerName.c

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=159415&r1=159414&r2=159415&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Fri Jun 29 03:32:29 2012
@@ -18,8 +18,8 @@
 #include "clang/AST/Expr.h"
 #include "clang/Basic/SourceLocation.h"
 #include "llvm/DebugInfo.h"
+#include "llvm/DIBuilder.h"
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/Analysis/DIBuilder.h"
 #include "llvm/Support/ValueHandle.h"
 #include "llvm/Support/Allocator.h"
 

Modified: cfe/trunk/test/CodeGen/2010-02-10-PointerName.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2010-02-10-PointerName.c?rev=159415&r1=159414&r2=159415&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2010-02-10-PointerName.c (original)
+++ cfe/trunk/test/CodeGen/2010-02-10-PointerName.c Fri Jun 29 03:32:29 2012
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -g -o - | grep DW_TAG_pointer_type | grep -v char
+// RUN: %clang_cc1 %s -emit-llvm -g -o - | grep DW_TAG_pointer_type | grep -v {"char"}
 
 char i = 1;
 void foo() {





More information about the cfe-commits mailing list