diff dmd/mars.c @ 276:21f85bac0b1a trunk

[svn r297] Fixed: rewrote linker code to use LLVM's Program facilities instead of DMD's oldschool broken "native" approach.
author lindquist
date Fri, 20 Jun 2008 17:45:13 +0200
parents 88252a1af660
children 90a8c798b0db
line wrap: on
line diff
--- a/dmd/mars.c	Thu Jun 19 17:30:32 2008 +0200
+++ b/dmd/mars.c	Fri Jun 20 17:45:13 2008 +0200
@@ -1103,7 +1103,8 @@
     else
     {
 	if (global.params.link)
-	    status = runLINK();
+	    //status = runLINK();
+        linkExecutable();
 
 	if (global.params.run)
 	{