Added a unit test for r173983 that verifies that Target.isiOS() works correctly.
authorMichael Gottesman <mgottesman@apple.com>
Wed, 30 Jan 2013 23:48:13 +0000 (23:48 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 30 Jan 2013 23:48:13 +0000 (23:48 +0000)
commit69f60e7c4a77866b3d0a5907e4955baa05216a20
tree9e61890deacdb4a14f45ede3eb477a520b498feb
parent9a79b320cb7f179118e69427bc684f2232a24bd9
Added a unit test for r173983 that verifies that Target.isiOS() works correctly.

As a bonus I put in some extra checks to make sure that we are identifying the
machine word of various Mac OS X/iOS targets appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173994 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/TripleTest.cpp