]> granicus.if.org Git - clang/commit
Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>
authorBob Wilson <bob.wilson@apple.com>
Tue, 21 Jan 2014 00:17:10 +0000 (00:17 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 21 Jan 2014 00:17:10 +0000 (00:17 +0000)
commite6d04f3d152a22077022cf9287d4c538a0918ab0
treea0230bc6d990fbf623eafce4342de91cd1dc52b6
parent68aa3e10547409a98d865dc56fec9af8243a192f
Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>

Recent versions of the iOS simulator no longer require linking with the
crt1.o, dylib1.o, or bundle1.o files. The relevant code is now included in
libSystem for the simulator.

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