mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-12 06:49:02 +02:00
[svn r5] Initial commit. Most things are very rough.
This commit is contained in:
6
gen/runtime.h
Normal file
6
gen/runtime.h
Normal file
@@ -0,0 +1,6 @@
|
||||
// D runtime support helpers
|
||||
|
||||
bool LLVM_D_InitRuntime();
|
||||
void LLVM_D_FreeRuntime();
|
||||
|
||||
llvm::Function* LLVM_D_GetRuntimeFunction(llvm::Module* target, const char* name);
|
||||
Reference in New Issue
Block a user