[PATCH] D55612: [macho] save the SDK version stored in module metadata into the version min and build version load commands in the object file

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 14:00:18 PST 2018


steven_wu added a comment.

Don't we need IR support for this as well? sdk version is not in the triple so it is going to get lost when building from IR. Maybe use a metadata node?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55612





More information about the llvm-commits mailing list