diff dmd/mars.h @ 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 665b81613475
children 90a8c798b0db
line wrap: on
line diff
--- a/dmd/mars.h	Thu Jun 19 17:30:32 2008 +0200
+++ b/dmd/mars.h	Fri Jun 20 17:45:13 2008 +0200
@@ -304,12 +304,15 @@
 void verror(Loc loc, const char *format, va_list);
 void fatal();
 void err_nomem();
-int runLINK();
+//int runLINK(); // no longer used
 void deleteExeFile();
 int runProgram();
 void inifile(char *argv0, char *inifile);
 void halt();
 
+// LLVMDC
+int linkExecutable();
+
 /*** Where to send error messages ***/
 #if IN_GCC
 #define stdmsg stderr