[PATCH] D26558: [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET when building compiler-rt from clang/runtime/CMakeLists.txt

Kuba (Brecka) Mracek via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 24 11:42:23 PST 2016


kubabrecka reopened this revision.
kubabrecka added a comment.
This revision is now accepted and ready to land.

I had to revert this, because the Swift bots then failed with a message from CMake saying that when CMAKE_OSX_DEPLOYMENT_TARGET is set, it also needs CMAKE_OSX_SYSROOT set (and on that bot machine, it couldn't find the sysroot on its own, although it can do that on my machine...).


Repository:
  rL LLVM

https://reviews.llvm.org/D26558





More information about the llvm-commits mailing list