Skip to content
  1. Nov 01, 2016
  2. Oct 31, 2016
  3. Oct 29, 2016
  4. Oct 28, 2016
  5. Oct 27, 2016
  6. Oct 26, 2016
  7. Oct 25, 2016
  8. Oct 24, 2016
    • Peter Collingbourne's avatar
      ELF: Simplify handling of *_start/*_end symbols. · 0fab40b9
      Peter Collingbourne authored
      We were previously using the (static) addSynthetic function to create
      *_start/*_end symbols. This function was doing almost the same thing as
      addOptionalSynthetic, except that it would also create the symbol in the
      case where it is unreferenced. Because the symbol has hidden visibility,
      creating it in that case would have no effect other than adding another
      entry to the static symbol table. Remove addSynthetic and change callers to
      use addOptionalSynthetic instead.
      
      Differential Revision: https://reviews.llvm.org/D25545
      
      llvm-svn: 285021
      0fab40b9
  9. Oct 21, 2016
Loading