[PATCH] D132300: [clang][lldb][cmake] Use new `*_INSTALL_LIBDIR_BASENAME` CPP macro

John Ericson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 20 08:27:26 PDT 2022


Ericson2314 created this revision.
Ericson2314 added a reviewer: sebastian-ne.
Herald added a subscriber: mgorny.
Herald added a project: All.
Ericson2314 requested review of this revision.
Herald added subscribers: llvm-commits, lldb-commits, cfe-commits, MaskRay.
Herald added projects: clang, LLDB, LLVM.

Use this instead of `*_LIBDIR_SUFFIX`, from which it is computed.

This gets us ready for D130586 <https://reviews.llvm.org/D130586>, in which `*_LIBDIR_SUFFIX` is
deprecated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132300

Files:
  clang/CMakeLists.txt
  clang/include/clang/Config/config.h.cmake
  clang/lib/Driver/Driver.cpp
  clang/lib/Driver/ToolChains/CommonArgs.cpp
  clang/lib/Driver/ToolChains/Cuda.cpp
  lldb/cmake/modules/LLDBGenerateConfig.cmake
  lldb/include/lldb/Host/Config.h.cmake
  lldb/source/Host/linux/HostInfoLinux.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
  lldb/unittests/Expression/ClangParserTest.cpp
  llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn
  llvm/utils/gn/secondary/lldb/include/lldb/Host/BUILD.gn
  utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132300.454217.patch
Type: text/x-patch
Size: 9370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220820/ceeef354/attachment.bin>


More information about the cfe-commits mailing list