http://llvm.org/bugs/show_bug.cgi?id=18331

            Bug ID: 18331
           Summary: [cmake] Please make compiler-rt's build system
                    stand-alone
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Considering that you need to build it with clang, and clang can be built
stand-alone, it doesn't really make sense to put it into llvm. Having
stand-alone cmake build for compiler-rt would mean that you can:

1. build LLVM,

2. build clang,

3. build compiler-rt with just-built clang.

Currently, you basically need to build LLVM & clang, and then LLVM again which
is nowhere close to friendly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to