view gen/runtime.h @ 2:1fb7ce03965b trunk

[svn r6] added some missing things
author lindquist
date Sat, 01 Sep 2007 22:24:46 +0200
parents c53b6e3fe49a
children 0c77619e803b
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);