annotate tests/mini/compile_bug174_enclosing_on_break.d @ 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 d51551cb3a85
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
901
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
1 void main()
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
2 {
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
3 scope Object o;
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
4 switch(0) {}
d51551cb3a85 Fix #174.
Christian Kamm <kamm incasoftware de>
parents:
diff changeset
5 }