]> granicus.if.org Git - clang/commit
Fix assertion failure left over from changes to move away from "darwin" triples.
authorBob Wilson <bob.wilson@apple.com>
Thu, 5 Dec 2013 19:38:42 +0000 (19:38 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 5 Dec 2013 19:38:42 +0000 (19:38 +0000)
commit6da1f17beaf658f49341dd90c2fa3723a78be49d
tree8d5c4d376e265ba67763e1d42558ad8d4fc7d12c
parentcc2b0d58da14fe800ce338bd6a60fdd1469d0e20
Fix assertion failure left over from changes to move away from "darwin" triples.

I happened to notice this while trying to write a test for an iOS simulator
target. I suspect we just missed this when we added separate "macosx" and "ios"
triples instead of the generic "darwin" OS.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196527 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/darwin-objc-options.m