Remove special case for aarch64 static vs. PIC code in iOS kernel code.
authorBob Wilson <bob.wilson@apple.com>
Tue, 2 Dec 2014 00:27:35 +0000 (00:27 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 2 Dec 2014 00:27:35 +0000 (00:27 +0000)
commit5f4346d538cdb445487e54b4dda1ca12347df356
tree0e1b51753900c30ceecac8db2ba9dcdd316bc1de
parent98b3fde8ac7c9bcc6840e4898394767f4463e0fd
Remove special case for aarch64 static vs. PIC code in iOS kernel code.

I added this check a while back but then made a note to myself that it
should be completely unnecessary since iOS always uses PIC code-gen for
aarch64. Since I could never come up with any reason why it would be
necessary, I'm just going to remove it and we'll see if anything breaks.
rdar://problem/13627985

llvm-svn: 223097
clang/lib/Driver/ToolChains.cpp
clang/lib/Driver/Tools.cpp
clang/test/Driver/pic.c