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

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Jul 8 23:14:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba007f20bb4acf95262f49ab527ce35c4a1f5a19
      https://github.com/llvm/llvm-project/commit/ba007f20bb4acf95262f49ab527ce35c4a1f5a19
  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/cmake/Modules/CompilerRTCompile.cmake
    M compiler-rt/lib/asan/tests/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
    M compiler-rt/lib/interception/tests/CMakeLists.txt
    M compiler-rt/lib/memprof/tests/CMakeLists.txt
    M compiler-rt/lib/orc/unittests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/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 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