mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-28 02:23:13 +01:00
First part of rename to LDC.
This commit is contained in:
@@ -21,7 +21,7 @@ void linkModules(llvm::Module* dst, const Module_vector& MV)
|
||||
if (MV.empty())
|
||||
return;
|
||||
|
||||
llvm::Linker linker("llvmdc", dst);
|
||||
llvm::Linker linker("ldc", dst);
|
||||
|
||||
std::string err;
|
||||
for (Module_vector::const_iterator i=MV.begin(); i!=MV.end(); ++i)
|
||||
|
||||
Reference in New Issue
Block a user