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

Jeff Cohen jeffc at jolt-lang.org
Thu Dec 22 21:00:50 PST 2005



Changes in directory llvm/tools/bugpoint:

OptimizerDriver.cpp updated: 1.34 -> 1.35
---
Log message:

Get bugpoint building with VC++ again.

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

 OptimizerDriver.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/tools/bugpoint/OptimizerDriver.cpp
diff -u llvm/tools/bugpoint/OptimizerDriver.cpp:1.34 llvm/tools/bugpoint/OptimizerDriver.cpp:1.35
--- llvm/tools/bugpoint/OptimizerDriver.cpp:1.34	Thu Dec 22 14:02:55 2005
+++ llvm/tools/bugpoint/OptimizerDriver.cpp	Thu Dec 22 23:00:38 2005
@@ -29,6 +29,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/System/Path.h"
 #include "llvm/System/Program.h"
+#include "llvm/Config/alloca.h"
 #include <fstream>
 using namespace llvm;
 






More information about the llvm-commits mailing list