[PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 13:05:29 PDT 2016


phosek added a comment.

Alternatively, we could modify compiler-rt's CMake build to use `llvm-config` to figure out the correct install path and Clang version when being built as standalone (although that's somewhat orthogonal to this issue).


Repository:
  rL LLVM

https://reviews.llvm.org/D24001





More information about the llvm-commits mailing list