projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6782835
)
Make this compile on Solaris.
author
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 19 Dec 2004 21:08:07 +0000
(21:08 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 19 Dec 2004 21:08:07 +0000
(21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19047
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc/CompilerDriver.cpp
patch
|
blob
|
history
diff --git
a/tools/llvmc/CompilerDriver.cpp
b/tools/llvmc/CompilerDriver.cpp
index f0f686886b806d5130c856d3eb0295cb7836e027..6578815cbc0d2497918d595287418b3d90d55fb6 100644
(file)
--- a/
tools/llvmc/CompilerDriver.cpp
+++ b/
tools/llvmc/CompilerDriver.cpp
@@
-21,6
+21,7
@@
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringExtras.h"
#include <iostream>
+#include <alloca.h>
using namespace llvm;