[all-commits] [llvm/llvm-project] 812b98: [HIP] Fix compression arguments being passed to li...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Aug 1 05:26:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 812b982e3642354660103d694e12ceb355c14e2e
      https://github.com/llvm/llvm-project/commit/812b982e3642354660103d694e12ceb355c14e2e
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/test/Driver/hip-offload-compress-zlib.hip
    M clang/test/Driver/hip-offload-compress-zstd.hip

  Log Message:
  -----------
  [HIP] Fix compression arguments being passed to linker wrapper (#151591)

Summary:
The new driver's behavior forwards all unrecognized command line
arguments to the host linker. It only knew `--compress` so when
`-compress` was passed it didn't forward it correctly. This patch
changes the spelling because multi word arguments should have two
dashes.



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