comparison dmd2/mars.c @ 1113:123812e02bc8

Split out LLVM_REV into separate header, to reduce rebuilding when only the LDC revision has changed.
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 13 Mar 2009 16:18:43 +0100
parents 2667e3a145be
children 638d16625da2
comparison
equal deleted inserted replaced
1112:829ac3f30103 1113:123812e02bc8
59 59
60 copyright = "Copyright (c) 1999-2009 by Digital Mars and Tomas Lindquist Olsen"; 60 copyright = "Copyright (c) 1999-2009 by Digital Mars and Tomas Lindquist Olsen";
61 written = "written by Walter Bright and Tomas Lindquist Olsen"; 61 written = "written by Walter Bright and Tomas Lindquist Olsen";
62 version = "v2.021"; 62 version = "v2.021";
63 ldc_version = LDC_REV; 63 ldc_version = LDC_REV;
64 llvm_version = LLVM_REV; 64 llvm_version = LLVM_REV_STR;
65 global.structalign = 8; 65 global.structalign = 8;
66 66
67 // This should only be used as a global, so the other fields are 67 // This should only be used as a global, so the other fields are
68 // automatically initialized to zero when the program is loaded. 68 // automatically initialized to zero when the program is loaded.
69 // In particular, DO NOT zero-initialize .params here (like DMD 69 // In particular, DO NOT zero-initialize .params here (like DMD