[all-commits] [llvm/llvm-project] a79186: [Driver] Fix Arm/AArch64 Link Argument tests (#144...

Sam Elliott via All-commits all-commits at lists.llvm.org
Tue Jun 17 13:36:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a79186c1ea62bbe0579e0b1eed4ad507966cca41
      https://github.com/llvm/llvm-project/commit/a79186c1ea62bbe0579e0b1eed4ad507966cca41
  Author: Sam Elliott <quic_aelliott at quicinc.com>
  Date:   2025-06-17 (Tue, 17 Jun 2025)

  Changed paths:
    M clang/test/Driver/aarch64-toolchain.c
    M clang/test/Driver/arm-toolchain.c

  Log Message:
  -----------
  [Driver] Fix Arm/AArch64 Link Argument tests (#144582)

The openmp-offload-amdgpu-runtime-2 bot specifies default rtlib of
compiler-rt, but default unwindlib of libgcc. Change the tests to accept
that there may be `"--as-needed" "-lgcc_s" "--no-as-needed"` between
`libclang_rt.builtins.a` and `-lc`.

Relates to #121830



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