search for: dllvm_distribution_compon

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

2017 Dec 01
2
CMake executable dependency woes
...f llvm-dev at lists.llvm.org> wrote: (accidentally sent the previous one to llvm-commits instead of llvm-dev, sigh) Hi all (CC beanz for CMake advice), I stumbled into an issue with LLVM_DISTRIBUTION_COMPONENTS. The simplest way to reproduce is to run a configure with `-DLLVM_DISTRIBUTION_COMPONENTS=clang`. This should show lots of errors of the following form: CMake Error: install(EXPORT "ClangTargets" ...) includes target "clang" which requires target "LLVMAArch64CodeGen" that is not in the export set. The issue is that we add dependenc...
2020 Jun 18
4
RFC: A top level monorepo CMake file
On 06/18/2020 11:27 AM, Steven Wu via llvm-dev wrote: > I like the proposal but I would like to go even further. If we are going to create a top level CMake file, we should just go ahead and eliminate all the standalone build configuration. The standalone build should just be `cmake <monorepo-root> -DLLVM_ENABLE_PROJECTS=standalone-project ...`. That means less build configuration to