[all-commits] [llvm/llvm-project] 4a3f7e: [ELF] Internalize enum
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Mar 1 11:17:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a3f7e798a31072a80a0731b8fb1da21b9c626ed
https://github.com/llvm/llvm-project/commit/4a3f7e798a31072a80a0731b8fb1da21b9c626ed
Author: Fangrui Song <i at maskray.me>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M lld/ELF/Arch/LoongArch.cpp
M lld/ELF/Arch/PPC64.cpp
M lld/ELF/Arch/RISCV.cpp
Log Message:
-----------
[ELF] Internalize enum
g++ -flto has a diagnostic `-Wodr` about mismatched redeclarations,
which even apply to `enum`.
Fix #83529
Reviewers: thesamesam
Reviewed By: thesamesam
Pull Request: https://github.com/llvm/llvm-project/pull/83604
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