Skip to content
  1. Aug 09, 2018
  2. Aug 08, 2018
    • Jonas Devlieghere's avatar
      [DWARF] Unclamp line table version on Darwin for v5 and later. · 49ff4d90
      Jonas Devlieghere authored
      On Darwin we pin the DWARF line tables to version 2. Stop doing so for
      DWARF v5 and later.
      
      Differential revision: https://reviews.llvm.org/D49381
      
      llvm-svn: 339288
      49ff4d90
    • Michal Gorny's avatar
      [cmake] Append LLVM_VERSION_SUFFIX to SOVERSION · c4ede8f8
      Michal Gorny authored
      Append LLVM_VERSION_SUFFIX to SOVERSION. This makes it possible
      to use the suffix to differentiate binary-incompatible versions
      of LLVM built via BUILD_SHARED_LIBS.
      
      We are planning to use this to temporarily preserve ABI-incompatible
      variants of LLVM while switching the system between them, e.g. when
      rebuilding the system to use libc++. Normally this would mean that once
      LLVM is rebuilt using libc++ all the reverse dependencies become
      immediately broken. Using a distinct SOVERSION allows us to preserve
      the ABI compatibility before all the packages are rebuilt.
      
      Differential Revision: https://reviews.llvm.org/D39939
      
      llvm-svn: 339286
      c4ede8f8
Loading