]> granicus.if.org Git - clang/commitdiff
Update based on move of DIBuilder.h to include/llvm.
authorBill Wendling <isanbard@gmail.com>
Fri, 29 Jun 2012 08:32:29 +0000 (08:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 29 Jun 2012 08:32:29 +0000 (08:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159415 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h
test/CodeGen/2010-02-10-PointerName.c

index af0b5cb90836533c48519c7f67fe0b82cf8460b8..616b7038222c6607c72cd9f731a8d993a340c16d 100644 (file)
@@ -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"
 
index 910dd30fc6030072c47d42f9952bd1281bece425..2837de4b8b44e2b19f921fe0b59b4f18b266fc8e 100644 (file)
@@ -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() {