[PATCH] D12282: [MachO] Introduce MinVersion API
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 11:34:57 PDT 2015
davide added a comment.
Sure. I want to point out that large part of the functions in
MachOObjectFile.cpp can be static'ized and moved to the header as they
are very similar to these one.
If nobody else takes care of this task -- I'll audit them and fix once
I'm done with macho-dump removal.
http://reviews.llvm.org/D12282
More information about the llvm-commits
mailing list