[PATCH] D107955: [ELF] Use SHF_SUNW_NODISCARD instead of SHF_GNU_RETAIN on Solaris
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 16:16:21 PDT 2021
MaskRay added a comment.
The convention is to add lib/Object, llvm-readobj, yaml2obj, obj2yaml changes (dumper and yaml2obj) in one patch. Example: D107949 <https://reviews.llvm.org/D107949>. Also see needed tests there.
MC and CodeGen/TargetLoweringObjectFileImpl.cpp are less close to the above files and should be placed in a separate patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107955/new/
https://reviews.llvm.org/D107955
More information about the llvm-commits
mailing list