[all-commits] [llvm/llvm-project] 3adda3: [clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BAS...
John Ericson via All-commits
all-commits at lists.llvm.org
Sat Aug 20 09:52:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3adda398cef7f56d024924158e7b17d65cbc565d
https://github.com/llvm/llvm-project/commit/3adda398cef7f56d024924158e7b17d65cbc565d
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M clang/CMakeLists.txt
M clang/include/clang/Config/config.h.cmake
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Cuda.cpp
M lldb/cmake/modules/LLDBGenerateConfig.cmake
M lldb/include/lldb/Host/Config.h.cmake
M lldb/source/Host/linux/HostInfoLinux.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
M lldb/unittests/Expression/ClangParserTest.cpp
M llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn
M llvm/utils/gn/secondary/lldb/include/lldb/Host/BUILD.gn
M utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h
Log Message:
-----------
[clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macro
Use this instead of `*_LIBDIR_SUFFIX`, from which it is computed.
This gets us ready for D130586, in which `*_LIBDIR_SUFFIX` is
deprecated.
Differential Revision: https://reviews.llvm.org/D132300
More information about the All-commits
mailing list