[PATCH] D99755: Remove clang/runtime and `COMPILER_RT_INSTALL_PATH`

John Ericson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 2 07:47:49 PDT 2021


Ericson2314 added a comment.

So unfortunately it seems the `clang/runtime`'s use was triggered by `LLVM_BUILD_EXTERNAL_COMPILER_RT`, which is in use in a few places still? (And not just Apple ones.)

On the other hand, since this is doing an *external* CMake for compiler-rt, I fail to see why `COMPILER_RT_INSTALL_PATH` is needed; why not just pass a different `CMAKE_INSTALL_PREFIX`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99755



More information about the cfe-commits mailing list