[all-commits] [llvm/llvm-project] ea443e: [Clang][NFC] Move OffloadArch enum to a generic lo...
Justin Cai via All-commits
all-commits at lists.llvm.org
Fri Apr 25 09:38:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea443eeb2ab8ed49ffb783c2025fed6629a36f10
https://github.com/llvm/llvm-project/commit/ea443eeb2ab8ed49ffb783c2025fed6629a36f10
Author: Justin Cai <justincai.lps at gmail.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M clang/include/clang/Basic/Cuda.h
A clang/include/clang/Basic/OffloadArch.h
M clang/lib/Basic/CMakeLists.txt
M clang/lib/Basic/Cuda.cpp
A clang/lib/Basic/OffloadArch.cpp
Log Message:
-----------
[Clang][NFC] Move OffloadArch enum to a generic location (#137070)
Currently, the OffloadArch enum is defined Cuda.h. This PR moves the
definition to a more generic location in OffloadArch.h/cpp.
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