]> granicus.if.org Git - clang/commit
Darwin: remove buggy assertion
authorTim Northover <tnorthover@apple.com>
Mon, 17 Feb 2014 11:12:04 +0000 (11:12 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 17 Feb 2014 11:12:04 +0000 (11:12 +0000)
commit2695cfda691dae13aa30426e8bbb60804c39797f
tree99e564a7ec1c10b3a467791006b89dc4d1d0e5f1
parent9531410f661ea478c0254e69d7feb4077cd76c62
Darwin: remove buggy assertion

We later emit a proper error in the situations where this would trigger, so
there's no need to check.

rdar://problem/16040604

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