[Lldb-commits] [PATCH] D130586: [cmake] Use `CMAKE_INSTALL_LIBDIR` too
Shoaib Meenai via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 18 17:37:24 PDT 2022
smeenai added a comment.
This is breaking our build setup. It causes e.g. the Clang resource headers to be installed to `lib64/clang` instead of `lib/clang`. Given this and the other breakages, can we revert for now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130586/new/
https://reviews.llvm.org/D130586
More information about the lldb-commits
mailing list