[PATCH] D49929: [AArch64] Disallow the MachO specific .loh directive for windows
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 13:13:03 PDT 2018
mstorsjo added a comment.
In https://reviews.llvm.org/D49929#1180926, @compnerd wrote:
> Can you move the LOH handling into the DarwinAsmParser rather than adding the MachO specific check here please?
DarwinAsmParser seems to be mostly arch independent features at the moment, while this directive only seems to be implemented for aarch64 at the moment.
Repository:
rL LLVM
https://reviews.llvm.org/D49929
More information about the llvm-commits
mailing list