diff dmd/mars.h @ 694:931333ea35c6

Allow output of only bc, ll, or s by making -of set the output type depending on the extension.
author Christian Kamm <kamm incasoftware de>
date Mon, 13 Oct 2008 10:58:00 +0200
parents bfe5229f9d8e
children ed9a9e6dd1cc
line wrap: on
line diff
--- a/dmd/mars.h	Sun Oct 12 20:22:51 2008 +0200
+++ b/dmd/mars.h	Mon Oct 13 10:58:00 2008 +0200
@@ -148,6 +148,7 @@
     char output_ll;
     char output_bc;
     char output_s;
+    char output_o;
     char llvmInline;
     char llvmAnnotate;
     char useInlineAsm;