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

Chris Lattner lattner at cs.uiuc.edu
Wed Jan 29 12:16:01 PST 2003


Changes in directory llvm/tools/bugpoint:

SystemUtils.cpp updated: 1.2 -> 1.3

---
Log message:

Fix build problem on sparc


---
Diffs of the changes:

Index: llvm/tools/bugpoint/SystemUtils.cpp
diff -u llvm/tools/bugpoint/SystemUtils.cpp:1.2 llvm/tools/bugpoint/SystemUtils.cpp:1.3
--- llvm/tools/bugpoint/SystemUtils.cpp:1.2	Mon Dec 23 18:44:34 2002
+++ llvm/tools/bugpoint/SystemUtils.cpp	Wed Jan 29 12:15:34 2003
@@ -9,7 +9,8 @@
 #include <algorithm>
 #include <fstream>
 #include <iostream>
-#include <stdlib.h>
+#include <cstdlib>
+#include <alloca.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>





More information about the llvm-commits mailing list