[PATCH] D130586: [cmake] Use `CMAKE_INSTALL_LIBDIR` too

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 06:42:05 PDT 2022


sebastian-ne accepted this revision.
sebastian-ne added a comment.

Looks good to me, thanks!



================
Comment at: utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h:70
 
 /* Multilib suffix for libdir. */
+#define CLANG_INSTALL_LIBDIR_BASENAME "lib"
----------------
This comment is outdated


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130586/new/

https://reviews.llvm.org/D130586



More information about the llvm-commits mailing list