]> granicus.if.org Git - clang/commit
Finish handling of -mmacosx-version-min. If you now do something like:
authorChris Lattner <sabre@nondot.org>
Tue, 30 Sep 2008 20:16:56 +0000 (20:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Sep 2008 20:16:56 +0000 (20:16 +0000)
commitba0f25f754184e5260e3317c10c389a108f73421
tree139c46f593aa54e2567eb4d960be612b3896dc9e
parentc6607f8a53e965052cbcb3627fced7ed670e5538
Finish handling of -mmacosx-version-min.  If you now do something like:

clang -mmacosx-version-min=10.4.9 ...

you'll end up with a target triple like "i686-apple-darwin8.9".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56871 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp