[llvm-commits] CVS: llvm/tools/llvmc/CompilerDriver.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sun Dec 19 20:02:17 PST 2004
Changes in directory llvm/tools/llvmc:
CompilerDriver.cpp updated: 1.24 -> 1.25
---
Log message:
Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llvmc/CompilerDriver.cpp
diff -u llvm/tools/llvmc/CompilerDriver.cpp:1.24 llvm/tools/llvmc/CompilerDriver.cpp:1.25
--- llvm/tools/llvmc/CompilerDriver.cpp:1.24 Sun Dec 19 15:08:07 2004
+++ llvm/tools/llvmc/CompilerDriver.cpp Sun Dec 19 22:02:01 2004
@@ -21,7 +21,7 @@
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringExtras.h"
#include <iostream>
-#include <alloca.h>
+#include "llvm/Config/alloca.h"
using namespace llvm;
More information about the llvm-commits
mailing list