[all-commits] [llvm/llvm-project] a37c69: [lldb] Remove pre GCC 4.8 workaround (#73981)

Brad Smith via All-commits all-commits at lists.llvm.org
Thu Nov 30 20:15:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a37c69ec315b9526a3532022be3ebe1af9ca356a
      https://github.com/llvm/llvm-project/commit/a37c69ec315b9526a3532022be3ebe1af9ca356a
  Author: Brad Smith <brad at comstyle.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M lldb/source/Host/common/Host.cpp

  Log Message:
  -----------
  [lldb] Remove pre GCC 4.8 workaround (#73981)

The minimum GCC version was bumped up from 4.8 to 5.1 and then even newer
awhile ago so garbage collect the pre 4.8 workaround.

https://reviews.llvm.org/D66188




More information about the All-commits mailing list