The JIT now passes the environment pointer to the main() function when it
[oota-llvm.git] / include / Support / Alloca.h
1 //===-- include/Support/Alloca.h - Support for alloca header -----*- C++ -*--=//
2 //
3 // Some platforms do not have alloca.h; others do. You can include this
4 // file instead of <alloca.h> and it will include <alloca.h> on the platforms
5 // that require you to do so to use alloca().
6 //
7 //===----------------------------------------------------------------------===//
8
9 #ifndef SUPPORT_ALLOCA_H
10 #define SUPPORT_ALLOCA_H
11
12 #include "Config/alloca.h"
13
14 #endif  /* SUPPORT_ALLOCA_H */