r204669 - Update the powerpc64le check to include CALL_ELF=2 check.

Will Schmidt will_schmidt at vnet.ibm.com
Mon Mar 24 14:09:16 PDT 2014


Author: willschm
Date: Mon Mar 24 16:09:16 2014
New Revision: 204669

URL: http://llvm.org/viewvc/llvm-project?rev=204669&view=rev
Log:

Update the powerpc64le check to include CALL_ELF=2 check.
This is a testcase follow-up to r204627.
(see also r204614 for CALL_ELF usage).




Modified:
    cfe/trunk/test/Preprocessor/init.c

Modified: cfe/trunk/test/Preprocessor/init.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/init.c?rev=204669&r1=204668&r2=204669&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/init.c (original)
+++ cfe/trunk/test/Preprocessor/init.c Mon Mar 24 16:09:16 2014
@@ -2317,6 +2317,7 @@
 // PPC64LE:#define _ARCH_PWR6 1
 // PPC64LE:#define _ARCH_PWR6X 1
 // PPC64LE:#define _ARCH_PWR7 1
+// PPC64LE:#define _CALL_ELF 2
 // PPC64LE:#define _LITTLE_ENDIAN 1
 // PPC64LE:#define _LP64 1
 // PPC64LE:#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__





More information about the cfe-commits mailing list