[all-commits] [llvm/llvm-project] 48a389: [CMake] Use generator expression to get in-tree li...

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Jan 26 14:13:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48a38954c92dfff0083bdf094f3616fb274b5f8a
      https://github.com/llvm/llvm-project/commit/48a38954c92dfff0083bdf094f3616fb274b5f8a
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-01-26 (Wed, 26 Jan 2022)

  Changed paths:
    M compiler-rt/CMakeLists.txt
    M compiler-rt/lib/memprof/tests/CMakeLists.txt
    M compiler-rt/lib/orc/unittests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/tsan/tests/CMakeLists.txt
    M compiler-rt/lib/xray/tests/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Use generator expression to get in-tree libc++ path

When using the in-tree libc++, we should be using the full path to
ensure that we're using the right library and not accidentally pick up
the system library.

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




More information about the All-commits mailing list