search for: compiler_rt_dir

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

2014 Mar 23
2
[LLVMdev] compiler-rt CMake build
...directory in any particular way. > If a small component wants to combine its 'bin' and 'lib' directories > into one top-level directory, that's no problem. > > The disadvantage of this system is the need to standardize across > components on a naming convention. COMPILER_RT_DIR, COMPILER-RT_DIR, > COMPILER_RT_INSTALL_DIR, COMPILER-RT_SHIP_DIR? Ideally you'd only > have to write "deps = llvm compiler-rt" and a package manager could > automatically translate that to names that match the CMake options > (LLVM_DIR, COMPILER_RT_DIR). But like before...
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