[PATCH] D99860: Remove `COMPILER_RT_INSTALL_PATH`

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 6 00:09:09 PDT 2021


phosek added a comment.

I'm worried that overriding `CMAKE_INSTALL_PREFIX` is going to break the runtimes build where we build compiler-rt, libcxx, libcxxabi, libunwind in a single CMake build, and compiler-rt always comes first see https://github.com/llvm/llvm-project/blob/98742e42fc50f58d3f2d3f2cdbbf540288c134b9/runtimes/CMakeLists.txt#L57.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99860



More information about the cfe-commits mailing list