mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 12:53:14 +01:00
First part of rename to LDC.
This commit is contained in:
@@ -153,7 +153,7 @@ static const LLType* rt_dg2()
|
||||
|
||||
static void LLVM_D_BuildRuntimeModule()
|
||||
{
|
||||
M = new llvm::Module("llvmdc internal runtime");
|
||||
M = new llvm::Module("ldc internal runtime");
|
||||
|
||||
const LLType* voidTy = LLType::VoidTy;
|
||||
const LLType* boolTy = LLType::Int1Ty;
|
||||
|
||||
Reference in New Issue
Block a user