First part of rename to LDC.

This commit is contained in:
Christian Kamm 2008-10-06 22:46:55 +02:00
parent 1fe1354a8a
commit 6eeeafdba6
47 changed files with 350 additions and 350 deletions

View file

@ -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)