Displaying 2 results from an estimated 2 matches for "lld_path_to_llvm_sourc".
Did you mean:
lld_path_to_llvm_source
2015 Jan 08
7
[LLVMdev] LLD Standalone CMake build
...ild. I'm new to this
build but it looks like it borrowed code from an old version of
compiler-rt, which I did some work on last year. Like compiler-rt,
I'd like to get the LLD build up running with only CMAKE_PREFIX_PATH
instead of defining custom variables like LLD_PATH_TO_LLVM_BUILD and
LLD_PATH_TO_LLVM_SOURCE. Any objection to that?
Also, two files ELFLinkingContext.cpp and MachOLinkingContext.cpp
include a private header from the LLVM source tree,
"llvm/Config/config.h" to get access to HAVE_CXXABI_H. Can the
dependency on HAVE_CXXABI_H be removed? If no, mind if I add a
config.h.cmake t...
2015 Jan 09
2
[LLVMdev] LLD Standalone CMake build
...it looks like it borrowed code from an old version of
>> compiler-rt, which I did some work on last year. Like compiler-rt,
>> I'd like to get the LLD build up running with only CMAKE_PREFIX_PATH
>> instead of defining custom variables like LLD_PATH_TO_LLVM_BUILD and
>> LLD_PATH_TO_LLVM_SOURCE. Any objection to that?
>>
>> Also, two files ELFLinkingContext.cpp and MachOLinkingContext.cpp
>> include a private header from the LLVM source tree,
>> "llvm/Config/config.h" to get access to HAVE_CXXABI_H. Can the
>> dependency on HAVE_CXXABI_H be remov...