comparison .hgignore @ 1064:f0b6549055ab

Make LDC work with LLVM trunk (s/LinkOnceLinkage/LinkOnceOdrLinkage/) Also moved the #defines for linkage types into a separate header instead of mars.h so we can #include revisions.h without having to rebuild the entire frontend every time we update. (I'm using revisions.h to get the LLVM revision for use in preprocessor conditionals. It should work with LLVM release 2.5, old trunk and new trunk)
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 08 Mar 2009 16:13:10 +0100
parents bce024c60adc
children 123812e02bc8
comparison
equal deleted inserted replaced
1063:40d7f9b7357f 1064:f0b6549055ab
26 ^bin/ldc2?\.conf$ 26 ^bin/ldc2?\.conf$
27 ^idgen\.make$ 27 ^idgen\.make$
28 ^impcnvgen\.make$ 28 ^impcnvgen\.make$
29 ^ldc\.make$ 29 ^ldc\.make$
30 ^revisions\.pl$ 30 ^revisions\.pl$
31 ^gen/revisions\.h$
31 ^dmd2?/idgen$ 32 ^dmd2?/idgen$
32 ^dmd2?/impcnvgen$ 33 ^dmd2?/impcnvgen$
33 ^dmd2?/revisions\.h$
34 ^dmd2?/impcnvtab\.c$ 34 ^dmd2?/impcnvtab\.c$
35 ^dmd2?/id\.c$ 35 ^dmd2?/id\.c$
36 ^dmd2?/id\.h$ 36 ^dmd2?/id\.h$
37 ^tests/runminitest$ 37 ^tests/runminitest$
38 ^tests/findregressions$ 38 ^tests/findregressions$