[PATCH] D123752: [lld] Implement safe icf for MachO
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 17:14:02 PDT 2022
smeenai added inline comments.
================
Comment at: lld/test/MachO/icf-safe.s:24
+; Function Attrs: minsize nofree noinline norecurse nounwind optsize ssp uwtable
+define void @func01() local_unnamed_addr #0 {
+entry:
----------------
Nit: you can inline the attributes instead of declaring them out of line (same for everything below)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123752/new/
https://reviews.llvm.org/D123752
More information about the llvm-commits
mailing list