[PATCH] D99842: [lld-macho][nfc] POC for 32 bit support

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 3 21:52:05 PDT 2021


tschuett added a comment.

Nope is fine. But it keeps the section and section_64 instead of the offset in getEmbeddedAddend.



================
Comment at: lld/MachO/Target.h:32
 public:
-  template <class LP> TargetInfo(LP) {
-    // Having these values available in TargetInfo allows us to access them
----------------
This template hack is gone now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99842/new/

https://reviews.llvm.org/D99842



More information about the llvm-commits mailing list