[all-commits] [llvm/llvm-project] 61b410: [CMake] Use explicit header path when using in-tre...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Jul 8 20:19:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 61b410cb8b9af0aa265e730a3070b3154d869803
      https://github.com/llvm/llvm-project/commit/61b410cb8b9af0aa265e730a3070b3154d869803
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-07-09 (Sat, 09 Jul 2022)

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

  Log Message:
  -----------
  [CMake] Use explicit header path when using in-tree libc++ for tests

This is a follow up to D118200 which applies a similar cleanup to
headers when using in-tree libc++ to avoid accidentally picking up
the system headers.

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




More information about the All-commits mailing list