[PATCH] D128093: [lld-macho] Initial support for Linker Optimization Hints
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 19 06:06:37 PDT 2022
thakis added a comment.
In D128093#3594579 <https://reviews.llvm.org/D128093#3594579>, @BertalanD wrote:
> Should we use the MC constants in lld? Or use the Mach-O constants in MC?
MC depends on BinaryFormat, so I think making MC use the BinaryFormat constants in MC feels a bit better.
(lld does also depend on MC, but only for StringTableBuilder (and indirectly for LTO), but that feels a bit strange to me too.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128093/new/
https://reviews.llvm.org/D128093
More information about the llvm-commits
mailing list