[all-commits] [llvm/llvm-project] 129504: [libc++][NFC] Use struct instead of class for rang...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Mar 22 12:37:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 129504014a94e08c7f7353d434d286164f106e1e
      https://github.com/llvm/llvm-project/commit/129504014a94e08c7f7353d434d286164f106e1e
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-03-22 (Tue, 22 Mar 2022)

  Changed paths:
    M libcxx/include/__ranges/access.h

  Log Message:
  -----------
  [libc++][NFC] Use struct instead of class for ranges::end

This is consistent with what we do elsewhere.


  Commit: 01dbd5518a17a3bf4db74db9a790485edc6cdf79
      https://github.com/llvm/llvm-project/commit/01dbd5518a17a3bf4db74db9a790485edc6cdf79
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-03-22 (Tue, 22 Mar 2022)

  Changed paths:
    M cmake/Modules/HandleCompilerRT.cmake

  Log Message:
  -----------
  [cmake] Demote fatal error to a warning when we don't know the Apple SDK in use

Sometimes, we could be building for a platform where we don't link
compiler-rt, so being able to figure out the right compiler-rt suffix
isn't necessary, but we shouldn't fail the build.


Compare: https://github.com/llvm/llvm-project/compare/4841dab4af0e...01dbd5518a17


More information about the All-commits mailing list