[PATCH] D60353: ELF: Add basic partition data structures and behaviours.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 22:27:56 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/ELF/Driver.cpp:1745
+  // values such as a default image base address.
+  Target = getTarget();
 
----------------
Delete `Target = getTarget();`

This has been moved just below `inferMachineType().` in a previous change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60353





More information about the llvm-commits mailing list