mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 16:41:06 +03:00
First part of rename to LDC.
This commit is contained in:
parent
1fe1354a8a
commit
6eeeafdba6
47 changed files with 350 additions and 350 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue