[all-commits] [llvm/llvm-project] 1ba514: [libc++][hardening][NFC] Remove the `LIBCXX_DEBUG_...

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Wed Jul 12 10:16:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ba514c2cb65a34d994c6976ac584ae70e0165ed
      https://github.com/llvm/llvm-project/commit/1ba514c2cb65a34d994c6976ac584ae70e0165ed
  Author: varconst <varconsteq at gmail.com>
  Date:   2023-07-12 (Wed, 12 Jul 2023)

  Changed paths:
    M libcxx/CMakeLists.txt

  Log Message:
  -----------
  [libc++][hardening][NFC] Remove the `LIBCXX_DEBUG_BUILD` CMake variable.

It's no longer necessary to define `_DEBUG` because we use our own
internal assertion mechanism in libc++.

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




More information about the All-commits mailing list