Ericson2314 added a comment. In D99484#2724343 <https://reviews.llvm.org/D99484#2724343>, @Meinersbur wrote:
> In D99484#2724055 <https://reviews.llvm.org/D99484#2724055>, @Ericson2314 > wrote: > >> Fix bug makeing polly path full, and rebase fixing conflicts > > What was the problem? I effectively replaced `${CMAKE_INSTALL_PREFIX}/lib` `${CMAKE_INSTALL_LIBDIR}`, which evaluates (by default) merely to `lib`. The fix was `${CMAKE_INSTALL_FULL_LIBDIR}` which will always return an absolute path. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99484/new/ https://reviews.llvm.org/D99484 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits