]> granicus.if.org Git - clang/commit
Fix r195149. Triple should correctly reflect that target. If it contains ios,
authorEvan Cheng <evan.cheng@apple.com>
Sun, 26 Jan 2014 23:12:43 +0000 (23:12 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 26 Jan 2014 23:12:43 +0000 (23:12 +0000)
commitfe67d5ee3ebb79dc4d75b7e4d02612c7c51f4c83
tree33053975ed12581e0da4329f8cac9f0621a17075
parent51a64a88041dd8c5fe7d343817b193084f65ae48
Fix r195149. Triple should correctly reflect that target. If it contains ios,
e.g. thumbv7m-apple-ios3.0.0-eabi, then it should mean it's an iOS target. For
embedded targets, the OS should be unknown, e.g. thumbv7m-apple-unknown-macho.
Since Tim has recently fixed the triple, r195149 is no longer needed.
rdar://15911035

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200164 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Frontend/darwin-eabi.c