[PATCH] D64871: [llvm-lipo] Implement alignment function in -create

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 20 14:01:00 PDT 2019


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-lipo/llvm-lipo.cpp:352
+// alignment from its sections
+static uint32_t calculateSegmentAlignment(const MachOObjectFile *ObjectFile) {
+  uint32_t P2CurrentAlignment;
----------------
const MachOObjectFile *ObjectFile  -> const MachOObjectFile &O 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64871





More information about the llvm-commits mailing list