[all-commits] [llvm/llvm-project] 07a341: [libc++] Remove warning for `LIBCXX_SYSROOT`, `LIB...

Joe Loser via All-commits all-commits at lists.llvm.org
Tue Jan 10 12:07:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07a341c2e4d9356036d6187788443d5c756c02bc
      https://github.com/llvm/llvm-project/commit/07a341c2e4d9356036d6187788443d5c756c02bc
  Author: Joe Loser <joeloser at fastmail.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M libcxx/CMakeLists.txt

  Log Message:
  -----------
  [libc++] Remove warning for `LIBCXX_SYSROOT`, `LIBCXX_TARGET_TRIPLE`, and `LIBCXX_GCC_TOOLCHAIN`

Support for these CMake variables has been a warning for a while now.  The
comment indicates to just remove the warning message entirely as anyone impacted
had to have update to new mechanisms in order to use `libc++`.  So, remove the
warning message.

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




More information about the All-commits mailing list