]> granicus.if.org Git - clang/commit
Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator,
authorDaniel Dunbar <daniel@zuster.org>
Sat, 30 Apr 2011 04:25:16 +0000 (04:25 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 30 Apr 2011 04:25:16 +0000 (04:25 +0000)
commit87e945f0f1fb5778c4c6b9e61356c7f1571b9cb4
treeaa67c0382ca67c02a24edcc038f3fd059dbbeb9c
parentb7f5ef73aee479b2fa54c30cfebed665be8fccb9
Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator,
that library has never been in the SDK. Fortunately, it shouldn't be necessary,
since that library was also removed in 10.6.

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