[PATCH] D137337: Replace LLVM_LIBDIR_SUFFIX by CMAKE_INSTALL_LIBDIR
Sergei Barannikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 20 07:14:44 PST 2022
barannikov88 added inline comments.
================
Comment at: bolt/include/bolt/RuntimeLibs/RuntimeLibraryVariables.inc.in:17
-#define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@"
+#define CMAKE_INSTALL_LIBDIR "@CMAKE_INSTALL_LIBDIR@"
----------------
barannikov88 wrote:
> The prefix must remain LLVM_*
> In other components accordingly
> The prefix must remain LLVM_*
> In other components accordingly
To clarify, I mean the C++ macro name and not CMake variable name
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137337/new/
https://reviews.llvm.org/D137337
More information about the cfe-commits
mailing list