diff options
author | José Fonseca <[email protected]> | 2010-03-03 12:00:08 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-03 12:02:26 +0000 |
commit | a9e6da7b4cd2019e5ac501bfa1d1aeff49e1982c (patch) | |
tree | 87d9fc072469a01711466c015de173f08e254780 /src/gallium/auxiliary/gallivm/lp_bld_init.h | |
parent | f58ca9b02bb4b19d57dfe38016626a89c3757de6 (diff) |
gallivm: Centralize initialization. Fix stack alignment issues on Windows.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_init.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_init.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.h b/src/gallium/auxiliary/gallivm/lp_bld_init.h index 6a8ab8e5db9..07f50d1c433 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_init.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_init.h @@ -30,22 +30,13 @@ #define LP_BLD_INIT_H -#include "llvm/Config/config.h" - #ifdef __cplusplus extern "C" { #endif -#ifndef LLVM_NATIVE_ARCH - void -LLVMLinkInJIT(void); - -int -LLVMInitializeNativeTarget(void); - -#endif /* !LLVM_NATIVE_ARCH */ +lp_build_init(void); #ifdef __cplusplus |