[PATCH] D110464: [lld-macho][nfc] Added some notes on deliberate differences btw LLD vs LD64
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 10:43:49 PDT 2021
oontvoo added a comment.
> @thevinsterI presume these are differences in ld64 that we don't want to replicate in LLD? If so, I think it might be good to reflect something around those lines to not confuse the reader that this is some sort of todo list for LLD.
Right, this is not meant to be a bug-list or TODO list, so to speak, but rather where we say , here are the things we deliberately differ from LD64 (and why).
Some of the differences, you can point at a single piece of code, but some others are not so self-contained ... so I thought might be easier to put it here. (Also faster to look up than searching thru the code)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110464/new/
https://reviews.llvm.org/D110464
More information about the llvm-commits
mailing list