MachO: Emit a version-min load command when possible.
authorJim Grosbach <grosbach@apple.com>
Tue, 18 Mar 2014 22:09:08 +0000 (22:09 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 18 Mar 2014 22:09:08 +0000 (22:09 +0000)
commite133cd2ea2089cc1860e687a6946d102b90f8dfb
tree96200fc7971262085d63f3fca0fb0148124ff3ce
parentd55fc3f151f3167da4aa467cf2ff4038f82e3664
MachO: Emit a version-min load command when possible.

When deployment target version information is available, emit it to the
target streamer for inclusion in the object file.

rdar://11337778

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204191 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp