[llvm-commits] CVS: llvm/include/llvm/Config/alloca.h config.h.in dlfcn.h fcntl.h limits.h malloc.h memory.h pagesize.h stdint.h time.h unistd.h windows.h

Reid Spencer reid at x10sys.com
Wed Sep 1 15:55:57 PDT 2004



Changes in directory llvm/include/llvm/Config:

alloca.h updated: 1.4 -> 1.5
config.h.in updated: 1.24 -> 1.25
dlfcn.h updated: 1.4 -> 1.5
fcntl.h updated: 1.4 -> 1.5
limits.h updated: 1.3 -> 1.4
malloc.h updated: 1.3 -> 1.4
memory.h updated: 1.3 -> 1.4
pagesize.h updated: 1.2 -> 1.3
stdint.h updated: 1.3 -> 1.4
time.h updated: 1.3 -> 1.4
unistd.h updated: 1.5 -> 1.6
windows.h updated: 1.3 -> 1.4
---
Log message:

Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352 
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM 
public header files must be under include/llvm/.


---
Diffs of the changes:  (+12 -12)

Index: llvm/include/llvm/Config/alloca.h
diff -u llvm/include/llvm/Config/alloca.h:1.4 llvm/include/llvm/Config/alloca.h:1.5
--- llvm/include/llvm/Config/alloca.h:1.4	Fri Jun  4 14:25:50 2004
+++ llvm/include/llvm/Config/alloca.h	Wed Sep  1 17:55:34 2004
@@ -15,7 +15,7 @@
 #ifndef _CONFIG_ALLOC_H
 #define _CONFIG_ALLOC_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 /*
  * This is a modified version of that suggested by the Autoconf manual.


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.24 llvm/include/llvm/Config/config.h.in:1.25
--- llvm/include/llvm/Config/config.h.in:1.24	Fri Aug 20 04:10:31 2004
+++ llvm/include/llvm/Config/config.h.in	Wed Sep  1 17:55:34 2004
@@ -1,4 +1,4 @@
-/* include/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
+/* include/llvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
 
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    systems. This function is required for `alloca.c' support on those systems.


Index: llvm/include/llvm/Config/dlfcn.h
diff -u llvm/include/llvm/Config/dlfcn.h:1.4 llvm/include/llvm/Config/dlfcn.h:1.5
--- llvm/include/llvm/Config/dlfcn.h:1.4	Fri Jul 16 22:09:12 2004
+++ llvm/include/llvm/Config/dlfcn.h	Wed Sep  1 17:55:34 2004
@@ -14,7 +14,7 @@
 #ifndef _CONFIG_DLFCN_H
 #define _CONFIG_DLFCN_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_DLFCN_H
 #include <dlfcn.h>


Index: llvm/include/llvm/Config/fcntl.h
diff -u llvm/include/llvm/Config/fcntl.h:1.4 llvm/include/llvm/Config/fcntl.h:1.5
--- llvm/include/llvm/Config/fcntl.h:1.4	Mon Oct 20 15:16:14 2003
+++ llvm/include/llvm/Config/fcntl.h	Wed Sep  1 17:55:34 2004
@@ -14,7 +14,7 @@
 #ifndef _CONFIG_FCNTL_H
 #define _CONFIG_FCNTL_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>


Index: llvm/include/llvm/Config/limits.h
diff -u llvm/include/llvm/Config/limits.h:1.3 llvm/include/llvm/Config/limits.h:1.4
--- llvm/include/llvm/Config/limits.h:1.3	Mon Oct 20 15:11:35 2003
+++ llvm/include/llvm/Config/limits.h	Wed Sep  1 17:55:34 2004
@@ -14,7 +14,7 @@
 #ifndef _CONFIG_LIMITS_H
 #define _CONFIG_LIMITS_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_LIMITS_H
 #include <limits.h>


Index: llvm/include/llvm/Config/malloc.h
diff -u llvm/include/llvm/Config/malloc.h:1.3 llvm/include/llvm/Config/malloc.h:1.4
--- llvm/include/llvm/Config/malloc.h:1.3	Mon Oct 20 15:11:36 2003
+++ llvm/include/llvm/Config/malloc.h	Wed Sep  1 17:55:34 2004
@@ -15,7 +15,7 @@
 #ifndef _SUPPORT_MALLOC_H
 #define _SUPPORT_MALLOC_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>


Index: llvm/include/llvm/Config/memory.h
diff -u llvm/include/llvm/Config/memory.h:1.3 llvm/include/llvm/Config/memory.h:1.4
--- llvm/include/llvm/Config/memory.h:1.3	Mon Oct 20 15:11:36 2003
+++ llvm/include/llvm/Config/memory.h	Wed Sep  1 17:55:34 2004
@@ -14,7 +14,7 @@
 #ifndef _CONFIG_MEMORY_H
 #define _CONFIG_MEMORY_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_MEMORY_H
 #include <memory.h>


Index: llvm/include/llvm/Config/pagesize.h
diff -u llvm/include/llvm/Config/pagesize.h:1.2 llvm/include/llvm/Config/pagesize.h:1.3
--- llvm/include/llvm/Config/pagesize.h:1.2	Mon Jun 21 13:43:23 2004
+++ llvm/include/llvm/Config/pagesize.h	Wed Sep  1 17:55:34 2004
@@ -12,7 +12,7 @@
 #ifndef PAGESIZE_H
 #define PAGESIZE_H
 
-#include "Config/unistd.h"
+#include "llvm/Config/unistd.h"
 #include <sys/param.h>
 
 namespace llvm {


Index: llvm/include/llvm/Config/stdint.h
diff -u llvm/include/llvm/Config/stdint.h:1.3 llvm/include/llvm/Config/stdint.h:1.4
--- llvm/include/llvm/Config/stdint.h:1.3	Mon Oct 20 15:11:36 2003
+++ llvm/include/llvm/Config/stdint.h	Wed Sep  1 17:55:34 2004
@@ -14,7 +14,7 @@
 #ifndef _CONFIG_STDINT_H
 #define _CONFIG_STDINT_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_STDINT_H
 #include <stdint.h>


Index: llvm/include/llvm/Config/time.h
diff -u llvm/include/llvm/Config/time.h:1.3 llvm/include/llvm/Config/time.h:1.4
--- llvm/include/llvm/Config/time.h:1.3	Mon Oct 20 15:11:38 2003
+++ llvm/include/llvm/Config/time.h	Wed Sep  1 17:55:34 2004
@@ -24,7 +24,7 @@
 #ifndef _CONFIG_TIME_H
 #define _CONFIG_TIME_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_TIME_H
 #include <time.h>


Index: llvm/include/llvm/Config/unistd.h
diff -u llvm/include/llvm/Config/unistd.h:1.5 llvm/include/llvm/Config/unistd.h:1.6
--- llvm/include/llvm/Config/unistd.h:1.5	Fri Jun  4 15:05:35 2004
+++ llvm/include/llvm/Config/unistd.h	Wed Sep  1 17:55:34 2004
@@ -14,7 +14,7 @@
 #ifndef _CONFIG_UNISTD_H
 #define _CONFIG_UNISTD_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #if defined(HAVE_UNISTD_H) && !defined(_MSC_VER)
 #include <unistd.h>


Index: llvm/include/llvm/Config/windows.h
diff -u llvm/include/llvm/Config/windows.h:1.3 llvm/include/llvm/Config/windows.h:1.4
--- llvm/include/llvm/Config/windows.h:1.3	Fri Jun  4 19:54:11 2004
+++ llvm/include/llvm/Config/windows.h	Wed Sep  1 17:55:34 2004
@@ -14,7 +14,7 @@
 #ifndef LLVM_CONFIG_WINDOWS_H
 #define LLVM_CONFIG_WINDOWS_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
 #ifdef HAVE_WINDOWS_H
 #include <windows.h>






More information about the llvm-commits mailing list