[all-commits] [llvm/llvm-project] 1b40df: [Clang] Fix not including clangBasic in the dynami...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Mar 13 10:43:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b40df1de7a4b3664a55becd776c250f20db0041
      https://github.com/llvm/llvm-project/commit/1b40df1de7a4b3664a55becd776c250f20db0041
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M clang/tools/amdgpu-arch/CMakeLists.txt
    M clang/tools/nvptx-arch/CMakeLists.txt

  Log Message:
  -----------
  [Clang] Fix not including clangBasic in the dynamic build

Summary:
The previous patch only included the needed library if you had HSA and
CUDA installed. Fix that.


  Commit: c2aabcfc8395ba30884dd3c1ecc2b192ae85a78d
      https://github.com/llvm/llvm-project/commit/c2aabcfc8395ba30884dd3c1ecc2b192ae85a78d
  Author: Evangelos Foutras <https://foutrelis.com/>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M clang/tools/clang-linker-wrapper/CMakeLists.txt

  Log Message:
  -----------
  [LinkerWrapper] Switch to add_clang_tool() macro

Summary:
This creates install-clang-linker-wrapper{,-stripped} targets which are
useful for Linux distro builds when using LLVM_DISTRIBUTION_COMPONENTS.

Fixes: https://bugs.archlinux.org/task/77814

Differential Revision: https://reviews.llvm.org/D145862


Compare: https://github.com/llvm/llvm-project/compare/8d8cca05a268...c2aabcfc8395


More information about the All-commits mailing list