_CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit.
authorEric Christopher <echristo@gmail.com>
Sat, 25 Mar 2017 19:26:04 +0000 (19:26 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 25 Mar 2017 19:26:04 +0000 (19:26 +0000)
commit1e6fedbb83585d6ed41c46d84b2727665d85f911
treeb2e5d8355519ae13e39b300bb2b300a2b8ad4eb5
parentc4e42d2c66c088faa4e013c8680fe2a06f43b47f
_CALL_LINUX is only defined on 64-bit ppc linux platforms, not 32-bit.
Adjust and add a test for the 32-bit side.

llvm-svn: 298778
clang/lib/Basic/Targets.cpp
clang/test/Preprocessor/init.c