[libcxx-commits] [PATCH] D151056: [libcxx][libcxxabi][libunwind] Honor CMAKE_SYSROOT in tests

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 13 12:06:11 PDT 2023


phosek added a comment.

We always use the just built Clang (built using the bootstrap build) even on Darwin, which is not recognized by `xcrun --find clang`, so we need to manually pass `-isysroot`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151056/new/

https://reviews.llvm.org/D151056



More information about the libcxx-commits mailing list