]> granicus.if.org Git - clang/commit
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)
commitde75064288205f2c92f4f2691e663f838b5f382f
tree4236eb8ef3b19831398dd514805459b3736c54bc
parentb911ec160596cef377bc960de7cd3444961df596
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

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