]> granicus.if.org Git - clang/commit
[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin.
authorAkira Hatanaka <ahatanaka@apple.com>
Mon, 27 Jul 2015 19:29:04 +0000 (19:29 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Mon, 27 Jul 2015 19:29:04 +0000 (19:29 +0000)
commit3e0535eabbcf4d8068bbd8be51c1e38ee8ac4d5e
tree6524016bef9e966d0d74ad54be14c5d2a5faf4c8
parent81cd15fc6ba0defc832c49526b3d82f8ba38f648
[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin.

After r243308, the front-end is responsible for checking the target OS and
passing reserve-x18 if the target is Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243310 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/aarch64-fixed-x18.c