[all-commits] [llvm/llvm-project] 1cc7f5: Use static_assert instead of assert (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jul 23 09:22:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cc7f5bedec74a4b94ba5074a78283ba4dafb2f2
https://github.com/llvm/llvm-project/commit/1cc7f5bedec74a4b94ba5074a78283ba4dafb2f2
Author: Kazu Hirata <kazu at google.com>
Date: 2022-07-23 (Sat, 23 Jul 2022)
Changed paths:
M lld/ELF/SyntheticSections.cpp
M lld/MachO/SyntheticSections.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
Use static_assert instead of assert (NFC)
Identified with misc-static-assert.
More information about the All-commits
mailing list