[all-commits] [llvm/llvm-project] f1f889: [libunwind] [CMake] Handle the RelWithDebInfo conf...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed May 4 12:55:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1f8899a18822ede04d8f90cbdae29d66333d7dc
      https://github.com/llvm/llvm-project/commit/f1f8899a18822ede04d8f90cbdae29d66333d7dc
  Author: Martin Storsjö <martin at martin.st>
  Date:   2022-05-04 (Wed, 04 May 2022)

  Changed paths:
    M libunwind/CMakeLists.txt

  Log Message:
  -----------
  [libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to Release

This makes sure to include libunwind log messages in the build if
LIBUNWIND_ENABLE_ASSERTIONS is set (which it is by default), when
building in RelWithDebInfo configurations.

Differential Revision: https://reviews.llvm.org/D124912


  Commit: 6123e9c0d03bf1e3f43c3851f4122a7267b33c28
      https://github.com/llvm/llvm-project/commit/6123e9c0d03bf1e3f43c3851f4122a7267b33c28
  Author: Martin Storsjö <martin at martin.st>
  Date:   2022-05-04 (Wed, 04 May 2022)

  Changed paths:
    M libunwind/src/AddressSpace.hpp

  Log Message:
  -----------
  [libunwind] Silence warnings about unused variables. NFC.

This variable was considered unused when NDEBUG was defined.

Differential Revision: https://reviews.llvm.org/D124911


Compare: https://github.com/llvm/llvm-project/compare/68c7299f16aa...6123e9c0d03b


More information about the All-commits mailing list