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

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 14:27:28 PDT 2019


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-lipo/llvm-lipo.cpp:355
+  uint32_t P2MinAlignment = MachOUniversalBinary::MaxSectionAlignment;
+  bool Is64Bit = O.is64Bit();
+
----------------
const bool


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