[llvm] [BOLT] Enable cross compilation of runtime libraries (PR #101180)
Gergely Bálint via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 05:51:11 PDT 2024
bgergely0 wrote:
> Build directory layout mirrors source directory layout. But what about the install directory layout? (set `-DCMAKE_INSTALL_PREFIX` and do `ninja install`). I'm talking about installation, and I think Target is probably not wanted there.
Yes, you are correct, I missed the install step.
https://github.com/llvm/llvm-project/pull/101180
More information about the llvm-commits
mailing list