[llvm-commits] [llvm-gcc-4.2] r85089 - /llvm-gcc-4.2/trunk/gcc/llvm-internal.h

Chandler Carruth chandlerc at gmail.com
Sun Oct 25 20:19:17 PDT 2009


Author: chandlerc
Date: Sun Oct 25 22:19:13 2009
New Revision: 85089

URL: http://llvm.org/viewvc/llvm-project?rev=85089&view=rev
Log:
Fix the build for llvm-gcc by updating the location of DataTypes.h to reflect
r85086.

Modified:
    llvm-gcc-4.2/trunk/gcc/llvm-internal.h

Modified: llvm-gcc-4.2/trunk/gcc/llvm-internal.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/llvm-internal.h?rev=85089&r1=85088&r2=85089&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/llvm-internal.h (original)
+++ llvm-gcc-4.2/trunk/gcc/llvm-internal.h Sun Oct 25 22:19:13 2009
@@ -37,7 +37,7 @@
 #include "llvm/ADT/IndexedMap.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/SetVector.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/Support/IRBuilder.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/TargetFolder.h"





More information about the llvm-commits mailing list