From: Brian Gaeke Date: Mon, 20 Dec 2004 04:02:01 +0000 (+0000) Subject: Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fabf41fc3e8ecdce49442fc52312d5b26b0879c1;p=oota-llvm.git Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19059 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/CompilerDriver.cpp b/tools/llvmc/CompilerDriver.cpp index 6578815cbc0..6846fbc62e8 100644 --- a/tools/llvmc/CompilerDriver.cpp +++ b/tools/llvmc/CompilerDriver.cpp @@ -21,7 +21,7 @@ #include "llvm/ADT/SetVector.h" #include "llvm/ADT/StringExtras.h" #include -#include +#include "llvm/Config/alloca.h" using namespace llvm;