view gen/runtime.h @ 371:f2b608012699 trunk

[svn r392] Make import of std.compat in object.di used for testing public.
author ChristianK
date Tue, 15 Jul 2008 10:56:16 +0200
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);