[all-commits] [llvm/llvm-project] 609732: [RISCV] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Feb 20 08:31:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 609732cc2e6572b25ce195cc009e2b4bae42dcda
https://github.com/llvm/llvm-project/commit/609732cc2e6572b25ce195cc009e2b4bae42dcda
Author: Kazu Hirata <kazu at google.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Fix warnings
This patch fixes:
llvm/lib/Target/RISCV/RISCVISelLowering.cpp:5723:24: error: captured
structured bindings are a C++20 extension
[-Werror,-Wc++20-extensions]
llvm/lib/Target/RISCV/RISCVISelLowering.cpp:5728:76: error: captured
structured bindings are a C++20 extension
[-Werror,-Wc++20-extensions]
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