Use -Wl,-x instead of -s: it is more portable, and in particular,
[oota-llvm.git] / lib / Support / Annotation.cpp
2002-07-24 Chris LattnerFix problem that GCC3.1 doesn't like.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-09 Chris LattnerClean up Type class by removing mutable ConstRules...
2001-09-07 Chris LattnerAnnotations are const objects now
2001-08-27 Chris LattnerSupport passing a data pointer to annotation factory...
2001-08-23 Chris LattnerAdd annotation support