search for: c0f1af92

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

Did you mean: c011af9d
2014 Feb 21
2
[LLVMdev] compiler-rt CMake build
...roken > > I use cmake 2.8.10.2. > > Dependencies on normal targets were accidentally broken in 2.8.9 and > later fixed in 2.8.11 (along with a test case to keep it working): > > http://www.cmake.org/Bug/view.php?id=13849 > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c0f1af92 > > > if I then change the Clang sources, and re-run "make compiler-rt", > > Clang is re-built, but compiler-rt is *not* re-configured or re-built > [snip] > > even if I modify *sources* under projects/compiler-rt > > it doesn't re-build the compiler-rt l...
2014 Feb 21
4
[LLVMdev] compiler-rt CMake build
Hi Brad, I have a few questions regarding ExternalProject_Add. For me it doesn't really work as expected. I add the following code to the tools/clang/runtime/CMakeLists.txt to configure compiler-rt as external project: ExternalProject_Add(compiler-rt #DEPENDS clang clang++ llvm-config PREFIX ${CMAKE_BINARY_DIR}/projects/compiler-rt SOURCE_DIR ${COMPILER_RT_SRC_ROOT}