[all-commits] [llvm/llvm-project] f325e4: [Hexagon] Add default clang symlinks to CLANG_LINK...

Brian Cain via All-commits all-commits at lists.llvm.org
Wed Jan 15 10:53:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f325e4b2d836d6e65a4d0cf3efc6b0996ccf3765
      https://github.com/llvm/llvm-project/commit/f325e4b2d836d6e65a4d0cf3efc6b0996ccf3765
  Author: Brian Cain <brian.cain at oss.qualcomm.com>
  Date:   2025-01-15 (Wed, 15 Jan 2025)

  Changed paths:
    M clang/cmake/caches/hexagon-unknown-linux-musl-clang-cross.cmake

  Log Message:
  -----------
  [Hexagon] Add default clang symlinks to CLANG_LINKS_TO_CREATE (#123011)

Since this cache value overrides the defaults, we end up with `clang`
linked to `clang-20`, and some `${triple}-clang*` links, but we're
missing `clang++`. This makes for a toolchain with inconsistent behavior
when used in someone's `$PATH`.

We'll add the default symlinks to our list so that C and C++ programs
are both built as expected when `clang` and `clang++` are invoked.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list