[llvm-bugs] [Bug 37439] New: compiler-rt can't find clang

via llvm-bugs llvm-bugs at lists.llvm.org
Sun May 13 12:45:15 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37439

            Bug ID: 37439
           Summary: compiler-rt can't find clang
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: piotr.padlewski at gmail.com
                CC: llvm-bugs at lists.llvm.org

Hi,

when I build trunk with monorepo like:

cmake ../ -DLLVM_ENABLE_PROJECTS="clang;compiler-rt"
make -j32 check-all

It fails pretty quickly because compiler-rt somehow needs to have clang firstly
build, but does not have it as a dependency. If I build firstly clang like:

make clang
Then check-all works.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180513/65facc21/attachment.html>


More information about the llvm-bugs mailing list