[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)
Joseph Huber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 8 07:56:23 PDT 2024
jhuber6 wrote:
>
> It appears that in the bad case, `LLVM_CMAKE_DIR` during the `find_package` is set to `/home/ubuntu/llvm-project/llvm/cmake/modules`. In the good case, it's set to `/home/ubuntu/bld`.
The latter is what it's supposed to do, I would think? When doing a runtimes build it's supposed to bootstrap off of the current LLVM build. Maybe someone more familiar with the builtins build process could expand on this.
https://github.com/llvm/llvm-project/pull/102475
More information about the llvm-branch-commits
mailing list