[all-commits] [llvm/llvm-project] 6e2f08: [Clang][NFC] Clean up fetching the offloading tool...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Feb 6 14:36:15 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e2f08b2f86aa6a2d1cb3cb3e88f0813877a3ced
https://github.com/llvm/llvm-project/commit/6e2f08b2f86aa6a2d1cb3cb3e88f0813877a3ced
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M clang/include/clang/Driver/Driver.h
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/Cuda.cpp
M clang/lib/Driver/ToolChains/Cuda.h
Log Message:
-----------
[Clang][NFC] Clean up fetching the offloading toolchain (#125095)
Summary:
This patch cleans up how we query the offloading toolchain. We create a
single that is more similar to the existing `getToolChain` driver
function and make all the offloading handlers use it.
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