[LLVMbugs] [Bug 18331] New: [cmake] Please make compiler-rt's build system stand-alone
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 27 06:13:42 PST 2013
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: unassignedbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131227/03ea4f74/attachment.html>
More information about the llvm-bugs
mailing list