Skip to content
Snippets Groups Projects
  1. Nov 12, 2016
  2. Nov 11, 2016
  3. Oct 31, 2016
  4. Oct 27, 2016
  5. Oct 21, 2016
  6. Oct 13, 2016
  7. Oct 12, 2016
  8. Oct 10, 2016
    • Michal Gorny's avatar
      [Driver] Make -print-libgcc-file-name print compiler-rt lib when used · 4f4e33e1
      Michal Gorny authored
      Make the -print-libgcc-file-name option print an appropriate compiler
      runtime library, that is libgcc.a if gcc runtime is used
      and an appropriate compiler-rt library if that runtime is used.
      
      The main use for this is to allow linking executables built with
      -nodefaultlibs (e.g. to avoid linking to the standard C++ library) to
      the compiler runtime library, e.g. using:
      
        clang++ ... -nodefaultlibs $(clang++ ... -print-libgcc-file-name)
      
      in which case currently a program built like this linked to the gcc
      runtime unconditionally. The patch fixes it to use compiler-rt libraries
      instead when compiler-rt is the active runtime.
      
      Differential Revision: https://reviews.llvm.org/D25338
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283746 91177308-0d34-0410-b5e6-96231b3b80d8
      4f4e33e1
  9. Oct 07, 2016
  10. Oct 04, 2016
  11. Sep 30, 2016
  12. Sep 29, 2016
  13. Sep 27, 2016
  14. Sep 26, 2016
  15. Sep 22, 2016
  16. Sep 21, 2016
  17. Sep 20, 2016
  18. Sep 19, 2016
  19. Sep 18, 2016
  20. Sep 17, 2016
  21. Sep 16, 2016
  22. Sep 14, 2016
Loading