Skip to content
  1. Dec 15, 2017
  2. Dec 13, 2017
  3. Dec 12, 2017
  4. Nov 15, 2017
  5. Nov 03, 2017
  6. Oct 26, 2017
  7. Oct 23, 2017
    • Rui Ueyama's avatar
      lld::COFF: better behavior when using as a library · 6f4e2552
      Rui Ueyama authored
      Previously, the COFF driver would call exit(0) when called
      as a library.  Now it takes `ExitEarly` option, and if it
      is false, it doesn't exit.  So it is now more library-friendly.
      
      Furthermore, link() calls freeArena() before returning, to
      clean up resources.
      
      Based on an Andrew Kelley's patch.
      
      Differential Revision: https://reviews.llvm.org/D39202
      
      llvm-svn: 316370
      6f4e2552
  8. Oct 12, 2017
  9. Oct 03, 2017
  10. Sep 14, 2017
  11. Sep 13, 2017
  12. Sep 12, 2017
  13. Sep 11, 2017
Loading