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

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 13:10:29 PDT 2016


The builtins build should already be using llvm-config to construct the required paths (see compiler-rt/lib/builtins/CMakeLists.txt:17). The fact that this isn’t working is a bug.

-Chris


> On Aug 29, 2016, at 1:05 PM, Petr Hosek <phosek at google.com> wrote:
> 
> 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