[PATCH] D133863: [RISCV] Add MC support of RISCV zcmt Extension
Kito Cheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 18 20:12:01 PDT 2023
kito-cheng added inline comments.
================
Comment at: lld/ELF/InputSection.h:404
-static_assert(sizeof(InputSection) <= 152, "InputSection is too big");
+static_assert(sizeof(InputSection) <= 160, "InputSection is too big");
----------------
Why we need this change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133863/new/
https://reviews.llvm.org/D133863
More information about the cfe-commits
mailing list