]> granicus.if.org Git - clang/commit
Do not force "-static" for aarch64 iOS kernel/kext assembly code.
authorBob Wilson <bob.wilson@apple.com>
Tue, 10 Feb 2015 06:33:04 +0000 (06:33 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 10 Feb 2015 06:33:04 +0000 (06:33 +0000)
commite891e8a0a567ffaeae34151a4e1db37a27c4576b
tree7e0bd0f26052a42baf97a76535de2d920699afbb
parent8c75af8aadd460a700db1c25e3df8f133101f6ef
Do not force "-static" for aarch64 iOS kernel/kext assembly code.

Somehow a check for aarch64 was added to the Darwin toolchain's
isKernelStatic function as part of the initial commit for Apple's
arm64 target (r205100). That check was not in any of Apple's internal
code and no one here knows where it came from. It has been harmless
because "-static" does not change much, if anything, for arm64 iOS code,
but it makes no sense to keep this check.

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