]> granicus.if.org Git - clang/commit
Add the _CALL_LINUX preprocessor define for ppc linux platforms.
authorEric Christopher <echristo@gmail.com>
Sat, 25 Mar 2017 03:33:59 +0000 (03:33 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 25 Mar 2017 03:33:59 +0000 (03:33 +0000)
commit9950a2ccb2a10425c0393c89aaa40d802762c720
tree80b6a263148863bcdc98d318fea867d57876de2c
parent6a69439a01178e409bc638398d97d8c0f861dc3a
Add the _CALL_LINUX preprocessor define for ppc linux platforms.

This typically is only for a new enough linker (bfd >= 2.16.2 or gold), but
our ppc suppport post-dates this and it should work on all linux platforms. It
is guaranteed to work on all elfv2 platforms.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298765 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/init.c