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: unassignedb...@nondot.org
          Reporter: piotr.padlew...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to