[llvm-commits] CVS: llvm/tools/bugpoint/Makefile SystemUtils.cpp

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 23 14:05:01 PDT 2003


Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.3 -> 1.3.2.1
SystemUtils.cpp updated: 1.3 -> 1.3.2.1

---
Log message:

Initial autoconf checkin.


---
Diffs of the changes:

Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.3 llvm/tools/bugpoint/Makefile:1.3.2.1
--- llvm/tools/bugpoint/Makefile:1.3	Tue Jan 14 15:30:30 2003
+++ llvm/tools/bugpoint/Makefile	Mon Jun 23 14:04:49 2003
@@ -8,6 +8,4 @@
 USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \
            transformutils asmparser bcreader bcwriter vmcore support
 
-TOOLLINKOPTS = -ldl
-
 include $(LEVEL)/Makefile.common


Index: llvm/tools/bugpoint/SystemUtils.cpp
diff -u llvm/tools/bugpoint/SystemUtils.cpp:1.3 llvm/tools/bugpoint/SystemUtils.cpp:1.3.2.1
--- llvm/tools/bugpoint/SystemUtils.cpp:1.3	Wed Jan 29 12:15:34 2003
+++ llvm/tools/bugpoint/SystemUtils.cpp	Mon Jun 23 14:04:49 2003
@@ -10,12 +10,12 @@
 #include <fstream>
 #include <iostream>
 #include <cstdlib>
-#include <alloca.h>
+#include "Config/alloca.h"
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
+#include "Config/fcntl.h"
 #include <sys/wait.h>
-#include <unistd.h>
+#include "Config/unistd.h"
 #include <errno.h>
 
 /// removeFile - Delete the specified file





More information about the llvm-commits mailing list