[llvm-commits] CVS: llvm/tools/llvmc/CompilerDriver.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Sun Dec 19 13:08:25 PST 2004



Changes in directory llvm/tools/llvmc:

CompilerDriver.cpp updated: 1.23 -> 1.24
---
Log message:

Make this compile on Solaris.


---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/llvmc/CompilerDriver.cpp
diff -u llvm/tools/llvmc/CompilerDriver.cpp:1.23 llvm/tools/llvmc/CompilerDriver.cpp:1.24
--- llvm/tools/llvmc/CompilerDriver.cpp:1.23	Sun Dec 19 12:00:56 2004
+++ llvm/tools/llvmc/CompilerDriver.cpp	Sun Dec 19 15:08:07 2004
@@ -21,6 +21,7 @@
 #include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/StringExtras.h"
 #include <iostream>
+#include <alloca.h>
 
 using namespace llvm;
 






More information about the llvm-commits mailing list