]> granicus.if.org Git - clang/commit
Remove the conditional that avoided passing the Objective-C runtime specification...
authorDavid Chisnall <csdavec@swan.ac.uk>
Fri, 30 Sep 2011 13:32:35 +0000 (13:32 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Fri, 30 Sep 2011 13:32:35 +0000 (13:32 +0000)
commit3c3ccd283f8c35dbb200a76eacfa17f7861e03bb
treed3206febf91e87363365cced346e15690aaafa6e
parenta891a32d3762ee641a29c091d286f2a7432671a5
Remove the conditional that avoided passing the Objective-C runtime specification flags to cc1.  This fixes PR10369 (__builtin_NSStringMakeConstantString() selecting the wrong runtime in C / C++ code and crashing, although it doesn't fix the problem that instantiating the Mac runtime for non-Darwin targets was crashing.)

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