view gen/runtime.h @ 118:d580b95cce2b trunk

[svn r122] Fixed temporary delegates can now alloca their own storage.
author lindquist
date Mon, 26 Nov 2007 05:50:33 +0100
parents 0c77619e803b
children
line wrap: on
line source

// D runtime support helpers

bool LLVM_D_InitRuntime();
void LLVM_D_FreeRuntime();

llvm::Function* LLVM_D_GetRuntimeFunction(llvm::Module* target, const char* name);

llvm::GlobalVariable* LLVM_D_GetRuntimeGlobal(llvm::Module* target, const char* name);