[PATCH] D49929: [AArch64] Disallow the MachO specific .loh directive for windows
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 31 14:10:32 PDT 2018
t.p.northover added a comment.
IMO, linker optimization hints are more an AArch64 thing than a Darwin thing. They were invented entirely to deal with AArch64's ADRP/whatever sequences so I'd prefer the implementation to stay in lib/Target/AArch64 where possible.
https://reviews.llvm.org/D49929
More information about the llvm-commits
mailing list