Displaying 2 results from an estimated 2 matches for "compiler_rt_install_dir".
2014 Mar 23
2
[LLVMdev] compiler-rt CMake build
...es. You can use it to
> find headers (sanitizer/asan_interface.h), binaries (FileCheck),
> libraries, or CMake modules.
>
> A good alternative to CMAKE_PREFIX_PATH is to create one variable per
> install directory. So compiler-rt might accept LLVM_INSTALL_DIR, and
> clang accept COMPILER_RT_INSTALL_DIR and LLVM_INSTALL_DIR. There are
> two advantages to this route:
>
> 1) No need for CMake features such as 'find_program'. Instead, you
> can be explicit:
> ${LLVM_INSTALL_DIR}/bin/llvm-config
> 2) No need to organize the install directory in any particular way.
>...
2014 Mar 21
2
[LLVMdev] compiler-rt CMake build
On Thu, Mar 20, 2014 at 10:12 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> > ExternalProject_Add(compiler-rt ...)
>
> So that was quite the experiment. Looking at
> clang/runtime/CMakeLists.txt, I'm not seeing a lot of bang for buck
> here, and it looks like this file is prone to bit rot.
Could you please elaborate on this? In fact, I don't plan to give