diff dmd/mars.h @ 31:2841234d2aea trunk

[svn r35] * Attributes on struct fields/methods now work * Updated object.d to 1.021 * Added -novalidate command line option. this is sometimes useful when debugging as it may let you read the .ll even if it's invalid.
author lindquist
date Thu, 04 Oct 2007 16:44:07 +0200
parents 788401029ecf
children 0c77619e803b
line wrap: on
line diff
--- a/dmd/mars.h	Thu Oct 04 14:15:54 2007 +0200
+++ b/dmd/mars.h	Thu Oct 04 16:44:07 2007 +0200
@@ -68,6 +68,7 @@
     char cov;		// generate code coverage data
     char nofloat;	// code should not pull in floating point support
     char noruntime;	// code is not allowed to make implicit calls to the runtime
+    char novalidate;// no bitcode validation
     char Dversion;	// D version number
 
     char *argv0;	// program name