search for: clangandfriends

Displaying 2 results from an estimated 2 matches for "clangandfriends".

2014 Feb 05
2
[LLVMdev] compiler-rt CMake build
...-rt could be built and tested against only an LLVM package. And likewise, a Clang package would depend on Compiler-rt (and do further testing on compiler-rt with those lit tests). But with the dependency on the just-built-clang, there needs to be an additional top-level package, let's call it ClangAndFriends. ClangAndFriends would depend on Clang and Compiler-rt. Compiler-rt would depend on the Clang package as well. Once both are built, ClangAndFriends would copy the Clang install directory and then copy the Compiler-rt install directory into it. This extra package and extra copy would be unnecessa...
2014 Feb 04
2
[LLVMdev] compiler-rt CMake build
Regarding Brad King's CMake patches for LLVM: http://thread.gmane.org/gmane.comp.compilers.llvm.cvs/173517 If compiler-rt could follow suit, the packaging for the toolchain becomes a nice, clean package-manager-friendly DAG. Currently, the compiler-rt CMake build depends on the just-built-clang to run its test suite. It's more intuitive to me that either: 1) compiler-rt's