[PATCH] D85740: Universal MachO: support LLVM IR objects

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 16 00:08:21 PDT 2020


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-lipo/llvm-lipo.cpp:31
 
+#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/Module.h"
----------------
nit: these includes need to be moved up (if i remember correctly we usually try to sort includes alphabetically)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85740



More information about the llvm-commits mailing list