[LLVMdev] LLD Standalone CMake build

Greg Fitzgerald garious at gmail.com
Thu Jan 8 15:24:34 PST 2015


>> I'm hoping to revive the LLD standalone CMake build.
> Why?

Maintaining the standalone build allows us to purge dependencies on
internals of the LLVM build.  In this case, it spotted a dependency on
a private header.  It also points out the spots where the exported
CMake libraries depend on global variables set by LLVM's
CMakeLists.txt.

-Greg



More information about the llvm-dev mailing list