comparison 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
comparison
equal deleted inserted replaced
275:665b81613475 276:21f85bac0b1a
1101 error("no object files to link"); 1101 error("no object files to link");
1102 } 1102 }
1103 else 1103 else
1104 { 1104 {
1105 if (global.params.link) 1105 if (global.params.link)
1106 status = runLINK(); 1106 //status = runLINK();
1107 linkExecutable();
1107 1108
1108 if (global.params.run) 1109 if (global.params.run)
1109 { 1110 {
1110 if (!status) 1111 if (!status)
1111 { 1112 {