[all-commits] [llvm/llvm-project] 59567e: [ELF][Obvious] Remove unused CUDA OS/ABI struct
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jan 5 08:59:30 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59567e711d262813b6708f1a242433a401c03e9f
https://github.com/llvm/llvm-project/commit/59567e711d262813b6708f1a242433a401c03e9f
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[ELF][Obvious] Remove unused CUDA OS/ABI struct
Summary:
This did not need a separate struct because it is not past the
"architecture specific" ones in the identifier. This was accidentally
left when it was added somewhere else and caused unused variable
warnings.
More information about the All-commits
mailing list