diff gen/linker.cpp @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 29dc68c949b0
children 075c1272a01d
line wrap: on
line diff
--- a/gen/linker.cpp	Mon Oct 06 21:40:33 2008 +0200
+++ b/gen/linker.cpp	Mon Oct 06 22:46:55 2008 +0200
@@ -21,7 +21,7 @@
     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)