[all-commits] [llvm/llvm-project] 233026: [HIP] Move HIP to the new driver by default (#123359)

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Feb 23 16:24:18 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23302678e8a45529f62cb3601d2cc315d236376a
      https://github.com/llvm/llvm-project/commit/23302678e8a45529f62cb3601d2cc315d236376a
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2026-02-23 (Mon, 23 Feb 2026)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/test/Driver/cl-offload.cu
    M clang/test/Driver/cuda-arch-translation.cu
    M clang/test/Driver/dep-file-flag-with-multiple-offload-archs.hip
    M clang/test/Driver/hip-code-object-version.hip
    M clang/test/Driver/hip-gz-options.hip
    M clang/test/Driver/hip-macros.hip
    M clang/test/Driver/hip-offload-arch.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-sanitize-options.hip
    M clang/test/Driver/hip-save-temps.hip
    M clang/test/Driver/hip-temps-windows.hip
    M clang/test/Driver/hip-thinlto.hip
    M clang/test/Driver/hip-toolchain-device-only.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-opt.hip
    M clang/test/Driver/no-gpu-bundle-respected.hip
    M clang/unittests/Tooling/ToolingTest.cpp

  Log Message:
  -----------
  [HIP] Move HIP to the new driver by default (#123359)

Summary:
This patch matches CUDA, moving the HIP compilation jobs to the new
driver by default. The old behavior will return with
`--no-offload-new-driver`. The main difference is that objects compiled
with the old driver are no longer compatible and will need to be
recompiled or the old driver used.



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