[PATCH] D12282: [MachO] Introduce MinVersion API
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 07:13:32 PDT 2015
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: include/llvm/Object/MachO.h:347
@@ -346,1 +346,3 @@
getVersionMinLoadCommand(const LoadCommandInfo &L) const;
+ uint32_t
+ getVersionMinMajor(MachO::version_min_command &C, bool SDK) const;
----------------
These can be static, no?
http://reviews.llvm.org/D12282
More information about the llvm-commits
mailing list