[cfe-commits] Update Cortex-A9 buildslaves

陳韋任 chenwj at iis.sinica.edu.tw
Mon Oct 1 20:56:37 PDT 2012


Hi David,

  I don't know if I missunderstand what you said, but the result I got is
strange to me...
Anyway, here is `gcc -v`

---
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.6 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --enable-objc-gc
--enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a
--with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror
--enable-checking=release --build=arm-linux-gnueabihf
--host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
---

IIUC, I should build LLVM/Clang with "armv7l-unknown-linux-gnueabihf" and
without "--abi=aapcs", right?
But this configuration produces more test case failures than
"armv7l-unknown-linux-gnueabi" + "--abi=aapcs" does, you can see the
attach. What am I missing/misunderstanding?
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121002/0d6f1d2c/attachment.html>
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LLVM configure 3.2svn, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ../llvm/configure -C --disable-bindings --build=armv7l-unknown-linux-gnueabi --host=armv7l-unknown-linux-gnueabi --target=armv7l-unknown-linux-gnueabi --with-cpu=cortex-a9 --with-fpu=neon --with-abi=aapcs --with-float=hard --enable-assertions --with-c-include-dirs=/usr/include/:/usr/include/arm-linux-gnueabihf --enable-optimized

## --------- ##
## Platform. ##
## --------- ##

hostname = arm2
uname -m = armv7l
uname -r = 3.2.0-1412-omap4
uname -s = Linux
uname -v = #16-Ubuntu SMP PREEMPT Tue Apr 17 19:38:42 UTC 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1825: creating cache config.cache
configure:1979: checking for armv7l-unknown-linux-gnueabi-clang
configure:2006: result: ccache /usr/bin/gcc
configure:2086: checking for C compiler version
configure:2093: ccache /usr/bin/gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2096: $? = 0
configure:2103: ccache /usr/bin/gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:2106: $? = 0
configure:2113: ccache /usr/bin/gcc -V >&5
gcc: fatal error: no input files
compilation terminated.
configure:2116: $? = 4
configure:2139: checking for C compiler default output file name
configure:2166: ccache /usr/bin/gcc    conftest.c  >&5
configure:2169: $? = 0
configure:2215: result: a.out
configure:2220: checking whether the C compiler works
configure:2230: ./a.out
configure:2233: $? = 0
configure:2250: result: yes
configure:2257: checking whether we are cross compiling
configure:2259: result: no
configure:2262: checking for suffix of executables
configure:2269: ccache /usr/bin/gcc -o conftest    conftest.c  >&5
configure:2272: $? = 0
configure:2296: result: 
configure:2302: checking for suffix of object files
configure:2328: ccache /usr/bin/gcc -c   conftest.c >&5
configure:2331: $? = 0
configure:2354: result: o
configure:2358: checking whether we are using the GNU C compiler
configure:2387: ccache /usr/bin/gcc -c   conftest.c >&5
configure:2393: $? = 0
configure:2400: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2403: $? = 0
configure:2410: test -s conftest.o
configure:2413: $? = 0
configure:2427: result: yes
configure:2432: checking whether ccache /usr/bin/gcc accepts -g
configure:2462: ccache /usr/bin/gcc -c -g  conftest.c >&5
configure:2468: $? = 0
configure:2475: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2478: $? = 0
configure:2485: test -s conftest.o
configure:2488: $? = 0
configure:2618: result: yes
configure:2635: checking for ccache /usr/bin/gcc option to accept ISO C89
configure:2709: ccache /usr/bin/gcc  -c -g -O2  conftest.c >&5
configure:2715: $? = 0
configure:2722: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2725: $? = 0
configure:2732: test -s conftest.o
configure:2735: $? = 0
configure:2755: result: none needed
configure:2889: checking for C++ compiler version
configure:2896: ccache /usr/bin/g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2899: $? = 0
configure:2906: ccache /usr/bin/g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:2909: $? = 0
configure:2916: ccache /usr/bin/g++ -V >&5
g++: fatal error: no input files
compilation terminated.
configure:2919: $? = 4
configure:2922: checking whether we are using the GNU C++ compiler
configure:2951: ccache /usr/bin/g++ -c   conftest.cpp >&5
configure:2957: $? = 0
configure:2964: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:2967: $? = 0
configure:2974: test -s conftest.o
configure:2977: $? = 0
configure:2991: result: yes
configure:2996: checking whether ccache /usr/bin/g++ accepts -g
configure:3026: ccache /usr/bin/g++ -c -g  conftest.cpp >&5
configure:3032: $? = 0
configure:3039: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3042: $? = 0
configure:3049: test -s conftest.o
configure:3052: $? = 0
configure:3182: result: yes
configure:3210: checking how to run the C preprocessor
configure:3250: ccache /usr/bin/gcc -E  conftest.c
configure:3256: $? = 0
configure:3294: ccache /usr/bin/gcc -E  conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3300: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3340: result: ccache /usr/bin/gcc -E
configure:3369: ccache /usr/bin/gcc -E  conftest.c
configure:3375: $? = 0
configure:3413: ccache /usr/bin/gcc -E  conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3419: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3559: checking build system type
configure:3577: result: armv7l-unknown-linux-gnueabi
configure:3599: checking host system type
configure:3614: result: armv7l-unknown-linux-gnueabi
configure:3636: checking target system type
configure:3651: result: armv7l-unknown-linux-gnueabi
configure:3680: checking type of operating system we're going to host on
configure:3793: result: Linux
configure:3796: checking type of operating system we're going to target
configure:3848: result: Linux
configure:3894: checking target architecture
configure:3915: result: ARM
configure:3957: checking for grep that handles long lines and -e
configure:4031: result: /bin/grep
configure:4036: checking for egrep
configure:4114: result: /bin/grep -E
configure:4119: checking for ANSI C header files
configure:4149: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4155: $? = 0
configure:4162: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4165: $? = 0
configure:4172: test -s conftest.o
configure:4175: $? = 0
configure:4271: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:4274: $? = 0
configure:4280: ./conftest
configure:4283: $? = 0
configure:4300: result: yes
configure:4324: checking for sys/types.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for sys/stat.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for stdlib.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for string.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for memory.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for strings.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for inttypes.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for stdint.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4324: checking for unistd.h
configure:4345: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4351: $? = 0
configure:4358: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4361: $? = 0
configure:4368: test -s conftest.o
configure:4371: $? = 0
configure:4384: result: yes
configure:4396: checking whether byte ordering is bigendian
configure:4428: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:4434: $? = 0
configure:4441: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:4444: $? = 0
configure:4451: test -s conftest.o
configure:4454: $? = 0
configure:4483: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:2: error: unknown type name 'not'
conftest.c:28:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:4489: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:4663: result: no
configure:5561: checking optimization flags
configure:5574: result: -O3
configure:5787: checking for BSD-compatible nm
configure:5836: result: /usr/bin/nm -B
configure:5842: checking for GNU make
configure:5857: result: make
configure:5868: checking whether ln -s works
configure:5872: result: yes
configure:5881: checking for cmp
configure:5899: found /usr/bin/cmp
configure:5912: result: /usr/bin/cmp
configure:5922: checking for cp
configure:5940: found /bin/cp
configure:5953: result: /bin/cp
configure:5963: checking for date
configure:5981: found /bin/date
configure:5994: result: /bin/date
configure:6004: checking for find
configure:6022: found /usr/bin/find
configure:6035: result: /usr/bin/find
configure:6045: checking for grep
configure:6076: result: /bin/grep
configure:6086: checking for mkdir
configure:6104: found /bin/mkdir
configure:6117: result: /bin/mkdir
configure:6127: checking for mv
configure:6145: found /bin/mv
configure:6158: result: /bin/mv
configure:6169: checking for armv7l-unknown-linux-gnueabi-ranlib
configure:6199: result: no
configure:6209: checking for ranlib
configure:6225: found /usr/bin/ranlib
configure:6236: result: ranlib
configure:6265: checking for armv7l-unknown-linux-gnueabi-ar
configure:6295: result: no
configure:6305: checking for ar
configure:6321: found /usr/bin/ar
configure:6332: result: ar
configure:6360: checking for rm
configure:6378: found /bin/rm
configure:6391: result: /bin/rm
configure:6401: checking for sed
configure:6419: found /bin/sed
configure:6432: result: /bin/sed
configure:6442: checking for tar
configure:6460: found /bin/tar
configure:6473: result: /bin/tar
configure:6483: checking for pwd
configure:6501: found /bin/pwd
configure:6514: result: /bin/pwd
configure:6525: checking for Graphviz
configure:6556: result: echo Graphviz
configure:6581: checking for dot
configure:6612: result: echo dot
configure:6637: checking for fdp
configure:6668: result: echo fdp
configure:6693: checking for neato
configure:6724: result: echo neato
configure:6749: checking for twopi
configure:6780: result: echo twopi
configure:6805: checking for circo
configure:6836: result: echo circo
configure:6863: checking for gv
configure:6896: result: no
configure:6863: checking for gsview32
configure:6896: result: no
configure:6922: checking for dotty
configure:6953: result: echo dotty
configure:6978: checking for xdot.py
configure:7009: result: echo xdot.py
configure:7046: checking for a BSD-compatible install
configure:7102: result: /usr/bin/install -c
configure:7120: checking for bzip2
configure:7138: found /bin/bzip2
configure:7150: result: /bin/bzip2
configure:7160: checking for cat
configure:7178: found /bin/cat
configure:7190: result: /bin/cat
configure:7200: checking for doxygen
configure:7233: result: no
configure:7240: checking for groff
configure:7258: found /usr/bin/groff
configure:7270: result: /usr/bin/groff
configure:7280: checking for gzip
configure:7298: found /bin/gzip
configure:7310: result: /bin/gzip
configure:7320: checking for pdfroff
configure:7353: result: no
configure:7360: checking for zip
configure:7393: result: no
configure:7402: checking for ocamlc
configure:7435: result: no
configure:7447: checking for ocamlopt
configure:7480: result: no
configure:7492: checking for ocamldep
configure:7525: result: no
configure:7537: checking for ocamldoc
configure:7570: result: no
configure:7582: checking for gas
configure:7615: result: no
configure:7582: checking for as
configure:7600: found /usr/bin/as
configure:7612: result: /usr/bin/as
configure:7624: checking for linker version
configure:7640: result: 2.22
configure:7649: checking for compiler -Wl,-R<path> option
configure:7683: ccache /usr/bin/gcc -o conftest -g -O2 -Wl,-R.   conftest.c  >&5
configure:7689: $? = 0
configure:7696: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7699: $? = 0
configure:7706: test -s conftest
configure:7709: $? = 0
configure:7730: result: yes
configure:7741: checking for compiler -Wl,-export-dynamic option
configure:7775: ccache /usr/bin/gcc -o conftest -g -O2 -Wl,-export-dynamic   conftest.c  >&5
configure:7781: $? = 0
configure:7788: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7791: $? = 0
configure:7798: test -s conftest
configure:7801: $? = 0
configure:7822: result: yes
configure:7833: checking for compiler -Wl,--version-script option
configure:7889: ccache /usr/bin/gcc -o conftest -g -O2 -Wl,--version-script=/tmp/fooyUR9wS/export.map   conftest.c  >&5
configure:7895: $? = 0
configure:7902: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7905: $? = 0
configure:7912: test -s conftest
configure:7915: $? = 0
configure:7938: result: yes
configure:7948: checking for an ANSI C-conforming const
configure:8023: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:8029: $? = 0
configure:8036: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8039: $? = 0
configure:8046: test -s conftest.o
configure:8049: $? = 0
configure:8061: result: yes
configure:8079: checking for dirent.h that defines DIR
configure:8108: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:8114: $? = 0
configure:8121: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8124: $? = 0
configure:8131: test -s conftest.o
configure:8134: $? = 0
configure:8147: result: yes
configure:8160: checking for library containing opendir
configure:8201: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:8207: $? = 0
configure:8214: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8217: $? = 0
configure:8224: test -s conftest
configure:8227: $? = 0
configure:8251: result: none required
configure:8376: checking dlfcn.h usability
configure:8393: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:8399: $? = 0
configure:8406: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8409: $? = 0
configure:8416: test -s conftest.o
configure:8419: $? = 0
configure:8430: result: yes
configure:8434: checking dlfcn.h presence
configure:8449: ccache /usr/bin/gcc -E  conftest.c
configure:8455: $? = 0
configure:8476: result: yes
configure:8509: checking for dlfcn.h
configure:8517: result: yes
configure:8557: checking dynamic linker characteristics
configure:9145: result: GNU/Linux ld.so
configure:9155: checking which extension is used for loadable modules
configure:9165: result: .so
configure:9176: checking which variable specifies run-time library path
configure:9183: result: LD_LIBRARY_PATH
configure:9194: checking for the default library search path
configure:9201: result: /lib /usr/lib /lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabihf /usr/local/lib 
configure:9219: checking for objdir
configure:9240: result: .libs
configure:9253: checking command to parse /usr/bin/nm -B output from  object
configure:9358: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:9361: $? = 0
configure:9365: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:9368: $? = 0
configure:9420: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:9423: $? = 0
configure:9461: result: ok
configure:9466: checking whether libtool supports -dlopen/-dlpreopen
configure:9478: result: yes
configure:9497: checking for shl_load
configure:9553: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:81: error: undefined reference to 'shl_load'
collect2: ld returned 1 exit status
configure:9559: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:9592: result: no
configure:9601: checking for shl_load in -ldld
configure:9636: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: error: cannot find -ldld
conftest.c:58: error: undefined reference to 'shl_load'
collect2: ld returned 1 exit status
configure:9642: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:9676: result: no
configure:9686: checking for dlopen in -ldl
configure:9721: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:9727: $? = 0
configure:9734: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9737: $? = 0
configure:9744: test -s conftest
configure:9747: $? = 0
configure:9761: result: yes
configure:10136: checking for dlerror
configure:10192: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  -ldl >&5
configure:10198: $? = 0
configure:10205: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10208: $? = 0
configure:10215: test -s conftest
configure:10218: $? = 0
configure:10232: result: yes
configure:10252: checking for _ prefix in compiled symbols
configure:10262: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10265: $? = 0
configure:10269: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:10272: $? = 0
configure:10294: result: no
configure:10414: checking whether deplibs are loaded by dlopen
configure:10495: result: yes
configure:10520: checking argz.h usability
configure:10537: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10543: $? = 0
configure:10550: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10553: $? = 0
configure:10560: test -s conftest.o
configure:10563: $? = 0
configure:10574: result: yes
configure:10578: checking argz.h presence
configure:10593: ccache /usr/bin/gcc -E  conftest.c
configure:10599: $? = 0
configure:10620: result: yes
configure:10653: checking for argz.h
configure:10661: result: yes
configure:10675: checking for error_t
configure:10708: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10714: $? = 0
configure:10721: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10724: $? = 0
configure:10731: test -s conftest.o
configure:10734: $? = 0
configure:10746: result: yes
configure:10772: checking for argz_append
configure:10828: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:10834: $? = 0
configure:10841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10844: $? = 0
configure:10851: test -s conftest
configure:10854: $? = 0
configure:10868: result: yes
configure:10772: checking for argz_create_sep
configure:10828: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:10834: $? = 0
configure:10841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10844: $? = 0
configure:10851: test -s conftest
configure:10854: $? = 0
configure:10868: result: yes
configure:10772: checking for argz_insert
configure:10828: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:10834: $? = 0
configure:10841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10844: $? = 0
configure:10851: test -s conftest
configure:10854: $? = 0
configure:10868: result: yes
configure:10772: checking for argz_next
configure:10828: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:10834: $? = 0
configure:10841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10844: $? = 0
configure:10851: test -s conftest
configure:10854: $? = 0
configure:10868: result: yes
configure:10772: checking for argz_stringify
configure:10828: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:10834: $? = 0
configure:10841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10844: $? = 0
configure:10851: test -s conftest
configure:10854: $? = 0
configure:10868: result: yes
configure:10920: checking assert.h usability
configure:10937: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10943: $? = 0
configure:10950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10953: $? = 0
configure:10960: test -s conftest.o
configure:10963: $? = 0
configure:10974: result: yes
configure:10978: checking assert.h presence
configure:10993: ccache /usr/bin/gcc -E  conftest.c
configure:10999: $? = 0
configure:11020: result: yes
configure:11053: checking for assert.h
configure:11061: result: yes
configure:10920: checking ctype.h usability
configure:10937: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10943: $? = 0
configure:10950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10953: $? = 0
configure:10960: test -s conftest.o
configure:10963: $? = 0
configure:10974: result: yes
configure:10978: checking ctype.h presence
configure:10993: ccache /usr/bin/gcc -E  conftest.c
configure:10999: $? = 0
configure:11020: result: yes
configure:11053: checking for ctype.h
configure:11061: result: yes
configure:10920: checking errno.h usability
configure:10937: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10943: $? = 0
configure:10950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10953: $? = 0
configure:10960: test -s conftest.o
configure:10963: $? = 0
configure:10974: result: yes
configure:10978: checking errno.h presence
configure:10993: ccache /usr/bin/gcc -E  conftest.c
configure:10999: $? = 0
configure:11020: result: yes
configure:11053: checking for errno.h
configure:11061: result: yes
configure:10920: checking malloc.h usability
configure:10937: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10943: $? = 0
configure:10950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10953: $? = 0
configure:10960: test -s conftest.o
configure:10963: $? = 0
configure:10974: result: yes
configure:10978: checking malloc.h presence
configure:10993: ccache /usr/bin/gcc -E  conftest.c
configure:10999: $? = 0
configure:11020: result: yes
configure:11053: checking for malloc.h
configure:11061: result: yes
configure:10910: checking for memory.h
configure:10916: result: yes
configure:10910: checking for stdlib.h
configure:10916: result: yes
configure:10920: checking stdio.h usability
configure:10937: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:10943: $? = 0
configure:10950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10953: $? = 0
configure:10960: test -s conftest.o
configure:10963: $? = 0
configure:10974: result: yes
configure:10978: checking stdio.h presence
configure:10993: ccache /usr/bin/gcc -E  conftest.c
configure:10999: $? = 0
configure:11020: result: yes
configure:11053: checking for stdio.h
configure:11061: result: yes
configure:10910: checking for unistd.h
configure:10916: result: yes
configure:11092: checking dl.h usability
configure:11109: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:97:16: fatal error: dl.h: No such file or directory
compilation terminated.
configure:11115: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:11146: result: no
configure:11150: checking dl.h presence
configure:11165: ccache /usr/bin/gcc -E  conftest.c
conftest.c:64:16: fatal error: dl.h: No such file or directory
compilation terminated.
configure:11171: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <dl.h>
configure:11192: result: no
configure:11225: checking for dl.h
configure:11233: result: no
configure:11092: checking sys/dl.h usability
configure:11109: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:97:20: fatal error: sys/dl.h: No such file or directory
compilation terminated.
configure:11115: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/dl.h>
configure:11146: result: no
configure:11150: checking sys/dl.h presence
configure:11165: ccache /usr/bin/gcc -E  conftest.c
conftest.c:64:20: fatal error: sys/dl.h: No such file or directory
compilation terminated.
configure:11171: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/dl.h>
configure:11192: result: no
configure:11225: checking for sys/dl.h
configure:11233: result: no
configure:11092: checking dld.h usability
configure:11109: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:97:17: fatal error: dld.h: No such file or directory
compilation terminated.
configure:11115: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dld.h>
configure:11146: result: no
configure:11150: checking dld.h presence
configure:11165: ccache /usr/bin/gcc -E  conftest.c
conftest.c:64:17: fatal error: dld.h: No such file or directory
compilation terminated.
configure:11171: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <dld.h>
configure:11192: result: no
configure:11225: checking for dld.h
configure:11233: result: no
configure:11092: checking mach-o/dyld.h usability
configure:11109: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:97:25: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:11115: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach-o/dyld.h>
configure:11146: result: no
configure:11150: checking mach-o/dyld.h presence
configure:11165: ccache /usr/bin/gcc -E  conftest.c
conftest.c:64:25: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:11171: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <mach-o/dyld.h>
configure:11192: result: no
configure:11225: checking for mach-o/dyld.h
configure:11233: result: no
configure:11252: checking for string.h
configure:11258: result: yes
configure:11422: checking for strchr
configure:11478: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:88:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
configure:11484: $? = 0
configure:11491: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11494: $? = 0
configure:11501: test -s conftest
configure:11504: $? = 0
configure:11518: result: yes
configure:11533: checking for strrchr
configure:11589: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:89:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
configure:11595: $? = 0
configure:11602: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11605: $? = 0
configure:11612: test -s conftest
configure:11615: $? = 0
configure:11629: result: yes
configure:11644: checking for memcpy
configure:11700: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:90:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
configure:11706: $? = 0
configure:11713: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11716: $? = 0
configure:11723: test -s conftest
configure:11726: $? = 0
configure:11740: result: yes
configure:11755: checking for memmove
configure:11811: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:91:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
configure:11817: $? = 0
configure:11824: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11827: $? = 0
configure:11834: test -s conftest
configure:11837: $? = 0
configure:11851: result: yes
configure:11755: checking for strcmp
configure:11811: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:92:6: warning: conflicting types for built-in function 'strcmp' [enabled by default]
configure:11817: $? = 0
configure:11824: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11827: $? = 0
configure:11834: test -s conftest
configure:11837: $? = 0
configure:11851: result: yes
configure:11867: checking for closedir
configure:11923: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:11929: $? = 0
configure:11936: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11939: $? = 0
configure:11946: test -s conftest
configure:11949: $? = 0
configure:11963: result: yes
configure:11867: checking for opendir
configure:11923: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:11929: $? = 0
configure:11936: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11939: $? = 0
configure:11946: test -s conftest
configure:11949: $? = 0
configure:11963: result: yes
configure:11867: checking for readdir
configure:11923: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:11929: $? = 0
configure:11936: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11939: $? = 0
configure:11946: test -s conftest
configure:11949: $? = 0
configure:11963: result: yes
configure:11975: checking tool compatibility
configure:12017: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:12023: $? = 0
configure:12030: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12033: $? = 0
configure:12040: test -s conftest.o
configure:12043: $? = 0
configure:12065: result: ok
configure:12068: checking optional compiler flags
configure:12076: result: -Wno-variadic-macros -Wno-missing-field-initializers 
configure:12081: checking for sin in -lm
configure:12116: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lm   >&5
conftest.c:80:6: warning: conflicting types for built-in function 'sin' [enabled by default]
configure:12122: $? = 0
configure:12129: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12132: $? = 0
configure:12139: test -s conftest
configure:12142: $? = 0
configure:12156: result: yes
configure:12332: checking for library containing dlopen
configure:12373: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lm  >&5
conftest.c:85: error: undefined reference to 'dlopen'
collect2: ld returned 1 exit status
configure:12379: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:12373: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -ldl  -lm  >&5
configure:12379: $? = 0
configure:12386: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12389: $? = 0
configure:12396: test -s conftest
configure:12399: $? = 0
configure:12423: result: -ldl
configure:12549: checking for library containing mallinfo
configure:12590: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -ldl -lm  >&5
configure:12596: $? = 0
configure:12603: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12606: $? = 0
configure:12613: test -s conftest
configure:12616: $? = 0
configure:12640: result: none required
configure:12655: checking for pthread_mutex_init in -lpthread
configure:12690: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread  -ldl -lm  >&5
configure:12696: $? = 0
configure:12703: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12706: $? = 0
configure:12713: test -s conftest
configure:12716: $? = 0
configure:12730: result: yes
configure:12741: checking for library containing pthread_mutex_lock
configure:12782: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:12788: $? = 0
configure:12795: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12798: $? = 0
configure:12805: test -s conftest
configure:12808: $? = 0
configure:12832: result: none required
configure:12844: checking for library containing pthread_rwlock_init
configure:12885: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:12891: $? = 0
configure:12898: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12901: $? = 0
configure:12908: test -s conftest
configure:12911: $? = 0
configure:12935: result: none required
configure:12947: checking for library containing pthread_getspecific
configure:12988: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:12994: $? = 0
configure:13001: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13004: $? = 0
configure:13011: test -s conftest
configure:13014: $? = 0
configure:13038: result: none required
configure:13616: checking for xml2-config
configure:13646: result: no
configure:13655: checking for libxml2 includes
configure:13658: result: xml2-config not found
configure:13763: checking for dirent.h that defines DIR
configure:13831: result: yes
configure:13844: checking for library containing opendir
configure:13935: result: none required
configure:14045: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:14079: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14085: $? = 0
configure:14092: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14095: $? = 0
configure:14102: test -s conftest.o
configure:14105: $? = 0
configure:14124: result: yes
configure:14134: checking whether stat file-mode macros are broken
configure:14182: result: no
configure:14192: checking for sys/wait.h that is POSIX.1 compatible
configure:14228: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14234: $? = 0
configure:14241: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14244: $? = 0
configure:14251: test -s conftest.o
configure:14254: $? = 0
configure:14266: result: yes
configure:14276: checking whether time.h and sys/time.h may both be included
configure:14306: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14312: $? = 0
configure:14319: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14322: $? = 0
configure:14329: test -s conftest.o
configure:14332: $? = 0
configure:14344: result: yes
configure:14365: checking for dlfcn.h
configure:14371: result: yes
configure:14375: checking execinfo.h usability
configure:14392: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14398: $? = 0
configure:14405: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14408: $? = 0
configure:14415: test -s conftest.o
configure:14418: $? = 0
configure:14429: result: yes
configure:14433: checking execinfo.h presence
configure:14448: ccache /usr/bin/gcc -E  conftest.c
configure:14454: $? = 0
configure:14475: result: yes
configure:14508: checking for execinfo.h
configure:14516: result: yes
configure:14375: checking fcntl.h usability
configure:14392: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14398: $? = 0
configure:14405: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14408: $? = 0
configure:14415: test -s conftest.o
configure:14418: $? = 0
configure:14429: result: yes
configure:14433: checking fcntl.h presence
configure:14448: ccache /usr/bin/gcc -E  conftest.c
configure:14454: $? = 0
configure:14475: result: yes
configure:14508: checking for fcntl.h
configure:14516: result: yes
configure:14365: checking for inttypes.h
configure:14371: result: yes
configure:14375: checking limits.h usability
configure:14392: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14398: $? = 0
configure:14405: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14408: $? = 0
configure:14415: test -s conftest.o
configure:14418: $? = 0
configure:14429: result: yes
configure:14433: checking limits.h presence
configure:14448: ccache /usr/bin/gcc -E  conftest.c
configure:14454: $? = 0
configure:14475: result: yes
configure:14508: checking for limits.h
configure:14516: result: yes
configure:14375: checking link.h usability
configure:14392: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14398: $? = 0
configure:14405: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14408: $? = 0
configure:14415: test -s conftest.o
configure:14418: $? = 0
configure:14429: result: yes
configure:14433: checking link.h presence
configure:14448: ccache /usr/bin/gcc -E  conftest.c
configure:14454: $? = 0
configure:14475: result: yes
configure:14508: checking for link.h
configure:14516: result: yes
configure:14539: checking for malloc.h
configure:14545: result: yes
configure:14549: checking setjmp.h usability
configure:14566: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14572: $? = 0
configure:14579: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14582: $? = 0
configure:14589: test -s conftest.o
configure:14592: $? = 0
configure:14603: result: yes
configure:14607: checking setjmp.h presence
configure:14622: ccache /usr/bin/gcc -E  conftest.c
configure:14628: $? = 0
configure:14649: result: yes
configure:14682: checking for setjmp.h
configure:14690: result: yes
configure:14549: checking signal.h usability
configure:14566: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14572: $? = 0
configure:14579: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14582: $? = 0
configure:14589: test -s conftest.o
configure:14592: $? = 0
configure:14603: result: yes
configure:14607: checking signal.h presence
configure:14622: ccache /usr/bin/gcc -E  conftest.c
configure:14628: $? = 0
configure:14649: result: yes
configure:14682: checking for signal.h
configure:14690: result: yes
configure:14539: checking for stdint.h
configure:14545: result: yes
configure:14549: checking termios.h usability
configure:14566: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14572: $? = 0
configure:14579: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14582: $? = 0
configure:14589: test -s conftest.o
configure:14592: $? = 0
configure:14603: result: yes
configure:14607: checking termios.h presence
configure:14622: ccache /usr/bin/gcc -E  conftest.c
configure:14628: $? = 0
configure:14649: result: yes
configure:14682: checking for termios.h
configure:14690: result: yes
configure:14539: checking for unistd.h
configure:14545: result: yes
configure:14719: checking utime.h usability
configure:14736: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14742: $? = 0
configure:14749: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14752: $? = 0
configure:14759: test -s conftest.o
configure:14762: $? = 0
configure:14773: result: yes
configure:14777: checking utime.h presence
configure:14792: ccache /usr/bin/gcc -E  conftest.c
configure:14798: $? = 0
configure:14819: result: yes
configure:14852: checking for utime.h
configure:14860: result: yes
configure:14719: checking windows.h usability
configure:14736: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:133:21: fatal error: windows.h: No such file or directory
compilation terminated.
configure:14742: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:14773: result: no
configure:14777: checking windows.h presence
configure:14792: ccache /usr/bin/gcc -E  conftest.c
conftest.c:100:21: fatal error: windows.h: No such file or directory
compilation terminated.
configure:14798: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <windows.h>
configure:14819: result: no
configure:14852: checking for windows.h
configure:14860: result: no
configure:14892: checking sys/mman.h usability
configure:14909: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14915: $? = 0
configure:14922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14925: $? = 0
configure:14932: test -s conftest.o
configure:14935: $? = 0
configure:14946: result: yes
configure:14950: checking sys/mman.h presence
configure:14965: ccache /usr/bin/gcc -E  conftest.c
configure:14971: $? = 0
configure:14992: result: yes
configure:15025: checking for sys/mman.h
configure:15033: result: yes
configure:14892: checking sys/param.h usability
configure:14909: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14915: $? = 0
configure:14922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14925: $? = 0
configure:14932: test -s conftest.o
configure:14935: $? = 0
configure:14946: result: yes
configure:14950: checking sys/param.h presence
configure:14965: ccache /usr/bin/gcc -E  conftest.c
configure:14971: $? = 0
configure:14992: result: yes
configure:15025: checking for sys/param.h
configure:15033: result: yes
configure:14892: checking sys/resource.h usability
configure:14909: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14915: $? = 0
configure:14922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14925: $? = 0
configure:14932: test -s conftest.o
configure:14935: $? = 0
configure:14946: result: yes
configure:14950: checking sys/resource.h presence
configure:14965: ccache /usr/bin/gcc -E  conftest.c
configure:14971: $? = 0
configure:14992: result: yes
configure:15025: checking for sys/resource.h
configure:15033: result: yes
configure:14892: checking sys/time.h usability
configure:14909: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14915: $? = 0
configure:14922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14925: $? = 0
configure:14932: test -s conftest.o
configure:14935: $? = 0
configure:14946: result: yes
configure:14950: checking sys/time.h presence
configure:14965: ccache /usr/bin/gcc -E  conftest.c
configure:14971: $? = 0
configure:14992: result: yes
configure:15025: checking for sys/time.h
configure:15033: result: yes
configure:14892: checking sys/uio.h usability
configure:14909: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:14915: $? = 0
configure:14922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14925: $? = 0
configure:14932: test -s conftest.o
configure:14935: $? = 0
configure:14946: result: yes
configure:14950: checking sys/uio.h presence
configure:14965: ccache /usr/bin/gcc -E  conftest.c
configure:14971: $? = 0
configure:14992: result: yes
configure:15025: checking for sys/uio.h
configure:15033: result: yes
configure:15054: checking for sys/types.h
configure:15060: result: yes
configure:15064: checking sys/ioctl.h usability
configure:15081: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:15087: $? = 0
configure:15094: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15097: $? = 0
configure:15104: test -s conftest.o
configure:15107: $? = 0
configure:15118: result: yes
configure:15122: checking sys/ioctl.h presence
configure:15137: ccache /usr/bin/gcc -E  conftest.c
configure:15143: $? = 0
configure:15164: result: yes
configure:15197: checking for sys/ioctl.h
configure:15205: result: yes
configure:15064: checking malloc/malloc.h usability
configure:15081: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:140:27: fatal error: malloc/malloc.h: No such file or directory
compilation terminated.
configure:15087: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc/malloc.h>
configure:15118: result: no
configure:15122: checking malloc/malloc.h presence
configure:15137: ccache /usr/bin/gcc -E  conftest.c
conftest.c:107:27: fatal error: malloc/malloc.h: No such file or directory
compilation terminated.
configure:15143: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <malloc/malloc.h>
configure:15164: result: no
configure:15197: checking for malloc/malloc.h
configure:15205: result: no
configure:15064: checking mach/mach.h usability
configure:15081: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:140:23: fatal error: mach/mach.h: No such file or directory
compilation terminated.
configure:15087: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach.h>
configure:15118: result: no
configure:15122: checking mach/mach.h presence
configure:15137: ccache /usr/bin/gcc -E  conftest.c
conftest.c:107:23: fatal error: mach/mach.h: No such file or directory
compilation terminated.
configure:15143: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <mach/mach.h>
configure:15164: result: no
configure:15197: checking for mach/mach.h
configure:15205: result: no
configure:15233: checking valgrind/valgrind.h usability
configure:15250: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:140:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:15256: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:15287: result: no
configure:15291: checking valgrind/valgrind.h presence
configure:15306: ccache /usr/bin/gcc -E  conftest.c
conftest.c:107:31: fatal error: valgrind/valgrind.h: No such file or directory
compilation terminated.
configure:15312: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <valgrind/valgrind.h>
configure:15333: result: no
configure:15366: checking for valgrind/valgrind.h
configure:15374: result: no
configure:15402: checking fenv.h usability
configure:15419: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:15425: $? = 0
configure:15432: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15435: $? = 0
configure:15442: test -s conftest.o
configure:15445: $? = 0
configure:15456: result: yes
configure:15460: checking fenv.h presence
configure:15475: ccache /usr/bin/gcc -E  conftest.c
configure:15481: $? = 0
configure:15502: result: yes
configure:15535: checking for fenv.h
configure:15543: result: yes
configure:15572: checking pthread.h usability
configure:15589: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:15595: $? = 0
configure:15602: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15605: $? = 0
configure:15612: test -s conftest.o
configure:15615: $? = 0
configure:15626: result: yes
configure:15630: checking pthread.h presence
configure:15645: ccache /usr/bin/gcc -E  conftest.c
configure:15651: $? = 0
configure:15672: result: yes
configure:15705: checking for pthread.h
configure:15713: result: yes
configure:15923: checking CrashReporterClient.h usability
configure:15940: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:142:33: fatal error: CrashReporterClient.h: No such file or directory
compilation terminated.
configure:15946: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CrashReporterClient.h>
configure:15977: result: no
configure:15981: checking CrashReporterClient.h presence
configure:15996: ccache /usr/bin/gcc -E  conftest.c
conftest.c:109:33: fatal error: CrashReporterClient.h: No such file or directory
compilation terminated.
configure:16002: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <CrashReporterClient.h>
configure:16023: result: no
configure:16056: checking for CrashReporterClient.h
configure:16064: result: no
configure:16078: checking __crashreporter_info__
configure:16099: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:111: error: undefined reference to '__crashreporter_info__'
conftest.c:111: error: undefined reference to '__crashreporter_info__'
collect2: ld returned 1 exit status
configure:16105: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| extern const char *__crashreporter_info__;
|       int main() {
|         __crashreporter_info__ = "test";
|         return 0;
|       }
| 
configure:16138: result: no
configure:16153: checking for HUGE_VAL sanity
configure:16191: ccache /usr/bin/g++ -o conftest -g -O2 -pedantic   conftest.cpp -lpthread -ldl -lm  >&5
configure:16194: $? = 0
configure:16200: ./conftest
configure:16203: $? = 0
configure:16227: result: yes
configure:16232: checking for pid_t
configure:16262: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:16268: $? = 0
configure:16275: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16278: $? = 0
configure:16285: test -s conftest.o
configure:16288: $? = 0
configure:16300: result: yes
configure:16312: checking for size_t
configure:16342: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:16348: $? = 0
configure:16355: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16358: $? = 0
configure:16365: test -s conftest.o
configure:16368: $? = 0
configure:16380: result: yes
configure:16397: checking whether struct tm is in sys/time.h or time.h
configure:16425: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:16431: $? = 0
configure:16438: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16441: $? = 0
configure:16448: test -s conftest.o
configure:16451: $? = 0
configure:16463: result: time.h
configure:16473: checking for int64_t
configure:16503: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:16509: $? = 0
configure:16516: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16519: $? = 0
configure:16526: test -s conftest.o
configure:16529: $? = 0
configure:16541: result: yes
configure:16556: checking for uint64_t
configure:16586: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:16592: $? = 0
configure:16599: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16602: $? = 0
configure:16609: test -s conftest.o
configure:16612: $? = 0
configure:16624: result: yes
configure:16731: checking for backtrace
configure:16787: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:16793: $? = 0
configure:16800: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16803: $? = 0
configure:16810: test -s conftest
configure:16813: $? = 0
configure:16827: result: yes
configure:16731: checking for ceilf
configure:16787: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:137:6: warning: conflicting types for built-in function 'ceilf' [enabled by default]
configure:16793: $? = 0
configure:16800: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16803: $? = 0
configure:16810: test -s conftest
configure:16813: $? = 0
configure:16827: result: yes
configure:16731: checking for floorf
configure:16787: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:138:6: warning: conflicting types for built-in function 'floorf' [enabled by default]
configure:16793: $? = 0
configure:16800: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16803: $? = 0
configure:16810: test -s conftest
configure:16813: $? = 0
configure:16827: result: yes
configure:16731: checking for roundf
configure:16787: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:139:6: warning: conflicting types for built-in function 'roundf' [enabled by default]
configure:16793: $? = 0
configure:16800: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16803: $? = 0
configure:16810: test -s conftest
configure:16813: $? = 0
configure:16827: result: yes
configure:16731: checking for rintf
configure:16787: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:140:6: warning: conflicting types for built-in function 'rintf' [enabled by default]
configure:16793: $? = 0
configure:16800: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16803: $? = 0
configure:16810: test -s conftest
configure:16813: $? = 0
configure:16827: result: yes
configure:16731: checking for nearbyintf
configure:16787: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:141:6: warning: conflicting types for built-in function 'nearbyintf' [enabled by default]
configure:16793: $? = 0
configure:16800: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16803: $? = 0
configure:16810: test -s conftest
configure:16813: $? = 0
configure:16827: result: yes
configure:16731: checking for getcwd
configure:16787: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:16793: $? = 0
configure:16800: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16803: $? = 0
configure:16810: test -s conftest
configure:16813: $? = 0
configure:16827: result: yes
configure:16844: checking for powf
configure:16900: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:143:6: warning: conflicting types for built-in function 'powf' [enabled by default]
configure:16906: $? = 0
configure:16913: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16916: $? = 0
configure:16923: test -s conftest
configure:16926: $? = 0
configure:16940: result: yes
configure:16844: checking for fmodf
configure:16900: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:144:6: warning: conflicting types for built-in function 'fmodf' [enabled by default]
configure:16906: $? = 0
configure:16913: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16916: $? = 0
configure:16923: test -s conftest
configure:16926: $? = 0
configure:16940: result: yes
configure:16844: checking for strtof
configure:16900: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:16906: $? = 0
configure:16913: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16916: $? = 0
configure:16923: test -s conftest
configure:16926: $? = 0
configure:16940: result: yes
configure:16844: checking for round
configure:16900: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:146:6: warning: conflicting types for built-in function 'round' [enabled by default]
configure:16906: $? = 0
configure:16913: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16916: $? = 0
configure:16923: test -s conftest
configure:16926: $? = 0
configure:16940: result: yes
configure:16958: checking for getpagesize
configure:17014: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17020: $? = 0
configure:17027: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17030: $? = 0
configure:17037: test -s conftest
configure:17040: $? = 0
configure:17054: result: yes
configure:16958: checking for getrusage
configure:17014: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17020: $? = 0
configure:17027: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17030: $? = 0
configure:17037: test -s conftest
configure:17040: $? = 0
configure:17054: result: yes
configure:16958: checking for getrlimit
configure:17014: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17020: $? = 0
configure:17027: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17030: $? = 0
configure:17037: test -s conftest
configure:17040: $? = 0
configure:17054: result: yes
configure:16958: checking for setrlimit
configure:17014: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17020: $? = 0
configure:17027: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17030: $? = 0
configure:17037: test -s conftest
configure:17040: $? = 0
configure:17054: result: yes
configure:16958: checking for gettimeofday
configure:17014: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17020: $? = 0
configure:17027: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17030: $? = 0
configure:17037: test -s conftest
configure:17040: $? = 0
configure:17054: result: yes
configure:17070: checking for isatty
configure:17126: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17132: $? = 0
configure:17139: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17142: $? = 0
configure:17149: test -s conftest
configure:17152: $? = 0
configure:17166: result: yes
configure:17070: checking for mkdtemp
configure:17126: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17132: $? = 0
configure:17139: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17142: $? = 0
configure:17149: test -s conftest
configure:17152: $? = 0
configure:17166: result: yes
configure:17070: checking for mkstemp
configure:17126: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17132: $? = 0
configure:17139: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17142: $? = 0
configure:17149: test -s conftest
configure:17152: $? = 0
configure:17166: result: yes
configure:17186: checking for mktemp
configure:17242: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17248: $? = 0
configure:17255: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17258: $? = 0
configure:17265: test -s conftest
configure:17268: $? = 0
configure:17282: result: yes
configure:17186: checking for posix_spawn
configure:17242: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17248: $? = 0
configure:17255: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17258: $? = 0
configure:17265: test -s conftest
configure:17268: $? = 0
configure:17282: result: yes
configure:17186: checking for pread
configure:17242: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17248: $? = 0
configure:17255: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17258: $? = 0
configure:17265: test -s conftest
configure:17268: $? = 0
configure:17282: result: yes
configure:17186: checking for realpath
configure:17242: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17248: $? = 0
configure:17255: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17258: $? = 0
configure:17265: test -s conftest
configure:17268: $? = 0
configure:17282: result: yes
configure:17186: checking for sbrk
configure:17242: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17248: $? = 0
configure:17255: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17258: $? = 0
configure:17265: test -s conftest
configure:17268: $? = 0
configure:17282: result: yes
configure:17186: checking for setrlimit
configure:17282: result: yes
configure:17186: checking for strdup
configure:17242: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:161:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
configure:17248: $? = 0
configure:17255: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17258: $? = 0
configure:17265: test -s conftest
configure:17268: $? = 0
configure:17282: result: yes
configure:17299: checking for strerror
configure:17355: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17361: $? = 0
configure:17368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17371: $? = 0
configure:17378: test -s conftest
configure:17381: $? = 0
configure:17395: result: yes
configure:17299: checking for strerror_r
configure:17355: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17361: $? = 0
configure:17368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17371: $? = 0
configure:17378: test -s conftest
configure:17381: $? = 0
configure:17395: result: yes
configure:17299: checking for setenv
configure:17355: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17361: $? = 0
configure:17368: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17371: $? = 0
configure:17378: test -s conftest
configure:17381: $? = 0
configure:17395: result: yes
configure:17299: checking for arc4random
configure:17355: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:176: error: undefined reference to 'arc4random'
collect2: ld returned 1 exit status
configure:17361: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| /* end confdefs.h.  */
| /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define arc4random innocuous_arc4random
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char arc4random (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef arc4random
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char arc4random ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_arc4random || defined __stub___arc4random
| choke me
| #endif
| 
| int
| main ()
| {
| return arc4random ();
|   ;
|   return 0;
| }
configure:17395: result: no
configure:17412: checking for strtoll
configure:17468: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17474: $? = 0
configure:17481: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17484: $? = 0
configure:17491: test -s conftest
configure:17494: $? = 0
configure:17508: result: yes
configure:17412: checking for strtoq
configure:17468: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17474: $? = 0
configure:17481: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17484: $? = 0
configure:17491: test -s conftest
configure:17494: $? = 0
configure:17508: result: yes
configure:17412: checking for sysconf
configure:17468: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17474: $? = 0
configure:17481: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17484: $? = 0
configure:17491: test -s conftest
configure:17494: $? = 0
configure:17508: result: yes
configure:17412: checking for malloc_zone_statistics
configure:17468: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:179: error: undefined reference to 'malloc_zone_statistics'
collect2: ld returned 1 exit status
configure:17474: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define malloc_zone_statistics to an innocuous variant, in case <limits.h> declares malloc_zone_statistics.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define malloc_zone_statistics innocuous_malloc_zone_statistics
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char malloc_zone_statistics (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef malloc_zone_statistics
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char malloc_zone_statistics ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_malloc_zone_statistics || defined __stub___malloc_zone_statistics
| choke me
| #endif
| 
| int
| main ()
| {
| return malloc_zone_statistics ();
|   ;
|   return 0;
| }
configure:17508: result: no
configure:17526: checking for setjmp
configure:17582: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17588: $? = 0
configure:17595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17598: $? = 0
configure:17605: test -s conftest
configure:17608: $? = 0
configure:17622: result: yes
configure:17526: checking for longjmp
configure:17582: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17588: $? = 0
configure:17595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17598: $? = 0
configure:17605: test -s conftest
configure:17608: $? = 0
configure:17622: result: yes
configure:17526: checking for sigsetjmp
configure:17582: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:181: error: undefined reference to 'sigsetjmp'
collect2: ld returned 1 exit status
configure:17588: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| /* end confdefs.h.  */
| /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigsetjmp innocuous_sigsetjmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sigsetjmp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sigsetjmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigsetjmp ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sigsetjmp || defined __stub___sigsetjmp
| choke me
| #endif
| 
| int
| main ()
| {
| return sigsetjmp ();
|   ;
|   return 0;
| }
configure:17622: result: no
configure:17526: checking for siglongjmp
configure:17582: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17588: $? = 0
configure:17595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17598: $? = 0
configure:17605: test -s conftest
configure:17608: $? = 0
configure:17622: result: yes
configure:17526: checking for writev
configure:17582: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17588: $? = 0
configure:17595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17598: $? = 0
configure:17605: test -s conftest
configure:17608: $? = 0
configure:17622: result: yes
configure:17632: checking if printf has the %a format character
configure:17682: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:17685: $? = 0
configure:17691: ./conftest
configure:17694: $? = 0
configure:17716: result: yes
configure:17727: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:17759: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
configure:17765: $? = 0
configure:17772: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17775: $? = 0
configure:17782: test -s conftest.o
configure:17785: $? = 0
configure:17803: result: yes
configure:17815: checking whether strerror_s is declared
configure:17845: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:188:22: error: 'strerror_s' undeclared (first use in this function)
conftest.c:188:22: note: each undeclared identifier is reported only once for each function it appears in
configure:17851: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror_s
|   char *p = (char *) strerror_s;
|   return !p;
| #endif
| 
|   ;
|   return 0;
| }
configure:17883: result: no
configure:19335: checking for isnan in <math.h>
configure:19367: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
configure:19373: $? = 0
configure:19380: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19383: $? = 0
configure:19390: test -s conftest.o
configure:19393: $? = 0
configure:19411: result: yes
configure:19423: checking for isnan in <cmath>
configure:19455: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
configure:19461: $? = 0
configure:19468: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19471: $? = 0
configure:19478: test -s conftest.o
configure:19481: $? = 0
configure:19499: result: yes
configure:19510: checking for std::isnan in <cmath>
configure:19542: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
configure:19548: $? = 0
configure:19555: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19558: $? = 0
configure:19565: test -s conftest.o
configure:19568: $? = 0
configure:19586: result: yes
configure:19598: checking for isinf in <math.h>
configure:19630: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
configure:19636: $? = 0
configure:19643: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19646: $? = 0
configure:19653: test -s conftest.o
configure:19656: $? = 0
configure:19674: result: yes
configure:19685: checking for isinf in <cmath>
configure:19717: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
configure:19723: $? = 0
configure:19730: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19733: $? = 0
configure:19740: test -s conftest.o
configure:19743: $? = 0
configure:19761: result: yes
configure:19772: checking for std::isinf in <cmath>
configure:19804: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
configure:19810: $? = 0
configure:19817: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19820: $? = 0
configure:19827: test -s conftest.o
configure:19830: $? = 0
configure:19848: result: yes
configure:19859: checking for finite in <ieeefp.h>
configure:19891: ccache /usr/bin/g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:158:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:19897: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_STRERROR_S 0
| #define HAVE_ISNAN_IN_MATH_H 1
| #define HAVE_ISNAN_IN_CMATH 1
| #define HAVE_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| #define HAVE_ISINF_IN_CMATH 1
| #define HAVE_STD_ISINF_IN_CMATH 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
| int
| main ()
| {
| float f; finite(f);
|   ;
|   return 0;
| }
configure:19935: result: no
configure:19955: checking for stdlib.h
configure:19961: result: yes
configure:19955: checking for unistd.h
configure:19961: result: yes
configure:20123: checking for getpagesize
configure:20219: result: yes
configure:20229: checking for working mmap
configure:20376: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:20379: $? = 0
configure:20385: ./conftest
configure:20388: $? = 0
configure:20404: result: yes
configure:20415: checking for mmap of files
configure:20460: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:20463: $? = 0
configure:20469: ./conftest
configure:20472: $? = 0
configure:20495: result: yes
configure:20507: checking if /dev/zero is needed for mmap
configure:20519: result: no
configure:20541: checking for GCC atomic builtins
configure:20571: ccache /usr/bin/g++ -o conftest -g -O2   conftest.cpp -lpthread -ldl -lm  >&5
configure:20577: $? = 0
configure:20584: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:20587: $? = 0
configure:20594: test -s conftest
configure:20597: $? = 0
configure:20605: result: yes
configure:20725: checking for __dso_handle
configure:20781: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
configure:20787: $? = 0
configure:20794: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:20797: $? = 0
configure:20804: test -s conftest
configure:20807: $? = 0
configure:20821: result: yes
configure:20982: checking for compiler -fvisibility-inlines-hidden option
configure:21016: ccache /usr/bin/g++ -c -g -O2 -O0 -fvisibility-inlines-hidden -Werror  conftest.cpp >&5
configure:21022: $? = 0
configure:21029: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:21032: $? = 0
configure:21039: test -s conftest.o
configure:21042: $? = 0
configure:21062: result: yes
configure:21236: updating cache config.cache
configure:21286: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by LLVM config.status 3.2svn, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on arm2

config.status:758: creating include/llvm/Config/Targets.def
config.status:758: creating include/llvm/Config/AsmPrinters.def
config.status:758: creating include/llvm/Config/AsmParsers.def
config.status:758: creating include/llvm/Config/Disassemblers.def
config.status:758: creating Makefile.config
config.status:758: creating llvm.spec
config.status:758: creating docs/doxygen.cfg
config.status:758: creating tools/clang/docs/doxygen.cfg
config.status:758: creating bindings/ocaml/llvm/META.llvm
config.status:758: creating include/llvm/Config/config.h
config.status:758: creating include/llvm/Config/llvm-config.h
config.status:758: creating include/llvm/Support/DataTypes.h
config.status:758: creating tools/clang/include/clang/Config/config.h
config.status:1165: executing setup commands
config.status:1165: executing Makefile commands
config.status:1165: executing Makefile.common commands
config.status:1165: executing examples/Makefile commands
config.status:1165: executing lib/Makefile commands
config.status:1165: executing runtime/Makefile commands
config.status:1165: executing test/Makefile commands
config.status:1165: executing test/Makefile.tests commands
config.status:1165: executing unittests/Makefile commands
config.status:1165: executing tools/Makefile commands
config.status:1165: executing utils/Makefile commands
config.status:1165: executing projects/Makefile commands
config.status:1165: executing bindings/Makefile commands
config.status:1165: executing bindings/ocaml/Makefile.ocaml commands
configure:22576: === configuring in projects/sample (/nfs_home/chenwj/llvm-3.1/svn/arm2/projects/sample)
configure:22679: running /bin/bash ../../../llvm/projects/sample/configure --prefix=/usr/local  '--disable-bindings' '--build=armv7l-unknown-linux-gnueabi' '--host=armv7l-unknown-linux-gnueabi' '--target=armv7l-unknown-linux-gnueabi' '--with-cpu=cortex-a9' '--with-fpu=neon' '--with-abi=aapcs' '--with-float=hard' '--enable-assertions' '--with-c-include-dirs=/usr/include/:/usr/include/arm-linux-gnueabihf' '--enable-optimized' 'build_alias=armv7l-unknown-linux-gnueabi' 'host_alias=armv7l-unknown-linux-gnueabi' 'target_alias=armv7l-unknown-linux-gnueabi' 'CC=ccache /usr/bin/gcc' 'CXX=ccache /usr/bin/g++' --cache-file=../../config.cache --srcdir=../../../llvm/projects/sample

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=armv7l-unknown-linux-gnueabi
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='ccache /usr/bin/gcc'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='ccache /usr/bin/g++'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=armv7l-unknown-linux-gnueabi
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=armv7l-unknown-linux-gnueabi
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=armv7l-unknown-linux-gnueabi
ac_cv_func___dso_handle=yes
ac_cv_func_arc4random=no
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_finite_in_ieeefp_h=no
ac_cv_func_floorf=yes
ac_cv_func_fmodf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isatty=yes
ac_cv_func_isinf_in_cmath=yes
ac_cv_func_isinf_in_math_h=yes
ac_cv_func_isnan_in_cmath=yes
ac_cv_func_isnan_in_math_h=yes
ac_cv_func_longjmp=yes
ac_cv_func_malloc_zone_statistics=no
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_mmap_file=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nearbyintf=yes
ac_cv_func_opendir=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_powf=yes
ac_cv_func_pread=yes
ac_cv_func_rand48=yes
ac_cv_func_readdir=yes
ac_cv_func_realpath=yes
ac_cv_func_rintf=yes
ac_cv_func_round=yes
ac_cv_func_roundf=yes
ac_cv_func_sbrk=yes
ac_cv_func_setenv=yes
ac_cv_func_setjmp=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shl_load=no
ac_cv_func_siglongjmp=yes
ac_cv_func_sigsetjmp=no
ac_cv_func_std_isinf_in_cmath=yes
ac_cv_func_std_isnan_in_cmath=yes
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strrchr=yes
ac_cv_func_strtof=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoq=yes
ac_cv_func_sysconf=yes
ac_cv_func_writev=yes
ac_cv_have_decl_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_argz_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_link_h=yes
ac_cv_header_mach_mach_h=no
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mmap_anon=yes
ac_cv_header_pthread_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dl_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_valgrind_valgrind_h=no
ac_cv_header_windows_h=no
ac_cv_host=armv7l-unknown-linux-gnueabi
ac_cv_huge_val_sanity=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_sin=yes
ac_cv_lib_pthread_pthread_mutex_init=yes
ac_cv_need_dev_zero_for_mmap=no
ac_cv_objext=o
ac_cv_path_BINPWD=/bin/pwd
ac_cv_path_BZIP2=/bin/bzip2
ac_cv_path_CAT=/bin/cat
ac_cv_path_CIRCO='echo circo'
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CP=/bin/cp
ac_cv_path_DATE=/bin/date
ac_cv_path_DOT='echo dot'
ac_cv_path_DOTTY='echo dotty'
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FDP='echo fdp'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GAS=/usr/bin/as
ac_cv_path_GRAPHVIZ='echo Graphviz'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GROFF=/usr/bin/groff
ac_cv_path_GZIPBIN=/bin/gzip
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_MV=/bin/mv
ac_cv_path_NEATO='echo neato'
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_TWOPI='echo twopi'
ac_cv_path_XDOT_PY='echo xdot.py'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CC='ccache /usr/bin/gcc'
ac_cv_prog_CPP='ccache /usr/bin/gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_dlopen=-ldl
ac_cv_search_mallinfo='none required'
ac_cv_search_opendir='none required'
ac_cv_search_pthread_getspecific='none required'
ac_cv_search_pthread_mutex_lock='none required'
ac_cv_search_pthread_rwlock_init='none required'
ac_cv_struct_tm=time.h
ac_cv_sys_symbol_underscore=no
ac_cv_target=armv7l-unknown-linux-gnueabi
ac_cv_type_error_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint64_t=yes
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
libltdl_cv_sys_dlopen_deplibs=yes
libltdl_cv_sys_search_path='/lib /usr/lib /lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabihf /usr/local/lib '
llvm_cv_c_printf_a=yes
llvm_cv_cxx_visibility_inlines_hidden=yes
llvm_cv_enable_libffi=no
llvm_cv_gnu_make_command=make
llvm_cv_link_all_option=-Wl,--whole-archive
llvm_cv_link_use_export_dynamic=yes
llvm_cv_link_use_r=yes
llvm_cv_link_use_version_script=yes
llvm_cv_link_version=2.22
llvm_cv_no_link_all_option=-Wl,--no-whole-archive
llvm_cv_os_type=Linux
llvm_cv_platform_type=Unix
llvm_cv_target_arch=ARM
llvm_cv_target_os_type=Linux
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_BINDINGS='ocaml'
AR='ar'
ARCH='ARM'
BINDINGS_TO_BUILD=''
BINPWD='/bin/pwd'
BINUTILS_INCDIR=''
BUILD_CC=''
BUILD_CXX=''
BUILD_EXEEXT=''
BZIP2='/bin/bzip2'
CAT='/bin/cat'
CC='ccache /usr/bin/gcc'
CFLAGS='-g -O2'
CIRCO='echo circo'
CLANG_SRC_ROOT=''
CMP='/usr/bin/cmp'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
COVERED_SWITCH_DEFAULT=''
CP='/bin/cp'
CPP='ccache /usr/bin/gcc -E'
CPPFLAGS=''
CVSBUILD='CVSBUILD=1'
CXX='ccache /usr/bin/g++'
CXXFLAGS='-g -O2'
DATE='/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS=''
DOT='echo dot'
DOTTY='echo dotty'
DOXYGEN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_CXX11='0'
ENABLE_DOCS='1'
ENABLE_DOXYGEN='0'
ENABLE_EMBED_STDCXX='0'
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_LIBCPP='0'
ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
ENABLE_PIC='1'
ENABLE_POLLY='1'
ENABLE_PROFILING=''
ENABLE_PTHREADS='1'
ENABLE_SHARED='0'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
ENABLE_WERROR='0'
ENDIAN='little'
EXEEXT=''
EXPENSIVE_CHECKS='no'
EXTRA_LD_OPTIONS=''
EXTRA_OPTIONS=''
FDP='echo fdp'
FIND='/usr/bin/find'
GAS='/usr/bin/as'
GRAPHVIZ='echo Graphviz'
GREP='/bin/grep'
GROFF='/usr/bin/groff'
GV='echo gv'
GZIPBIN='/bin/gzip'
HAVE_LINK_VERSION_SCRIPT='1'
HAVE_PTHREAD='1'
HOST_ARCH='ARM'
HOST_OS='Linux'
HUGE_VAL_SANITY='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTERNAL_PREFIX=''
JIT=''
KEEP_SYMBOLS=''
LDFLAGS=''
LIBADD_DL='-ldl'
LIBOBJS=''
LIBS='-lpthread -ldl -lm '
LIBXML2_INC=''
LIBXML2_LIBS=''
LINKALL='-Wl,--whole-archive'
LLVM_BINDIR='/usr/local/bin'
LLVM_CONFIGTIME='Mon Oct  1 19:46:46 PDT 2012'
LLVM_COPYRIGHT='Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/usr/local/share/llvm'
LLVM_DOCSDIR='/usr/local/share/doc/llvm'
LLVM_ENABLE_THREADS='1'
LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(MBlaze) LLVM_ASM_PARSER(Mips) LLVM_ASM_PARSER(ARM) LLVM_ASM_PARSER(X86) '
LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(Hexagon) LLVM_ASM_PRINTER(NVPTX) LLVM_ASM_PRINTER(MBlaze) LLVM_ASM_PRINTER(MSP430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(CellSPU) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) '
LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(MBlaze) LLVM_DISASSEMBLER(Mips) LLVM_DISASSEMBLER(ARM) LLVM_DISASSEMBLER(X86) '
LLVM_ENUM_TARGETS='LLVM_TARGET(Hexagon) LLVM_TARGET(NVPTX) LLVM_TARGET(MBlaze) LLVM_TARGET(CppBackend) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(CellSPU) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) '
LLVM_ETCDIR='/usr/local/etc/llvm'
LLVM_HAS_POLLY=''
LLVM_INCLUDEDIR='/usr/local/include'
LLVM_INFODIR='/usr/local/info'
LLVM_LIBDIR='/usr/local/lib'
LLVM_MANDIR='/usr/local/man'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/usr/local'
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MMAP_FILE='yes'
MV='/bin/mv'
NEATO='echo neato'
NM='/usr/bin/nm -B'
NOLINKALL='-Wl,--no-whole-archive'
NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
NO_VARIADIC_MACROS='-Wno-variadic-macros'
OBJEXT='o'
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Linux'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_NAME='LLVM'
PACKAGE_STRING='LLVM 3.2svn'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.2svn'
PATH_SEPARATOR=':'
PDFROFF=''
RANLIB='ranlib'
RDYNAMIC='-Wl,-export-dynamic'
RM='/bin/rm'
RPATH='-Wl,-R'
SED='/bin/sed'
SHELL='/bin/bash'
SHLIBEXT='.so'
SHLIBPATH_VAR='LD_LIBRARY_PATH'
TAR='/bin/tar'
TARGETS_TO_BUILD='X86 Sparc PowerPC ARM Mips CellSPU XCore MSP430 CppBackend MBlaze NVPTX Hexagon'
TARGET_HAS_JIT='1'
TARGET_OS='Linux'
TWOPI='echo twopi'
USE_INTEL_JITEVENTS='0'
USE_OPROFILE='0'
USE_UDIS86='0'
XDOT_PY='echo xdot.py'
XML2CONFIG=''
ZIP=''
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='armv7l-unknown-linux-gnueabi'
build_alias='armv7l-unknown-linux-gnueabi'
build_cpu='armv7l'
build_os='linux-gnueabi'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='armv7l-unknown-linux-gnueabi'
host_alias='armv7l-unknown-linux-gnueabi'
host_cpu='armv7l'
host_os='linux-gnueabi'
host_vendor='unknown'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' projects/sample'
sysconfdir='${prefix}/etc'
target='armv7l-unknown-linux-gnueabi'
target_alias='armv7l-unknown-linux-gnueabi'
target_cpu='armv7l'
target_os='linux-gnueabi'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "LLVM"
#define PACKAGE_TARNAME "llvm"
#define PACKAGE_VERSION "3.2svn"
#define PACKAGE_STRING "LLVM 3.2svn"
#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
#define LLVM_VERSION_MAJOR 3
#define LLVM_VERSION_MINOR 2
#define LLVM_ON_UNIX 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define LLVM_ENABLE_THREADS 1
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 1
#define ENABLE_BACKTRACES 
#define LLVM_NATIVE_ARCH ARM
#define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
#define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
#define CLANG_RESOURCE_DIR ""
#define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
#define GCC_INSTALL_PREFIX ""
#define DEFAULT_SYSROOT ""
#define BUG_REPORT_URL "http://llvm.org/bugs/"
#define HOST_LINK_VERSION "2.22"
#define HAVE_LINK_R 1
#define HAVE_LINK_EXPORT_DYNAMIC 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define LTDL_SHLIB_EXT ".so"
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
#define LTDL_OBJDIR ".libs/"
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_STRCMP 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define HAVE_LIBM 1
#define HAVE_DLOPEN 1
#define HAVE_MALLINFO 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_MUTEX_LOCK 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_GETSPECIFIC 1
#define USE_UDIS86 0
#define LLVM_USE_OPROFILE 0
#define LLVM_USE_INTEL_JITEVENTS 0
#define HAVE_DIRENT_H 1
#define HAVE_MMAP_ANONYMOUS 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LINK_H 1
#define HAVE_MALLOC_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_FENV_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_CRASHREPORTER_INFO 0
#define RETSIGTYPE void
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_BACKTRACE 1
#define HAVE_CEILF 1
#define HAVE_FLOORF 1
#define HAVE_ROUNDF 1
#define HAVE_RINTF 1
#define HAVE_NEARBYINTF 1
#define HAVE_GETCWD 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_STRTOF 1
#define HAVE_ROUND 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ISATTY 1
#define HAVE_MKDTEMP 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_POSIX_SPAWN 1
#define HAVE_PREAD 1
#define HAVE_REALPATH 1
#define HAVE_SBRK 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_SETENV 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
#define HAVE_SYSCONF 1
#define HAVE_SETJMP 1
#define HAVE_LONGJMP 1
#define HAVE_SIGLONGJMP 1
#define HAVE_WRITEV 1
#define HAVE_PRINTF_A 1
#define HAVE_RAND48 1
#define HAVE_DECL_STRERROR_S 0
#define HAVE_ISNAN_IN_MATH_H 1
#define HAVE_ISNAN_IN_CMATH 1
#define HAVE_STD_ISNAN_IN_CMATH 1
#define HAVE_ISINF_IN_MATH_H 1
#define HAVE_ISINF_IN_CMATH 1
#define HAVE_STD_ISINF_IN_CMATH 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MMAP_FILE
#define LLVM_HAS_ATOMICS 1
#define HAVE___DSO_HANDLE 1
#define LLVM_PREFIX "/usr/local"
#define LLVM_BINDIR "/usr/local/bin"
#define LLVM_LIBDIR "/usr/local/lib"
#define LLVM_DATADIR "/usr/local/share/llvm"
#define LLVM_DOCSDIR "/usr/local/share/doc/llvm"
#define LLVM_ETCDIR "/usr/local/etc/llvm"
#define LLVM_INCLUDEDIR "/usr/local/include"
#define LLVM_INFODIR "/usr/local/info"
#define LLVM_MANDIR "/usr/local/man"
#define LLVM_CONFIGTIME "Mon Oct  1 19:46:46 PDT 2012"
#define LLVM_HOSTTRIPLE "armv7l-unknown-linux-gnueabi"
#define LLVM_DEFAULT_TARGET_TRIPLE "armv7l-unknown-linux-gnueabi"

configure: exit 0
-------------- next part --------------
llvm[0]: Running test suite
make[1]: Entering directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/test'
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
make -C /nfs_home/chenwj/llvm-3.1/svn/arm2/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
make[2]: Entering directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test'
Making Clang 'lit.site.cfg' file...
Making Clang 'Unit/lit.site.cfg' file...
make[2]: Leaving directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test'
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
	  /nfs_home/chenwj/llvm-3.1/svn/llvm/utils/lit/lit.py -s -v . /nfs_home/chenwj/llvm-3.1/svn/arm2/test/../tools/clang/test )
-- Testing: 11996 tests, 2 threads --
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp (1766 of 11996)
******************** TEST 'Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
--
Exit Code: 1
Command Output (stderr):
--
Function return type does not match operand type of return inst!
  ret %"struct.Test6::D"* %this1
 %"struct.Test6::A"*Broken module found, compilation aborted!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp -emit-llvm -o - 
1.	<eof> parser at end of file
2.	Per-function optimization
3.	Running pass 'Module Verifier' on function '@_ZN5Test61DD1Ev'
FileCheck error: '-' is empty.
--

********************
Testing: 0 .. 10..
FAIL: Clang :: Driver/android-standalone.cpp (2325 of 11996)
******************** TEST 'Clang :: Driver/android-standalone.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp -### -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver/Output/android-standalone.cpp.tmp.o 2>&1      -target arm-linux-androideabi      -B/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot    | FileCheck  /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp:12:11: error: expected string not found in input
// CHECK: "-internal-externc-isystem" "{{.*}}/sysroot/include"
          ^
<stdin>:4:1167: note: scanning from here
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "armv4t--linux-androideabi" "-S" "-disable-free" "-main-file-name" "android-standalone.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-mconstructor-aliases" "-target-abi" "aapcs-linux" "-target-cpu" "arm7tdmi" "-msoft-float" "-mfloat-abi" "soft" "-target-feature" "+soft-float" "-target-feature" "+soft-float-abi" "-target-feature" "-neon" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fno-dwarf-directory-asm" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fno-signed-char" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-o" "/tmp/android-standalone-cC2nZW.s" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ^
<stdin>:4:1606: note: possible intended match here
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "armv4t--linux-androideabi" "-S" "-disable-free" "-main-file-name" "android-standalone.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-mconstructor-aliases" "-target-abi" "aapcs-linux" "-target-cpu" "arm7tdmi" "-msoft-float" "-mfloat-abi" "soft" "-target-feature" "+soft-float" "-target-feature" "+soft-float-abi" "-target-feature" "-neon" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fno-dwarf-directory-asm" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fno-signed-char" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-o" "/tmp/android-standalone-cC2nZW.s" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^
--

********************
Testing: 0 .. 10..
FAIL: Clang :: Driver/linux-header-search.cpp (2399 of 11996)
******************** TEST 'Clang :: Driver/linux-header-search.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target i386-unknown-linux      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree    | FileCheck --check-prefix=CHECK-UBUNTU-11-04 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target i686-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-X86 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target x86_64-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-X86-64 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -ccc-clang-archs powerpc -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target powerpc-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-PPC /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -ccc-clang-archs powerpc64 -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target powerpc64-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-PPC64 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp:16:24: error: expected string not found in input
// CHECK-UBUNTU-11-04: "-internal-externc-isystem" "[[SYSROOT]]/include"
                       ^
<stdin>:4:1458: note: scanning from here
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "i386-unknown-linux" "-fsyntax-only" "-disable-free" "-main-file-name" "linux-header-search.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" "pentium4" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/i686-linux-gnu" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
<stdin>:4:1458: note: with variable "SYSROOT" equal to "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree"
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "i386-unknown-linux" "-fsyntax-only" "-disable-free" "-main-file-name" "linux-header-search.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" "pentium4" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/i686-linux-gnu" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
--

********************
Testing: 0 .. 10.. 20
FAIL: Clang :: PCH/cxx-typeid.cpp (2901 of 11996)
******************** TEST 'Clang :: PCH/cxx-typeid.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-typeid.h -fsyntax-only -Xclang -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-typeid.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -ccc-pch-is-pch -x c++-header -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/cxx-typeid.cpp.tmp.gch /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-typeid.h
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -ccc-pch-is-pch -include /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/cxx-typeid.cpp.tmp -fsyntax-only -Xclang -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-typeid.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected: 
  Line 3: 'typeinfo' file not found
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: Analysis/Profiling/load-branch-weights-ifs.ll (5504 of 11996)
******************** TEST 'LLVM :: Analysis/Profiling/load-branch-weights-ifs.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -insert-edge-profiling -o /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1 < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1      -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -profile-file /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data -profile-metadata-loader -S -o - < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll      | /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
--
Exit Code: 134
Command Output (stderr):
--
%R4<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.script: line 5: 29497 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: Analysis/Profiling/load-branch-weights-loops.ll (5505 of 11996)
******************** TEST 'LLVM :: Analysis/Profiling/load-branch-weights-loops.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -insert-edge-profiling -o /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1 < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-loops.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1      -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -profile-file /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data -profile-metadata-loader -S -o - < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-loops.ll      | /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-loops.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
--
Exit Code: 134
Command Output (stderr):
--
%R4<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.script: line 5: 29500 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: Analysis/Profiling/load-branch-weights-switches.ll (5506 of 11996)
******************** TEST 'LLVM :: Analysis/Profiling/load-branch-weights-switches.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -insert-edge-profiling -o /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1 < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-switches.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1      -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -profile-file /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data -profile-metadata-loader -S -o - < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-switches.ll      | /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-switches.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
--
Exit Code: 134
Command Output (stderr):
--
%R4<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.script: line 5: 29506 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll (8922 of 11996)
******************** TEST 'LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll > /dev/null
--
Exit Code: 134
Command Output (stderr):
--
%R0<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/ExecutionEngine/Output/2002-12-16-ArgTest.ll.script: line 1: 10007 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll > /dev/null
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll (9002 of 11996)
******************** TEST 'LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli  /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll > /dev/null
--
Exit Code: 134
Command Output (stderr):
--
Unhandled instruction encoding format!
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:541!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/ExecutionEngine/Output/test-fp-no-external-funcs.ll.script: line 1: 10176 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll > /dev/null
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/test-fp.ll (9003 of 11996)
******************** TEST 'LLVM :: ExecutionEngine/test-fp.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp.ll > /dev/null
--
Exit Code: 134
Command Output (stderr):
--
Unhandled instruction encoding format!
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:541!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp.ll 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/ExecutionEngine/Output/test-fp.ll.script: line 1: 10175 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp.ll > /dev/null
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JIT.GlobalInFunction (11713 of 11996)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JIT.GlobalInFunction' FAILED ********************
Note: Google Test filter = JIT.GlobalInFunction
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JIT
[ RUN      ] JIT.GlobalInFunction
%R1<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Running pass 'ARM Machine Code Emitter' on function '@F1'

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted (11722 of 11996)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted' FAILED ********************
Note: Google Test filter = JITTest.AvailableExternallyGlobalIsntEmitted
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.AvailableExternallyGlobalIsntEmitted
%R0<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Running pass 'ARM Machine Code Emitter' on function '@loader'

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.FunctionPointersOutliveTheirCreator (11723 of 11996)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.FunctionPointersOutliveTheirCreator' FAILED ********************
Note: Google Test filter = JITTest.FunctionPointersOutliveTheirCreator
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.FunctionPointersOutliveTheirCreator
%R0<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Running pass 'ARM Machine Code Emitter' on function '@get_foo_addr'

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 793.60s
********************
Failing Tests (13):
    Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    Clang :: Driver/android-standalone.cpp
    Clang :: Driver/linux-header-search.cpp
    Clang :: PCH/cxx-typeid.cpp
    LLVM :: Analysis/Profiling/load-branch-weights-ifs.ll
    LLVM :: Analysis/Profiling/load-branch-weights-loops.ll
    LLVM :: Analysis/Profiling/load-branch-weights-switches.ll
    LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll
    LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll
    LLVM :: ExecutionEngine/test-fp.ll
    LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JIT.GlobalInFunction
    LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted
    LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.FunctionPointersOutliveTheirCreator

  Expected Passes    : 11867
  Expected Failures  : 102
  Unsupported Tests  : 14
  Unexpected Failures: 13
make[1]: Leaving directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/test'
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LLVM configure 3.2svn, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ../llvm/configure -C --disable-bindings --build=armv7l-unknown-linux-gnueabihf --host=armv7l-unknown-linux-gnueabihf --target=armv7l-unknown-linux-gnueabihf --with-cpu=cortex-a9 --with-fpu=neon --with-float=hard --enable-assertions --with-c-include-dirs=/usr/include/:/usr/include/arm-linux-gnueabihf --enable-optimized build_alias=armv7l-unknown-linux-gnueabihf host_alias=armv7l-unknown-linux-gnueabihf target_alias=armv7l-unknown-linux-gnueabihf CC=ccache /usr/bin/gcc CXX=ccache /usr/bin/g++ --no-create --no-recursion

## --------- ##
## Platform. ##
## --------- ##

hostname = arm2
uname -m = armv7l
uname -r = 3.2.0-1412-omap4
uname -s = Linux
uname -v = #16-Ubuntu SMP PREEMPT Tue Apr 17 19:38:42 UTC 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1817: loading cache config.cache
configure:1979: checking for armv7l-unknown-linux-gnueabihf-clang
configure:2006: result: ccache /usr/bin/gcc
configure:2086: checking for C compiler version
configure:2093: ccache /usr/bin/gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2096: $? = 0
configure:2103: ccache /usr/bin/gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:2106: $? = 0
configure:2113: ccache /usr/bin/gcc -V >&5
gcc: fatal error: no input files
compilation terminated.
configure:2116: $? = 4
configure:2139: checking for C compiler default output file name
configure:2166: ccache /usr/bin/gcc    conftest.c  >&5
configure:2169: $? = 0
configure:2215: result: a.out
configure:2220: checking whether the C compiler works
configure:2230: ./a.out
configure:2233: $? = 0
configure:2250: result: yes
configure:2257: checking whether we are cross compiling
configure:2259: result: no
configure:2262: checking for suffix of executables
configure:2269: ccache /usr/bin/gcc -o conftest    conftest.c  >&5
configure:2272: $? = 0
configure:2296: result: 
configure:2302: checking for suffix of object files
configure:2354: result: o
configure:2358: checking whether we are using the GNU C compiler
configure:2427: result: yes
configure:2432: checking whether ccache /usr/bin/gcc accepts -g
configure:2618: result: yes
configure:2635: checking for ccache /usr/bin/gcc option to accept ISO C89
configure:2755: result: none needed
configure:2889: checking for C++ compiler version
configure:2896: ccache /usr/bin/g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2899: $? = 0
configure:2906: ccache /usr/bin/g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:2909: $? = 0
configure:2916: ccache /usr/bin/g++ -V >&5
g++: fatal error: no input files
compilation terminated.
configure:2919: $? = 4
configure:2922: checking whether we are using the GNU C++ compiler
configure:2991: result: yes
configure:2996: checking whether ccache /usr/bin/g++ accepts -g
configure:3182: result: yes
configure:3210: checking how to run the C preprocessor
configure:3340: result: ccache /usr/bin/gcc -E
configure:3369: ccache /usr/bin/gcc -E  conftest.c
configure:3375: $? = 0
configure:3413: ccache /usr/bin/gcc -E  conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3419: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3559: checking build system type
configure:3577: result: armv7l-unknown-linux-gnueabihf
configure:3599: checking host system type
configure:3614: result: armv7l-unknown-linux-gnueabihf
configure:3636: checking target system type
configure:3651: result: armv7l-unknown-linux-gnueabihf
configure:3680: checking type of operating system we're going to host on
configure:3793: result: Linux
configure:3796: checking type of operating system we're going to target
configure:3848: result: Linux
configure:3894: checking target architecture
configure:3915: result: ARM
configure:3957: checking for grep that handles long lines and -e
configure:4031: result: /bin/grep
configure:4036: checking for egrep
configure:4114: result: /bin/grep -E
configure:4119: checking for ANSI C header files
configure:4300: result: yes
configure:4324: checking for sys/types.h
configure:4384: result: yes
configure:4324: checking for sys/stat.h
configure:4384: result: yes
configure:4324: checking for stdlib.h
configure:4384: result: yes
configure:4324: checking for string.h
configure:4384: result: yes
configure:4324: checking for memory.h
configure:4384: result: yes
configure:4324: checking for strings.h
configure:4384: result: yes
configure:4324: checking for inttypes.h
configure:4384: result: yes
configure:4324: checking for stdint.h
configure:4384: result: yes
configure:4324: checking for unistd.h
configure:4384: result: yes
configure:4396: checking whether byte ordering is bigendian
configure:4663: result: no
configure:5561: checking optimization flags
configure:5574: result: -O3
configure:5787: checking for BSD-compatible nm
configure:5836: result: /usr/bin/nm -B
configure:5842: checking for GNU make
configure:5857: result: make
configure:5868: checking whether ln -s works
configure:5872: result: yes
configure:5881: checking for cmp
configure:5912: result: /usr/bin/cmp
configure:5922: checking for cp
configure:5953: result: /bin/cp
configure:5963: checking for date
configure:5994: result: /bin/date
configure:6004: checking for find
configure:6035: result: /usr/bin/find
configure:6045: checking for grep
configure:6076: result: /bin/grep
configure:6086: checking for mkdir
configure:6117: result: /bin/mkdir
configure:6127: checking for mv
configure:6158: result: /bin/mv
configure:6169: checking for armv7l-unknown-linux-gnueabihf-ranlib
configure:6199: result: no
configure:6209: checking for ranlib
configure:6236: result: ranlib
configure:6265: checking for armv7l-unknown-linux-gnueabihf-ar
configure:6295: result: no
configure:6305: checking for ar
configure:6332: result: ar
configure:6360: checking for rm
configure:6391: result: /bin/rm
configure:6401: checking for sed
configure:6432: result: /bin/sed
configure:6442: checking for tar
configure:6473: result: /bin/tar
configure:6483: checking for pwd
configure:6514: result: /bin/pwd
configure:6525: checking for Graphviz
configure:6556: result: echo Graphviz
configure:6581: checking for dot
configure:6612: result: echo dot
configure:6637: checking for fdp
configure:6668: result: echo fdp
configure:6693: checking for neato
configure:6724: result: echo neato
configure:6749: checking for twopi
configure:6780: result: echo twopi
configure:6805: checking for circo
configure:6836: result: echo circo
configure:6863: checking for gv
configure:6896: result: no
configure:6863: checking for gsview32
configure:6896: result: no
configure:6922: checking for dotty
configure:6953: result: echo dotty
configure:6978: checking for xdot.py
configure:7009: result: echo xdot.py
configure:7046: checking for a BSD-compatible install
configure:7102: result: /usr/bin/install -c
configure:7120: checking for bzip2
configure:7150: result: /bin/bzip2
configure:7160: checking for cat
configure:7190: result: /bin/cat
configure:7200: checking for doxygen
configure:7233: result: no
configure:7240: checking for groff
configure:7270: result: /usr/bin/groff
configure:7280: checking for gzip
configure:7310: result: /bin/gzip
configure:7320: checking for pdfroff
configure:7353: result: no
configure:7360: checking for zip
configure:7393: result: no
configure:7402: checking for ocamlc
configure:7435: result: no
configure:7447: checking for ocamlopt
configure:7480: result: no
configure:7492: checking for ocamldep
configure:7525: result: no
configure:7537: checking for ocamldoc
configure:7570: result: no
configure:7582: checking for gas
configure:7612: result: /usr/bin/as
configure:7624: checking for linker version
configure:7640: result: 2.22
configure:7649: checking for compiler -Wl,-R<path> option
configure:7730: result: yes
configure:7741: checking for compiler -Wl,-export-dynamic option
configure:7822: result: yes
configure:7833: checking for compiler -Wl,--version-script option
configure:7938: result: yes
configure:7948: checking for an ANSI C-conforming const
configure:8061: result: yes
configure:8079: checking for dirent.h that defines DIR
configure:8147: result: yes
configure:8160: checking for library containing opendir
configure:8251: result: none required
configure:8366: checking for dlfcn.h
configure:8372: result: yes
configure:8557: checking dynamic linker characteristics
configure:9145: result: GNU/Linux ld.so
configure:9155: checking which extension is used for loadable modules
configure:9165: result: .so
configure:9176: checking which variable specifies run-time library path
configure:9183: result: LD_LIBRARY_PATH
configure:9194: checking for the default library search path
configure:9201: result: /lib /usr/lib /lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabihf /usr/local/lib 
configure:9219: checking for objdir
configure:9240: result: .libs
configure:9253: checking command to parse /usr/bin/nm -B output from  object
configure:9461: result: ok
configure:9466: checking whether libtool supports -dlopen/-dlpreopen
configure:9478: result: yes
configure:9497: checking for shl_load
configure:9592: result: no
configure:9601: checking for shl_load in -ldld
configure:9676: result: no
configure:9686: checking for dlopen in -ldl
configure:9761: result: yes
configure:10136: checking for dlerror
configure:10232: result: yes
configure:10252: checking for _ prefix in compiled symbols
configure:10294: result: no
configure:10414: checking whether deplibs are loaded by dlopen
configure:10495: result: yes
configure:10510: checking for argz.h
configure:10516: result: yes
configure:10675: checking for error_t
configure:10746: result: yes
configure:10772: checking for argz_append
configure:10868: result: yes
configure:10772: checking for argz_create_sep
configure:10868: result: yes
configure:10772: checking for argz_insert
configure:10868: result: yes
configure:10772: checking for argz_next
configure:10868: result: yes
configure:10772: checking for argz_stringify
configure:10868: result: yes
configure:10910: checking for assert.h
configure:10916: result: yes
configure:10910: checking for ctype.h
configure:10916: result: yes
configure:10910: checking for errno.h
configure:10916: result: yes
configure:10910: checking for malloc.h
configure:10916: result: yes
configure:10910: checking for memory.h
configure:10916: result: yes
configure:10910: checking for stdlib.h
configure:10916: result: yes
configure:10910: checking for stdio.h
configure:10916: result: yes
configure:10910: checking for unistd.h
configure:10916: result: yes
configure:11082: checking for dl.h
configure:11088: result: no
configure:11082: checking for sys/dl.h
configure:11088: result: no
configure:11082: checking for dld.h
configure:11088: result: no
configure:11082: checking for mach-o/dyld.h
configure:11088: result: no
configure:11252: checking for string.h
configure:11258: result: yes
configure:11422: checking for strchr
configure:11518: result: yes
configure:11533: checking for strrchr
configure:11629: result: yes
configure:11644: checking for memcpy
configure:11740: result: yes
configure:11755: checking for memmove
configure:11851: result: yes
configure:11755: checking for strcmp
configure:11851: result: yes
configure:11867: checking for closedir
configure:11963: result: yes
configure:11867: checking for opendir
configure:11963: result: yes
configure:11867: checking for readdir
configure:11963: result: yes
configure:11975: checking tool compatibility
configure:12017: ccache /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:12023: $? = 0
configure:12030: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12033: $? = 0
configure:12040: test -s conftest.o
configure:12043: $? = 0
configure:12065: result: ok
configure:12068: checking optional compiler flags
configure:12076: result: -Wno-variadic-macros -Wno-missing-field-initializers 
configure:12081: checking for sin in -lm
configure:12156: result: yes
configure:12332: checking for library containing dlopen
configure:12423: result: -ldl
configure:12549: checking for library containing mallinfo
configure:12640: result: none required
configure:12655: checking for pthread_mutex_init in -lpthread
configure:12730: result: yes
configure:12741: checking for library containing pthread_mutex_lock
configure:12832: result: none required
configure:12844: checking for library containing pthread_rwlock_init
configure:12935: result: none required
configure:12947: checking for library containing pthread_getspecific
configure:13038: result: none required
configure:13616: checking for xml2-config
configure:13646: result: no
configure:13655: checking for libxml2 includes
configure:13658: result: xml2-config not found
configure:13763: checking for dirent.h that defines DIR
configure:13831: result: yes
configure:13844: checking for library containing opendir
configure:13935: result: none required
configure:14045: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:14124: result: yes
configure:14134: checking whether stat file-mode macros are broken
configure:14182: result: no
configure:14192: checking for sys/wait.h that is POSIX.1 compatible
configure:14266: result: yes
configure:14276: checking whether time.h and sys/time.h may both be included
configure:14344: result: yes
configure:14365: checking for dlfcn.h
configure:14371: result: yes
configure:14365: checking for execinfo.h
configure:14371: result: yes
configure:14365: checking for fcntl.h
configure:14371: result: yes
configure:14365: checking for inttypes.h
configure:14371: result: yes
configure:14365: checking for limits.h
configure:14371: result: yes
configure:14365: checking for link.h
configure:14371: result: yes
configure:14539: checking for malloc.h
configure:14545: result: yes
configure:14539: checking for setjmp.h
configure:14545: result: yes
configure:14539: checking for signal.h
configure:14545: result: yes
configure:14539: checking for stdint.h
configure:14545: result: yes
configure:14539: checking for termios.h
configure:14545: result: yes
configure:14539: checking for unistd.h
configure:14545: result: yes
configure:14709: checking for utime.h
configure:14715: result: yes
configure:14709: checking for windows.h
configure:14715: result: no
configure:14882: checking for sys/mman.h
configure:14888: result: yes
configure:14882: checking for sys/param.h
configure:14888: result: yes
configure:14882: checking for sys/resource.h
configure:14888: result: yes
configure:14882: checking for sys/time.h
configure:14888: result: yes
configure:14882: checking for sys/uio.h
configure:14888: result: yes
configure:15054: checking for sys/types.h
configure:15060: result: yes
configure:15054: checking for sys/ioctl.h
configure:15060: result: yes
configure:15054: checking for malloc/malloc.h
configure:15060: result: no
configure:15054: checking for mach/mach.h
configure:15060: result: no
configure:15223: checking for valgrind/valgrind.h
configure:15229: result: no
configure:15392: checking for fenv.h
configure:15398: result: yes
configure:15562: checking for pthread.h
configure:15568: result: yes
configure:15913: checking for CrashReporterClient.h
configure:15919: result: no
configure:16078: checking __crashreporter_info__
configure:16099: ccache /usr/bin/gcc -o conftest -g -O2   conftest.c -lpthread -ldl -lm  >&5
conftest.c:111: error: undefined reference to '__crashreporter_info__'
conftest.c:111: error: undefined reference to '__crashreporter_info__'
collect2: ld returned 1 exit status
configure:16105: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.2svn"
| #define PACKAGE_STRING "LLVM 3.2svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 2
| #define LLVM_ON_UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LLVM_ENABLE_THREADS 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 
| #define LLVM_NATIVE_ARCH ARM
| #define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.22"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| extern const char *__crashreporter_info__;
|       int main() {
|         __crashreporter_info__ = "test";
|         return 0;
|       }
| 
configure:16138: result: no
configure:16153: checking for HUGE_VAL sanity
configure:16227: result: yes
configure:16232: checking for pid_t
configure:16300: result: yes
configure:16312: checking for size_t
configure:16380: result: yes
configure:16397: checking whether struct tm is in sys/time.h or time.h
configure:16463: result: time.h
configure:16473: checking for int64_t
configure:16541: result: yes
configure:16556: checking for uint64_t
configure:16624: result: yes
configure:16731: checking for backtrace
configure:16827: result: yes
configure:16731: checking for ceilf
configure:16827: result: yes
configure:16731: checking for floorf
configure:16827: result: yes
configure:16731: checking for roundf
configure:16827: result: yes
configure:16731: checking for rintf
configure:16827: result: yes
configure:16731: checking for nearbyintf
configure:16827: result: yes
configure:16731: checking for getcwd
configure:16827: result: yes
configure:16844: checking for powf
configure:16940: result: yes
configure:16844: checking for fmodf
configure:16940: result: yes
configure:16844: checking for strtof
configure:16940: result: yes
configure:16844: checking for round
configure:16940: result: yes
configure:16958: checking for getpagesize
configure:17054: result: yes
configure:16958: checking for getrusage
configure:17054: result: yes
configure:16958: checking for getrlimit
configure:17054: result: yes
configure:16958: checking for setrlimit
configure:17054: result: yes
configure:16958: checking for gettimeofday
configure:17054: result: yes
configure:17070: checking for isatty
configure:17166: result: yes
configure:17070: checking for mkdtemp
configure:17166: result: yes
configure:17070: checking for mkstemp
configure:17166: result: yes
configure:17186: checking for mktemp
configure:17282: result: yes
configure:17186: checking for posix_spawn
configure:17282: result: yes
configure:17186: checking for pread
configure:17282: result: yes
configure:17186: checking for realpath
configure:17282: result: yes
configure:17186: checking for sbrk
configure:17282: result: yes
configure:17186: checking for setrlimit
configure:17282: result: yes
configure:17186: checking for strdup
configure:17282: result: yes
configure:17299: checking for strerror
configure:17395: result: yes
configure:17299: checking for strerror_r
configure:17395: result: yes
configure:17299: checking for setenv
configure:17395: result: yes
configure:17299: checking for arc4random
configure:17395: result: no
configure:17412: checking for strtoll
configure:17508: result: yes
configure:17412: checking for strtoq
configure:17508: result: yes
configure:17412: checking for sysconf
configure:17508: result: yes
configure:17412: checking for malloc_zone_statistics
configure:17508: result: no
configure:17526: checking for setjmp
configure:17622: result: yes
configure:17526: checking for longjmp
configure:17622: result: yes
configure:17526: checking for sigsetjmp
configure:17622: result: no
configure:17526: checking for siglongjmp
configure:17622: result: yes
configure:17526: checking for writev
configure:17622: result: yes
configure:17632: checking if printf has the %a format character
configure:17716: result: yes
configure:17727: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:17803: result: yes
configure:17815: checking whether strerror_s is declared
configure:17883: result: no
configure:19335: checking for isnan in <math.h>
configure:19411: result: yes
configure:19423: checking for isnan in <cmath>
configure:19499: result: yes
configure:19510: checking for std::isnan in <cmath>
configure:19586: result: yes
configure:19598: checking for isinf in <math.h>
configure:19674: result: yes
configure:19685: checking for isinf in <cmath>
configure:19761: result: yes
configure:19772: checking for std::isinf in <cmath>
configure:19848: result: yes
configure:19859: checking for finite in <ieeefp.h>
configure:19935: result: no
configure:19955: checking for stdlib.h
configure:19961: result: yes
configure:19955: checking for unistd.h
configure:19961: result: yes
configure:20123: checking for getpagesize
configure:20219: result: yes
configure:20229: checking for working mmap
configure:20404: result: yes
configure:20415: checking for mmap of files
configure:20495: result: yes
configure:20507: checking if /dev/zero is needed for mmap
configure:20519: result: no
configure:20541: checking for GCC atomic builtins
configure:20571: ccache /usr/bin/g++ -o conftest -g -O2   conftest.cpp -lpthread -ldl -lm  >&5
configure:20577: $? = 0
configure:20584: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:20587: $? = 0
configure:20594: test -s conftest
configure:20597: $? = 0
configure:20605: result: yes
configure:20725: checking for __dso_handle
configure:20821: result: yes
configure:20982: checking for compiler -fvisibility-inlines-hidden option
configure:21062: result: yes
configure:21286: creating ./config.status

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=armv7l-unknown-linux-gnueabihf
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='ccache /usr/bin/gcc'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='ccache /usr/bin/g++'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=armv7l-unknown-linux-gnueabihf
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=armv7l-unknown-linux-gnueabihf
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=armv7l-unknown-linux-gnueabihf
ac_cv_func___dso_handle=yes
ac_cv_func_arc4random=no
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_finite_in_ieeefp_h=no
ac_cv_func_floorf=yes
ac_cv_func_fmodf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isatty=yes
ac_cv_func_isinf_in_cmath=yes
ac_cv_func_isinf_in_math_h=yes
ac_cv_func_isnan_in_cmath=yes
ac_cv_func_isnan_in_math_h=yes
ac_cv_func_longjmp=yes
ac_cv_func_malloc_zone_statistics=no
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_mmap_file=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nearbyintf=yes
ac_cv_func_opendir=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_powf=yes
ac_cv_func_pread=yes
ac_cv_func_rand48=yes
ac_cv_func_readdir=yes
ac_cv_func_realpath=yes
ac_cv_func_rintf=yes
ac_cv_func_round=yes
ac_cv_func_roundf=yes
ac_cv_func_sbrk=yes
ac_cv_func_setenv=yes
ac_cv_func_setjmp=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shl_load=no
ac_cv_func_siglongjmp=yes
ac_cv_func_sigsetjmp=no
ac_cv_func_std_isinf_in_cmath=yes
ac_cv_func_std_isnan_in_cmath=yes
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strrchr=yes
ac_cv_func_strtof=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoq=yes
ac_cv_func_sysconf=yes
ac_cv_func_writev=yes
ac_cv_have_decl_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_argz_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_link_h=yes
ac_cv_header_mach_mach_h=no
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mmap_anon=yes
ac_cv_header_pthread_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dl_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_valgrind_valgrind_h=no
ac_cv_header_windows_h=no
ac_cv_host=armv7l-unknown-linux-gnueabihf
ac_cv_huge_val_sanity=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_sin=yes
ac_cv_lib_pthread_pthread_mutex_init=yes
ac_cv_need_dev_zero_for_mmap=no
ac_cv_objext=o
ac_cv_path_BINPWD=/bin/pwd
ac_cv_path_BZIP2=/bin/bzip2
ac_cv_path_CAT=/bin/cat
ac_cv_path_CIRCO='echo circo'
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CP=/bin/cp
ac_cv_path_DATE=/bin/date
ac_cv_path_DOT='echo dot'
ac_cv_path_DOTTY='echo dotty'
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FDP='echo fdp'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GAS=/usr/bin/as
ac_cv_path_GRAPHVIZ='echo Graphviz'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GROFF=/usr/bin/groff
ac_cv_path_GZIPBIN=/bin/gzip
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_MV=/bin/mv
ac_cv_path_NEATO='echo neato'
ac_cv_path_POD2HTML=/usr/bin/pod2html
ac_cv_path_POD2MAN=/usr/bin/pod2man
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_TWOPI='echo twopi'
ac_cv_path_XDOT_PY='echo xdot.py'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_tclsh=
ac_cv_prog_CC='ccache /usr/bin/gcc'
ac_cv_prog_CPP='ccache /usr/bin/gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_dlopen=-ldl
ac_cv_search_mallinfo='none required'
ac_cv_search_opendir='none required'
ac_cv_search_pthread_getspecific='none required'
ac_cv_search_pthread_mutex_lock='none required'
ac_cv_search_pthread_rwlock_init='none required'
ac_cv_struct_tm=time.h
ac_cv_sys_symbol_underscore=no
ac_cv_target=armv7l-unknown-linux-gnueabihf
ac_cv_type_error_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint64_t=yes
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
libltdl_cv_sys_dlopen_deplibs=yes
libltdl_cv_sys_search_path='/lib /usr/lib /lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabihf /usr/local/lib '
llvm_cv_c_printf_a=yes
llvm_cv_cxx_visibility_inlines_hidden=yes
llvm_cv_enable_libffi=no
llvm_cv_gnu_make_command=make
llvm_cv_link_all_option=-Wl,--whole-archive
llvm_cv_link_use_export_dynamic=yes
llvm_cv_link_use_r=yes
llvm_cv_link_use_version_script=yes
llvm_cv_link_version=2.22
llvm_cv_no_link_all_option=-Wl,--no-whole-archive
llvm_cv_os_type=Linux
llvm_cv_platform_type=Unix
llvm_cv_target_arch=ARM
llvm_cv_target_os_type=Linux
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_BINDINGS='ocaml'
AR='ar'
ARCH='ARM'
BINDINGS_TO_BUILD=''
BINPWD='/bin/pwd'
BINUTILS_INCDIR=''
BUILD_CC=''
BUILD_CXX=''
BUILD_EXEEXT=''
BZIP2='/bin/bzip2'
CAT='/bin/cat'
CC='ccache /usr/bin/gcc'
CFLAGS='-g -O2'
CIRCO='echo circo'
CLANG_SRC_ROOT=''
CMP='/usr/bin/cmp'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
COVERED_SWITCH_DEFAULT=''
CP='/bin/cp'
CPP='ccache /usr/bin/gcc -E'
CPPFLAGS=''
CVSBUILD='CVSBUILD=1'
CXX='ccache /usr/bin/g++'
CXXFLAGS='-g -O2'
DATE='/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS=''
DOT='echo dot'
DOTTY='echo dotty'
DOXYGEN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_CXX11='0'
ENABLE_DOCS='1'
ENABLE_DOXYGEN='0'
ENABLE_EMBED_STDCXX='0'
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_LIBCPP='0'
ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
ENABLE_PIC='1'
ENABLE_POLLY='1'
ENABLE_PROFILING=''
ENABLE_PTHREADS='1'
ENABLE_SHARED='0'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
ENABLE_WERROR='0'
ENDIAN='little'
EXEEXT=''
EXPENSIVE_CHECKS='no'
EXTRA_LD_OPTIONS=''
EXTRA_OPTIONS=''
FDP='echo fdp'
FIND='/usr/bin/find'
GAS='/usr/bin/as'
GRAPHVIZ='echo Graphviz'
GREP='/bin/grep'
GROFF='/usr/bin/groff'
GV='echo gv'
GZIPBIN='/bin/gzip'
HAVE_LINK_VERSION_SCRIPT='1'
HAVE_PTHREAD='1'
HOST_ARCH='ARM'
HOST_OS='Linux'
HUGE_VAL_SANITY='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTERNAL_PREFIX=''
JIT=''
KEEP_SYMBOLS=''
LDFLAGS=''
LIBADD_DL='-ldl'
LIBOBJS=''
LIBS='-lpthread -ldl -lm '
LIBXML2_INC=''
LIBXML2_LIBS=''
LINKALL='-Wl,--whole-archive'
LLVM_BINDIR='/usr/local/bin'
LLVM_CONFIGTIME='Mon Oct  1 04:23:44 PDT 2012'
LLVM_COPYRIGHT='Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/usr/local/share/llvm'
LLVM_DOCSDIR='/usr/local/share/doc/llvm'
LLVM_ENABLE_THREADS='1'
LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(MBlaze) LLVM_ASM_PARSER(Mips) LLVM_ASM_PARSER(ARM) LLVM_ASM_PARSER(X86) '
LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(Hexagon) LLVM_ASM_PRINTER(NVPTX) LLVM_ASM_PRINTER(MBlaze) LLVM_ASM_PRINTER(MSP430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(CellSPU) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) '
LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(MBlaze) LLVM_DISASSEMBLER(Mips) LLVM_DISASSEMBLER(ARM) LLVM_DISASSEMBLER(X86) '
LLVM_ENUM_TARGETS='LLVM_TARGET(Hexagon) LLVM_TARGET(NVPTX) LLVM_TARGET(MBlaze) LLVM_TARGET(CppBackend) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(CellSPU) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) '
LLVM_ETCDIR='/usr/local/etc/llvm'
LLVM_HAS_POLLY=''
LLVM_INCLUDEDIR='/usr/local/include'
LLVM_INFODIR='/usr/local/info'
LLVM_LIBDIR='/usr/local/lib'
LLVM_MANDIR='/usr/local/man'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/usr/local'
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MMAP_FILE='yes'
MV='/bin/mv'
NEATO='echo neato'
NM='/usr/bin/nm -B'
NOLINKALL='-Wl,--no-whole-archive'
NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
NO_VARIADIC_MACROS='-Wno-variadic-macros'
OBJEXT='o'
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Linux'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_NAME='LLVM'
PACKAGE_STRING='LLVM 3.2svn'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.2svn'
PATH_SEPARATOR=':'
PDFROFF=''
RANLIB='ranlib'
RDYNAMIC='-Wl,-export-dynamic'
RM='/bin/rm'
RPATH='-Wl,-R'
SED='/bin/sed'
SHELL='/bin/bash'
SHLIBEXT='.so'
SHLIBPATH_VAR='LD_LIBRARY_PATH'
TAR='/bin/tar'
TARGETS_TO_BUILD='X86 Sparc PowerPC ARM Mips CellSPU XCore MSP430 CppBackend MBlaze NVPTX Hexagon'
TARGET_HAS_JIT='1'
TARGET_OS='Linux'
TWOPI='echo twopi'
USE_INTEL_JITEVENTS='0'
USE_OPROFILE='0'
USE_UDIS86='0'
XDOT_PY='echo xdot.py'
XML2CONFIG=''
ZIP=''
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='armv7l-unknown-linux-gnueabihf'
build_alias='armv7l-unknown-linux-gnueabihf'
build_cpu='armv7l'
build_os='linux-gnueabihf'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='armv7l-unknown-linux-gnueabihf'
host_alias='armv7l-unknown-linux-gnueabihf'
host_cpu='armv7l'
host_os='linux-gnueabihf'
host_vendor='unknown'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' projects/sample'
sysconfdir='${prefix}/etc'
target='armv7l-unknown-linux-gnueabihf'
target_alias='armv7l-unknown-linux-gnueabihf'
target_cpu='armv7l'
target_os='linux-gnueabihf'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "LLVM"
#define PACKAGE_TARNAME "llvm"
#define PACKAGE_VERSION "3.2svn"
#define PACKAGE_STRING "LLVM 3.2svn"
#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
#define LLVM_VERSION_MAJOR 3
#define LLVM_VERSION_MINOR 2
#define LLVM_ON_UNIX 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define LLVM_ENABLE_THREADS 1
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 1
#define ENABLE_BACKTRACES 
#define LLVM_NATIVE_ARCH ARM
#define LLVM_NATIVE_TARGET LLVMInitializeARMTarget
#define LLVM_NATIVE_TARGETINFO LLVMInitializeARMTargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeARMTargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeARMAsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeARMDisassembler
#define CLANG_RESOURCE_DIR ""
#define C_INCLUDE_DIRS "/usr/include/:/usr/include/arm-linux-gnueabihf"
#define GCC_INSTALL_PREFIX ""
#define DEFAULT_SYSROOT ""
#define BUG_REPORT_URL "http://llvm.org/bugs/"
#define HOST_LINK_VERSION "2.22"
#define HAVE_LINK_R 1
#define HAVE_LINK_EXPORT_DYNAMIC 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define LTDL_SHLIB_EXT ".so"
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib/arm-linux-gnueabihf:/usr/lib/arm-linux-gnueabihf:/usr/local/lib"
#define LTDL_OBJDIR ".libs/"
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_STRCMP 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define HAVE_LIBM 1
#define HAVE_DLOPEN 1
#define HAVE_MALLINFO 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_MUTEX_LOCK 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_GETSPECIFIC 1
#define USE_UDIS86 0
#define LLVM_USE_OPROFILE 0
#define LLVM_USE_INTEL_JITEVENTS 0
#define HAVE_DIRENT_H 1
#define HAVE_MMAP_ANONYMOUS 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LINK_H 1
#define HAVE_MALLOC_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_FENV_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_CRASHREPORTER_INFO 0
#define RETSIGTYPE void
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_BACKTRACE 1
#define HAVE_CEILF 1
#define HAVE_FLOORF 1
#define HAVE_ROUNDF 1
#define HAVE_RINTF 1
#define HAVE_NEARBYINTF 1
#define HAVE_GETCWD 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_STRTOF 1
#define HAVE_ROUND 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ISATTY 1
#define HAVE_MKDTEMP 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_POSIX_SPAWN 1
#define HAVE_PREAD 1
#define HAVE_REALPATH 1
#define HAVE_SBRK 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_SETENV 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
#define HAVE_SYSCONF 1
#define HAVE_SETJMP 1
#define HAVE_LONGJMP 1
#define HAVE_SIGLONGJMP 1
#define HAVE_WRITEV 1
#define HAVE_PRINTF_A 1
#define HAVE_RAND48 1
#define HAVE_DECL_STRERROR_S 0
#define HAVE_ISNAN_IN_MATH_H 1
#define HAVE_ISNAN_IN_CMATH 1
#define HAVE_STD_ISNAN_IN_CMATH 1
#define HAVE_ISINF_IN_MATH_H 1
#define HAVE_ISINF_IN_CMATH 1
#define HAVE_STD_ISINF_IN_CMATH 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MMAP_FILE
#define LLVM_HAS_ATOMICS 1
#define HAVE___DSO_HANDLE 1
#define LLVM_PREFIX "/usr/local"
#define LLVM_BINDIR "/usr/local/bin"
#define LLVM_LIBDIR "/usr/local/lib"
#define LLVM_DATADIR "/usr/local/share/llvm"
#define LLVM_DOCSDIR "/usr/local/share/doc/llvm"
#define LLVM_ETCDIR "/usr/local/etc/llvm"
#define LLVM_INCLUDEDIR "/usr/local/include"
#define LLVM_INFODIR "/usr/local/info"
#define LLVM_MANDIR "/usr/local/man"
#define LLVM_CONFIGTIME "Mon Oct  1 04:23:44 PDT 2012"
#define LLVM_HOSTTRIPLE "armv7l-unknown-linux-gnueabihf"
#define LLVM_DEFAULT_TARGET_TRIPLE "armv7l-unknown-linux-gnueabihf"

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by LLVM config.status 3.2svn, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ /nfs_home/chenwj/llvm-3.1/svn/arm2/config.status 

on arm2

config.status:758: creating include/llvm/Config/Targets.def
config.status:758: creating include/llvm/Config/AsmPrinters.def
config.status:758: creating include/llvm/Config/AsmParsers.def
config.status:758: creating include/llvm/Config/Disassemblers.def
config.status:758: creating Makefile.config
config.status:758: creating llvm.spec
config.status:758: creating docs/doxygen.cfg
config.status:758: creating tools/clang/docs/doxygen.cfg
config.status:758: creating bindings/ocaml/llvm/META.llvm
config.status:758: creating include/llvm/Config/config.h
config.status:758: creating include/llvm/Config/llvm-config.h
config.status:758: creating include/llvm/Support/DataTypes.h
config.status:1152: include/llvm/Support/DataTypes.h is unchanged
config.status:758: creating tools/clang/include/clang/Config/config.h
config.status:1152: tools/clang/include/clang/Config/config.h is unchanged
config.status:1165: executing setup commands
config.status:1165: executing Makefile commands
config.status:1165: executing Makefile.common commands
config.status:1165: executing examples/Makefile commands
config.status:1165: executing lib/Makefile commands
config.status:1165: executing runtime/Makefile commands
config.status:1165: executing test/Makefile commands
config.status:1165: executing test/Makefile.tests commands
config.status:1165: executing unittests/Makefile commands
config.status:1165: executing tools/Makefile commands
config.status:1165: executing utils/Makefile commands
config.status:1165: executing projects/Makefile commands
config.status:1165: executing bindings/Makefile commands
config.status:1165: executing bindings/ocaml/Makefile.ocaml commands

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by LLVM config.status 3.2svn, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ /nfs_home/chenwj/llvm-3.1/svn/arm2/config.status Makefile.config

on arm2

config.status:758: creating Makefile.config
-------------- next part --------------
llvm[0]: Running test suite
make[1]: Entering directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/test'
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
make -C /nfs_home/chenwj/llvm-3.1/svn/arm2/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
make[2]: Entering directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test'
Making Clang 'lit.site.cfg' file...
Making Clang 'Unit/lit.site.cfg' file...
make[2]: Leaving directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test'
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
	  /nfs_home/chenwj/llvm-3.1/svn/llvm/utils/lit/lit.py -s -v . /nfs_home/chenwj/llvm-3.1/svn/arm2/test/../tools/clang/test )
-- Testing: 11996 tests, 2 threads --
Testing: 0 ..
FAIL: Clang :: CodeGen/PR3589-freestanding-libcalls.c (1155 of 11996)
******************** TEST 'Clang :: CodeGen/PR3589-freestanding-libcalls.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/PR3589-freestanding-libcalls.c -o - | grep 'declare i32 @printf' | count 1
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -O2 -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/PR3589-freestanding-libcalls.c -o - | grep 'declare i32 @puts' | count 1
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -ffreestanding -O2 -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/PR3589-freestanding-libcalls.c -o - | grep 'declare i32 @puts' | count 0
--
Exit Code: 1
Command Output (stderr):
--
Expected 1 lines, got 0.
--

********************
Testing: 0 .. 
FAIL: Clang :: CodeGen/builtinshufflevector2.c (1268 of 11996)
******************** TEST 'Clang :: CodeGen/builtinshufflevector2.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -emit-llvm -S -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/builtinshufflevector2.c | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/builtinshufflevector2.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/builtinshufflevector2.c:6:11: error: expected string not found in input
// CHECK: define void @clang_shufflevector_v_v(
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/builtinshufflevector2.c'
^
<stdin>:5:17: note: possible intended match here
define arm_aapcs_vfpcc void @clang_shufflevector_v_v(<4 x float>* %A, <4 x float> %x, <4 x i32> %mask) nounwind {
                ^
--

********************
Testing: 0 .. 
FAIL: Clang :: CodeGen/call.c (1271 of 11996)
******************** TEST 'Clang :: CodeGen/call.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/call.c -O0 -emit-llvm -S -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/call.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/call.c:21:12: error: expected string not found in input
 // CHECK: call void ({{.*}}, ...)* @JS_ReportErrorNumber({{.*}}@js_GetErrorMessage
           ^
<stdin>:11:54: note: scanning from here
 call arm_aapcs_vfpcc void @rb_define_global_function(i8* getelementptr inbounds ([5 x i8]* @.str, i32 0, i32 0), void (...)* bitcast (void ()* @rb_f_chop to void (...)*), i32 0)
                                                     ^
<stdin>:19:20: note: possible intended match here
 call arm_aapcs_vfpcc void (void ()*, ...)* @JS_ReportErrorNumber(void ()* @js_GetErrorMessage, i32 0)
                   ^
--

********************
Testing: 0 .. 
FAIL: Clang :: CodeGen/decl-in-prototype.c (1321 of 11996)
******************** TEST 'Clang :: CodeGen/decl-in-prototype.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -emit-llvm -S -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/decl-in-prototype.c | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/decl-in-prototype.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/decl-in-prototype.c:5:11: error: expected string not found in input
// CHECK: define i32 @f1
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/decl-in-prototype.c'
^
<stdin>:7:17: note: possible intended match here
define arm_aapcs_vfpcc i32 @f1(i32 %E) nounwind {
                ^
--

********************
Testing: 0 .. 
FAIL: Clang :: CodeGen/extern-inline.c (1336 of 11996)
******************** TEST 'Clang :: CodeGen/extern-inline.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -S -emit-llvm -std=gnu89 -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/extern-inline.c | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/extern-inline.c
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -S -emit-llvm -fgnu89-inline -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/extern-inline.c | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/extern-inline.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/extern-inline.c:9:11: error: expected string not found in input
// CHECK: call i32 @f
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/extern-inline.c'
^
<stdin>:7:26: note: possible intended match here
 %call = call arm_aapcs_vfpcc i32 @f(i32 0)
                         ^
--

********************
Testing: 0 .. 
FAIL: Clang :: CodeGen/inline.c (1365 of 11996)
******************** TEST 'Clang :: CodeGen/inline.c' FAILED ********************
Script:
--
echo "GNU89 tests:"
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/inline.c -O1 -emit-llvm -S -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp -std=gnu89
grep "define available_externally i32 @ei()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @foo()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @bar()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @unreferenced1()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
not grep unreferenced2 /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @gnu_inline()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally void @gnu_ei_inline()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @test1" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @test2" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @test3()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally i32 @test4" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally i32 @test5" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @test6" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @test7" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i.. @strlcpy" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
not grep test9 /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @testA" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @testB" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @testC" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
echo "C99 tests:"
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/inline.c -O1 -emit-llvm -S -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp -std=gnu99
grep "define i32 @ei()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally i32 @foo()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @bar()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
not grep unreferenced1 /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @unreferenced2()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @gnu_inline()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally void @gnu_ei_inline()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @test1" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @test2" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @test3" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally i32 @test4" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally i32 @test5" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @test6" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @test7" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally i.. @strlcpy" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @test9" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @testA" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @testB" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @testC" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
echo "C++ tests:"
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -x c++ /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/inline.c -O1 -emit-llvm -S -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp -std=c++98
grep "define linkonce_odr i32 @_Z2eiv()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define linkonce_odr i32 @_Z3foov()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define i32 @_Z3barv()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
not grep unreferenced /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define void @_Z10gnu_inlinev()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
grep "define available_externally void @_Z13gnu_ei_inlinev()" /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/CodeGen/Output/inline.c.tmp
--
Exit Code: 1
Command Output (stdout):
--
GNU89 tests:
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGen/stack-protector.c (1473 of 11996)
******************** TEST 'Clang :: CodeGen/stack-protector.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c -stack-protector 0 | FileCheck -check-prefix=NOSSP /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c -stack-protector 1 | FileCheck -check-prefix=WITHSSP /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c -stack-protector 2 | FileCheck -check-prefix=SSPREQ /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c:11:10: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)'
  char a[strlen(msg) + 1];
         ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c:11:10: note: please include the header <string.h> or explicitly provide a declaration for 'strlen'
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c:12:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)'
  strcpy(a, msg);
  ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c:12:3: note: please include the header <string.h> or explicitly provide a declaration for 'strcpy'
2 warnings generated.
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c:2:11: error: expected string not found in input
// NOSSP: define void @test1(i8* %msg) nounwind {
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/stack-protector.c'
^
<stdin>:7:13: note: possible intended match here
define arm_aapcscc void @test1(i8* %msg) nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGen/static-order.c (1478 of 11996)
******************** TEST 'Clang :: CodeGen/static-order.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/static-order.c | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/static-order.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/static-order.c:22:1: warning: control may reach end of non-void function
}
^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/static-order.c:4:11: error: expected string not found in input
// CHECK: define i8* @f
          ^
<stdin>:1:12: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/static-order.c'
           ^
<stdin>:10:1: note: possible intended match here
define arm_aapcscc i8* @f() nounwind {
^
1 warning generated.
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGen/unwind-attr.c (1511 of 11996)
******************** TEST 'Clang :: CodeGen/unwind-attr.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fexceptions -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/unwind-attr.c | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/unwind-attr.c
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/unwind-attr.c | FileCheck -check-prefix NOEXC /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/unwind-attr.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/unwind-attr.c:6:11: error: expected string not found in input
// CHECK: define [[INT:i.*]] @test0() {
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/unwind-attr.c'
^
<stdin>:5:13: note: possible intended match here
define arm_aapcscc i32 @test0() {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGen/volatile-1.c (1523 of 11996)
******************** TEST 'Clang :: CodeGen/volatile-1.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -Wno-return-type -Wno-unused-value -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/volatile-1.c -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/volatile-1.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/volatile-1.c:312:3: warning: expression result unused; assign into a variable to force a volatile load
  x;
  ^
1 warning generated.
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGen/volatile-1.c:25:11: error: expected string not found in input
// CHECK: define void @test()
          ^
<stdin>:8:49: note: scanning from here
@ci = common global { i32, i32 } zeroinitializer, align 4
                                                ^
<stdin>:17:13: note: possible intended match here
define arm_aapcscc void @test() nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/2009-05-04-PureConstNounwind.cpp (1591 of 11996)
******************** TEST 'Clang :: CodeGenCXX/2009-05-04-PureConstNounwind.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fexceptions -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp:6:11: error: expected string not found in input
// CHECK: define i32 @_Z1fv() {
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp'
^
<stdin>:5:13: note: possible intended match here
define arm_aapcscc i32 @_Z1fv() {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/PR5093-static-member-function.cpp (1613 of 11996)
******************** TEST 'Clang :: CodeGenCXX/PR5093-static-member-function.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/PR5093-static-member-function.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/PR5093-static-member-function.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/PR5093-static-member-function.cpp:7:12: error: expected string not found in input
 // CHECK: call void @_ZN1a1fEv()
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/PR5093-static-member-function.cpp'
^
<stdin>:12:14: note: possible intended match here
 call arm_aapcscc void @_ZN1a1fEv()
             ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/address-of-fntemplate.cpp (1620 of 11996)
******************** TEST 'Clang :: CodeGenCXX/address-of-fntemplate.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/address-of-fntemplate.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/address-of-fntemplate.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/address-of-fntemplate.cpp:12:11: error: expected string not found in input
// CHECK: define linkonce_odr void @_Z1fIiEvT_
          ^
<stdin>:12:27: note: scanning from here
 store void ()* @_Z1fIiEvv, void ()** %p2, align 4
                          ^
<stdin>:16:1: note: possible intended match here
define linkonce_odr arm_aapcscc void @_Z1fIiEvT_(i32) nounwind {
^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/builtins.cpp (1647 of 11996)
******************** TEST 'Clang :: CodeGenCXX/builtins.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/builtins.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/builtins.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/builtins.cpp:7:12: error: expected string not found in input
 // CHECK: call signext i8 @memmove()
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/builtins.cpp'
^
<stdin>:9:22: note: possible intended match here
 %call = call arm_aapcscc signext i8 @memmove()
                     ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/c-linkage.cpp (1649 of 11996)
******************** TEST 'Clang :: CodeGenCXX/c-linkage.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/c-linkage.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/c-linkage.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/c-linkage.cpp:13:11: error: expected string not found in input
// CHECK: define void @_ZN1N1X1fEv
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/c-linkage.cpp'
^
<stdin>:12:13: note: possible intended match here
define arm_aapcscc void @_ZN1N1X1fEv(%"struct.N::X"* %this) unnamed_addr nounwind align 2 {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/constructor-attr.cpp (1663 of 11996)
******************** TEST 'Clang :: CodeGenCXX/constructor-attr.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/constructor-attr.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/constructor-attr.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/constructor-attr.cpp:8:12: error: expected string not found in input
 // CHECK: define linkonce_odr void @_ZN3Foo3fooEv
           ^
<stdin>:5:20: note: scanning from here
@llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @_ZN3Foo3fooEv }]
                   ^
<stdin>:7:13: note: possible intended match here
define linkonce_odr arm_aapcscc void @_ZN3Foo3fooEv() nounwind align 2 {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/copy-assign-synthesis-2.cpp (1677 of 11996)
******************** TEST 'Clang :: CodeGenCXX/copy-assign-synthesis-2.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/copy-assign-synthesis-2.cpp -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/copy-assign-synthesis-2.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/copy-assign-synthesis-2.cpp:4:11: error: expected string not found in input
// CHECK: define linkonce_odr %struct.A* @_ZN1AaSERKS_
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/copy-assign-synthesis-2.cpp'
^
<stdin>:9:13: note: possible intended match here
define linkonce_odr arm_aapcscc %struct.A* @_ZN1AaSERKS_(%struct.A* %this, %struct.A*) nounwind inlinehint align 2 {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/cxx0x-initializer-array.cpp (1692 of 11996)
******************** TEST 'Clang :: CodeGenCXX/cxx0x-initializer-array.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 -S -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/cxx0x-initializer-array.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/cxx0x-initializer-array.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/cxx0x-initializer-array.cpp:6:3: warning: expression result unused
  x{{{1}}};
  ^~~~~~~~
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/cxx0x-initializer-array.cpp:10:1: warning: control reaches end of non-void function
}
^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/cxx0x-initializer-array.cpp:7:12: error: expected string not found in input
 // CHECK: define i32 @_Z1fv
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/cxx0x-initializer-array.cpp'
^
<stdin>2: warning7s: generated.
13: note: possible intended match here
define arm_aapcscc i32 @_Z1fv() nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp (1762 of 11996)
******************** TEST 'Clang :: CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp:7:10: warning: 'final' keyword is a C++11 extension
struct D final : virtual C { 
         ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp:12:11: error: expected string not found in input
// CHECK: define %struct.B* @_Z1fR1D
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp'
^
1 warning generated.
<stdin>:10:13: note: possible intended match here
define arm_aapcscc %struct.B* @_Z1fR1D(%struct.D* %d) nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp (1766 of 11996)
******************** TEST 'Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
--
Exit Code: 1
Command Output (stderr):
--
Function return type does not match operand type of return inst!
  ret %"struct.Test6::D"* %this1
 %"struct.Test6::A"*Broken module found, compilation aborted!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp -emit-llvm -o - 
1.	<eof> parser at end of file
2.	Per-function optimization
3.	Running pass 'Module Verifier' on function '@_ZN5Test61DD1Ev'
FileCheck error: '-' is empty.
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/function-template-explicit-specialization.cpp (1789 of 11996)
******************** TEST 'Clang :: CodeGenCXX/function-template-explicit-specialization.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/function-template-explicit-specialization.cpp -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/function-template-explicit-specialization.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/function-template-explicit-specialization.cpp:6:11: error: expected string not found in input
// CHECK: define void @_Z1aIiEvT_
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/function-template-explicit-specialization.cpp'
^
<stdin>:5:13: note: possible intended match here
define arm_aapcscc void @_Z1aIiEvT_(i32) nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/mangle-address-space.cpp (1817 of 11996)
******************** TEST 'Clang :: CodeGenCXX/mangle-address-space.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-address-space.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-address-space.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-address-space.cpp:3:11: error: expected string not found in input
// CHECK: define void @_Z2f0Pc
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-address-space.cpp'
^
<stdin>:7:13: note: possible intended match here
define arm_aapcscc void @_Z2f0Pc(i8* %p) nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/mangle-extern-local.cpp (1819 of 11996)
******************** TEST 'Clang :: CodeGenCXX/mangle-extern-local.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-extern-local.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-extern-local.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-extern-local.cpp:9:11: error: expected string not found in input
// CHECK: declare i32 @_Z5func1v()
          ^
<stdin>:13:1: note: scanning from here
define arm_aapcscc i32 @_Z2f1v() nounwind {
^
<stdin>:16:20: note: possible intended match here
 %call = call arm_aapcscc i32 @_Z5func1v()
                   ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/mangle-nullptr-arg.cpp (1836 of 11996)
******************** TEST 'Clang :: CodeGenCXX/mangle-nullptr-arg.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-nullptr-arg.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-nullptr-arg.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-nullptr-arg.cpp:5:11: error: expected string not found in input
// CHECK: define void @_Z5test12IPILPi0EE
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-nullptr-arg.cpp'
^
<stdin>:9:13: note: possible intended match here
define arm_aapcscc void @_Z5test12IPILPi0EE() nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/mangle-template.cpp (1846 of 11996)
******************** TEST 'Clang :: CodeGenCXX/mangle-template.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:46:5: warning: only one parameter on 'main' declaration
int main(int) {}
    ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:164:18: warning: non-type template argument referring to function 'f' with internal linkage is a C++11 extension
    test<int(), &f>();
                 ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:159:14: note: non-type template argument refers to function here
  static int f();
             ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:166:20: warning: non-type template argument referring to function 'f' with internal linkage is a C++11 extension
    test<int(&)(), f>();
                   ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:159:14: note: non-type template argument refers to function here
  static int f();
             ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:168:23: warning: non-type template argument referring to object 'n' with internal linkage is a C++11 extension
    test<const int*, &n>();
                      ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:160:13: note: non-type template argument refers to object here
  const int n = 10;
            ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:170:22: warning: non-type template argument referring to object 'n' with internal linkage is a C++11 extension
    test<const int&, n>();
                     ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:160:13: note: non-type template argument refers to object here
  const int n = 10;
            ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:141:51: warning: control reaches end of non-void function
  typename X<T>::template definition<U> f(T, U) { }
                                                  ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:144:5: note: in instantiation of function template specialization 'test10::f<int, double>' requested here
    f(i, d);
    ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:159:14: warning: function 'test12::f' has internal linkage but is not defined
  static int f();
             ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:164:18: note: used here
    test<int(), &f>();
                 ^
7 warnings generated.
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/mangle-template.cpp:104:12: error: expected string not found in input
 // CHECK: define weak_odr void @_ZN5test81fIiEEvNS_5int_cIXsr4metaIT_E4typeE5valueEEE
           ^
<stdin>:121:194: note: scanning from here
define weak_odr arm_aapcscc %"struct.test7::X"* @_ZN5test71XIiEC1IdEEPT_PNS_5int_cIXplL_ZNS_4metaIiE5valueEEsr4metaIS3_EE5valueEE4typeE(%"struct.test7::X"* %this, double*, float*) unnamed_addr nounwind align 2 {
                                                                                                                                                                                                 ^
<stdin>:148:13: note: possible intended match here
define weak_odr arm_aapcscc void @_ZN5test81fIiEEvNS_5int_cIXsr4metaIT_E4typeE5valueEEE() nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/microsoft-abi-default-cc.cpp (1864 of 11996)
******************** TEST 'Clang :: CodeGenCXX/microsoft-abi-default-cc.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp -o - | FileCheck -check-prefix GCABI /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp -o - -DMS_ABI -cxx-abi microsoft -triple=i386-pc-win32 | FileCheck -check-prefix MSABI /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp:15:11: error: expected string not found in input
// GCABI: define void @_Z3foov()
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp'
^
<stdin>:7:13: note: possible intended match here
define arm_aapcscc void @_Z3foov() nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/noinline-template.cpp (1879 of 11996)
******************** TEST 'Clang :: CodeGenCXX/noinline-template.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/noinline-template.cpp  -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/noinline-template.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/noinline-template.cpp:6:11: error: expected string not found in input
// CHECK: define linkonce_odr void @_ZN6VectorIiE13growStorageByEv(%struct.Vector* %this) nounwind noinline
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/noinline-template.cpp'
^
<stdin>:14:13: note: possible intended match here
define linkonce_odr arm_aapcscc void @_ZN6VectorIiE13growStorageByEv(%struct.Vector* %this) nounwind noinline align 2 {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/nrvo.cpp (1881 of 11996)
******************** TEST 'Clang :: CodeGenCXX/nrvo.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -O1 -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/nrvo.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/nrvo.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -O1 -fcxx-exceptions -fexceptions -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/nrvo.cpp | FileCheck --check-prefix=CHECK-EH /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/nrvo.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/nrvo.cpp:134:1: warning: control may reach end of non-void function
}
^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/nrvo.cpp:12:11: error: expected string not found in input
// CHECK: define void @_Z5test0v
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/nrvo.cpp'
^
1 warning generated.
<stdin>:7:13: note: possible intended match here
define arm_aapcscc void @_Z5test0v(%class.X* noalias sret %agg.result) nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/pr11797.cpp (1887 of 11996)
******************** TEST 'Clang :: CodeGenCXX/pr11797.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr11797.cpp -fvisibility hidden -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr11797.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr11797.cpp:8:11: error: expected string not found in input
// CHECK: define void @_Z3foov()
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr11797.cpp'
^
<stdin>:5:13: note: possible intended match here
define arm_aapcscc void @_Z3foov() nounwind {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/pr12251.cpp (1890 of 11996)
******************** TEST 'Clang :: CodeGenCXX/pr12251.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr12251.cpp -emit-llvm -O1 -relaxed-aliasing -fstrict-enums -std=c++11 -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr12251.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr12251.cpp -emit-llvm -O1 -relaxed-aliasing -std=c++11 -o - | FileCheck --check-prefix=NO-STRICT-ENUMS /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr12251.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr12251.cpp:7:11: error: expected string not found in input
// CHECK: define zeroext i1 @_Z1fPb
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pr12251.cpp'
^
<stdin>:5:13: note: possible intended match here
define arm_aapcscc zeroext i1 @_Z1fPb(i8* nocapture %x) nounwind readonly {
            ^
--

********************
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/pragma-visibility.cpp (1896 of 11996)
******************** TEST 'Clang :: CodeGenCXX/pragma-visibility.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pragma-visibility.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pragma-visibility.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/pragma-visibility.cpp:31:11: error: expected string not found in input
// CHECK: define hidden i32 @g()
          ^
<stdin>:9:35: note: scanning from here
@_ZN2x4IiE1yE = hidden global i32 10, align 4
                                  ^
<stdin>:11:1: note: possible intended match here
define hidden arm_aapcscc i32 @g() nounwind {
^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/switch-case-folding-2.cpp (1932 of 11996)
******************** TEST 'Clang :: CodeGenCXX/switch-case-folding-2.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/switch-case-folding-2.cpp -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/switch-case-folding-2.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/switch-case-folding-2.cpp:21:11: error: expected string not found in input
// CHECK: call i32 (i8*, ...)* @_Z6printfPKcz
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/switch-case-folding-2.cpp'
^
<stdin>:23:22: note: possible intended match here
 %call = call arm_aapcscc i32 (i8*, ...)* @_Z6printfPKcz(i8* getelementptr inbounds ([5 x i8]* @.str, i32 0, i32 0))
                     ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/template-dependent-bind-temporary.cpp (1935 of 11996)
******************** TEST 'Clang :: CodeGenCXX/template-dependent-bind-temporary.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp:21:11: error: expected string not found in input
// CHECK: define linkonce_odr void @_Z11IntToStringIcEvT_(
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp'
^
<stdin>:13:13: note: possible intended match here
define linkonce_odr arm_aapcscc void @_Z11IntToStringIcEvT_(i8 signext %a) nounwind {
            ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/template-inner-struct-visibility-hidden.cpp (1938 of 11996)
******************** TEST 'Clang :: CodeGenCXX/template-inner-struct-visibility-hidden.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fvisibility hidden -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp:5:11: error: expected string not found in input
// CHECK: define weak_odr hidden void @_ZN1CIiE5Inner1fEv
          ^
<stdin>:8:57: note: scanning from here
@_ZN1CIiE5Inner6Inner26StaticE = weak_odr hidden global i32 0, align 4
                                                        ^
<stdin>:10:13: note: possible intended match here
define weak_odr hidden arm_aapcscc void @_ZN1CIiE5Inner1fEv(%"struct.C<int>::Inner"* %this) nounwind align 2 {
            ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/thunk-linkonce-odr.cpp (1950 of 11996)
******************** TEST 'Clang :: CodeGenCXX/thunk-linkonce-odr.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/thunk-linkonce-odr.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/thunk-linkonce-odr.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/thunk-linkonce-odr.cpp:32:11: error: expected string not found in input
// CHECK: define linkonce_odr i32 @_ZThn{{[48]}}_N1D1fEv
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/thunk-linkonce-odr.cpp'
^
<stdin>:34:1: note: possible intended match here
define linkonce_odr arm_aapcscc %struct.D* @_ZN1DC1Ev(%struct.D* %this) unnamed_addr nounwind inlinehint align 2 {
^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/vararg-non-pod.cpp (1962 of 11996)
******************** TEST 'Clang :: CodeGenCXX/vararg-non-pod.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -Wno-error=non-pod-varargs -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/vararg-non-pod.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/vararg-non-pod.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/vararg-non-pod.cpp:14:10: warning: cannot pass object of non-POD type 'X' through variadic function; call will abort at runtime
  vararg(x);
         ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/vararg-non-pod.cpp:11:11: error: expected string not found in input
// CHECK: define void @_Z4test1X
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/vararg-non-pod.cpp'
^
<stdin>1 warning generated.
:7:13: note: possible intended match here
define arm_aapcscc void @_Z4test1X() nounwind {
            ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/virt-dtor-gen.cpp (1967 of 11996)
******************** TEST 'Clang :: CodeGenCXX/virt-dtor-gen.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -o - -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virt-dtor-gen.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virt-dtor-gen.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virt-dtor-gen.cpp:10:11: error: expected string not found in input
// CHECK: define void @_ZN3FooD0Ev(%class.Foo* %this) unnamed_addr
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virt-dtor-gen.cpp'
^
<stdin>:12:13: note: possible intended match here
define arm_aapcscc void @_ZN3FooD0Ev(%class.Foo* %this) unnamed_addr nounwind align 2 {
            ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/virtual-destructor-synthesis.cpp (1975 of 11996)
******************** TEST 'Clang :: CodeGenCXX/virtual-destructor-synthesis.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-destructor-synthesis.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-destructor-synthesis.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-destructor-synthesis.cpp:15:11: error: expected string not found in input
// CHECK: call void @_ZdlPv
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-destructor-synthesis.cpp'
^
<stdin>:67:14: note: possible intended match here
 call arm_aapcscc void @_ZdlPv(i8* %0) nounwind
             ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/virtual-function-calls.cpp (1976 of 11996)
******************** TEST 'Clang :: CodeGenCXX/virtual-function-calls.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-function-calls.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-function-calls.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-function-calls.cpp:11:12: error: expected string not found in input
 // CHECK: call void %
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-function-calls.cpp'
^
<stdin>:19:14: note: possible intended match here
 call arm_aapcscc void %2(%"struct.PR5021::A"* %0, i8 signext 99)
             ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/virtual-operator-call.cpp (1981 of 11996)
******************** TEST 'Clang :: CodeGenCXX/virtual-operator-call.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-operator-call.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-operator-call.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-operator-call.cpp:8:12: error: expected string not found in input
 // CHECK: call i32 %
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/virtual-operator-call.cpp'
^
<stdin>:16:22: note: possible intended match here
 %call = call arm_aapcscc i32 %2(%struct.A* %0)
                     ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/visibility-hidden-extern-templates.cpp (1983 of 11996)
******************** TEST 'Clang :: CodeGenCXX/visibility-hidden-extern-templates.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -O1 -emit-llvm -o - -fvisibility hidden /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-hidden-extern-templates.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-hidden-extern-templates.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-hidden-extern-templates.cpp:17:12: error: expected string not found in input
 // CHECK: define weak_odr hidden void @_ZN1XIiE1fEv
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-hidden-extern-templates.cpp'
^
<stdin>:8:1: note: possible intended match here
define weak_odr hidden arm_aapcscc void @_ZN1XIiE1fEv(%struct.X* nocapture %this) nounwind readnone align 2 {
^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/visibility-inlines-hidden.cpp (1984 of 11996)
******************** TEST 'Clang :: CodeGenCXX/visibility-inlines-hidden.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fvisibility-inlines-hidden -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-inlines-hidden.cpp -O2 -disable-llvm-optzns | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-inlines-hidden.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-inlines-hidden.cpp:40:12: error: expected string not found in input
 // CHECK: define linkonce_odr void @_ZN2X02f1Ev
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/visibility-inlines-hidden.cpp'
^
<stdin>:57:1: note: possible intended match here
define linkonce_odr hidden arm_aapcscc void @_ZN2X02f2Ev(%struct.X0* %this) nounwind align 2 {
^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenCXX/volatile-1.cpp (1987 of 11996)
******************** TEST 'Clang :: CodeGenCXX/volatile-1.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -Wno-unused-value -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:158:10: warning: expression result unused; assign into a variable to force a volatile load
  (void)(i,(i=i));
         ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:176:4: warning: expression result unused; assign into a variable to force a volatile load
  (i,j);
   ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:341:4: warning: expression result unused; assign into a variable to force a volatile load
  (i,j)=k;
   ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:26:3: warning: expression result unused; assign into a variable to force a volatile load
  i;
  ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:36:9: warning: expression result unused; assign into a variable to force a volatile load
  (void)ci;
        ^~
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:37:9: warning: expression result unused; assign into a variable to force a volatile load
  (void)a;
        ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:129:9: warning: expression result unused; assign into a variable to force a volatile load
  (void)i;
        ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:142:9: warning: expression result unused; assign into a variable to force a volatile load
  (void)__builtin_choose_expr(0, i=i, j=j);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:162:7: warning: expression result unused; assign into a variable to force a volatile load
  i=i,k;
      ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:172:8: warning: expression result unused; assign into a variable to force a volatile load
  (i=j,k);
       ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:176:6: warning: expression result unused; assign into a variable to force a volatile load
  (i,j);
     ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:193:3: warning: expression result unused; assign into a variable to force a volatile load
  ci;
  ^~
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:252:10: warning: expression result unused; assign into a variable to force a volatile load
  ((a=a),a);
         ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/volatile-1.cpp:20:11: error: expected string not found in input
// CHECK: define void @{{.*}}test
          ^
<stdin>:12:42: note: scanning from here
@ci = global { i32, i32 } zeroinitializer, align 4
                                         ^
13 warnings generated.
<stdin>:16:12: note: possible intended match here
define arm_aapcscc void @_Z4testv() nounwind {
           ^
--

********************
Testing: 0 .. 10.
FAIL: Clang :: CodeGenObjC/arc-block-copy-escape.m (2025 of 11996)
******************** TEST 'Clang :: CodeGenObjC/arc-block-copy-escape.m' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fobjc-arc -fblocks -emit-llvm /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/arc-block-copy-escape.m -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/arc-block-copy-escape.m
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/arc-block-copy-escape.m:11:12: error: expected string not found in input
 // CHECK: define void @test0(
           ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/arc-block-copy-escape.m'
^
<stdin>:15:13: note: possible intended match here
define arm_aapcscc void @test0(i32 %i) nounwind {
            ^
--

********************
Testing: 0 .. 10..
FAIL: Clang :: CodeGenObjC/objc2-legacy-dispatch.m (2178 of 11996)
******************** TEST 'Clang :: CodeGenObjC/objc2-legacy-dispatch.m' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fobjc-dispatch-method=mixed -triple i386-apple-darwin10 -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/objc2-legacy-dispatch.m | FileCheck -check-prefix=CHECK_NEW_DISPATCH /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/objc2-legacy-dispatch.m
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fobjc-dispatch-method=legacy -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/objc2-legacy-dispatch.m | FileCheck -check-prefix=CHECK_OLD_DISPATCH /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/objc2-legacy-dispatch.m
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/objc2-legacy-dispatch.m:10:24: error: expected string not found in input
// CHECK_OLD_DISPATCH: define void @f0
                       ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/objc2-legacy-dispatch.m'
^
<stdin>:26:13: note: possible intended match here
define arm_aapcscc void @f0() nounwind {
            ^
--

********************
Testing: 0 .. 10..
FAIL: Clang :: CodeGenObjC/property.m (2217 of 11996)
******************** TEST 'Clang :: CodeGenObjC/property.m' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:41:1: warning: writable atomic property 'y' cannot pair a synthesized setter with a user defined getter
-(int) y {
^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:21:15: note: setter and getter must both be synthesized, or both be user defined,or the property must be nonatomic
@property int y;
~~~~~~~~~     ^
@property (nonatomic) 
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:21:15: note: property declared here
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:44:1: warning: writable atomic property 'z' cannot pair a synthesized getter with a user defined setter
-(void) setZ: (int) arg {
^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:22:15: note: setter and getter must both be synthesized, or both be user defined,or the property must be nonatomic
@property int z;
~~~~~~~~~     ^
@property (nonatomic) 
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:22:15: note: property declared here
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:53:17: warning: property 'dyn' requires method 'setDyn:' to be defined - use @dynamic or provide a method implementation in this category
@implementation A (Cat)
                ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:50:15: note: property declared here
@property int dyn;
              ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:110:12: warning: class 'Test5' defined without specifying a base class
@interface Test5 {
           ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:110:17: note: add a super class to fix this problem
@interface Test5 {
                ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m:60:11: error: expected string not found in input
// CHECK: define void @test2
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m'
^
4 warnings generated.
<stdin>:1:69: note: possible intended match here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/property.m'
                                                                    ^
--

********************
Testing: 0 .. 10..
FAIL: Clang :: CodeGenObjC/related-result-type.m (2223 of 11996)
******************** TEST 'Clang :: CodeGenObjC/related-result-type.m' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/related-result-type.m | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/related-result-type.m
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/related-result-type.m:12:11: error: expected string not found in input
// CHECK: define void @test1()
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjC/related-result-type.m'
^
<stdin>:22:137: note: possible intended match here
@"\01L_OBJC_CLASSLIST_REFERENCES_$_" = internal global %struct._class_t* @"OBJC_CLASS_$_NSString", section "__DATA, __objc_classrefs, regular, no_dead_strip", align 4
                                                                                                                                        ^
--

********************
Testing: 0 .. 10..
FAIL: Clang :: CodeGenObjCXX/arc-mangle.mm (2251 of 11996)
******************** TEST 'Clang :: CodeGenObjCXX/arc-mangle.mm' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fobjc-arc -fobjc-runtime-has-weak -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjCXX/arc-mangle.mm | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjCXX/arc-mangle.mm
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjCXX/arc-mangle.mm:3:11: error: expected string not found in input
// CHECK: define void @_Z1fPU8__strongP11objc_object(i8**)
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenObjCXX/arc-mangle.mm'
^
<stdin>:7:13: note: possible intended match here
define arm_aapcscc void @_Z1fPU8__strongP11objc_object(i8**) nounwind {
            ^
--

********************
Testing: 0 .. 10..
FAIL: Clang :: Driver/android-standalone.cpp (2325 of 11996)
******************** TEST 'Clang :: Driver/android-standalone.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp -### -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver/Output/android-standalone.cpp.tmp.o 2>&1      -target arm-linux-androideabi      -B/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot    | FileCheck  /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp:12:11: error: expected string not found in input
// CHECK: "-internal-externc-isystem" "{{.*}}/sysroot/include"
          ^
<stdin>:4:1167: note: scanning from here
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "armv4t--linux-androideabi" "-S" "-disable-free" "-main-file-name" "android-standalone.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-mconstructor-aliases" "-target-abi" "aapcs-linux" "-target-cpu" "arm7tdmi" "-msoft-float" "-mfloat-abi" "soft" "-target-feature" "+soft-float" "-target-feature" "+soft-float-abi" "-target-feature" "-neon" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fno-dwarf-directory-asm" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fno-signed-char" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-o" "/tmp/android-standalone-4ihlew.s" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ^
<stdin>:4:1606: note: possible intended match here
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "armv4t--linux-androideabi" "-S" "-disable-free" "-main-file-name" "android-standalone.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-mconstructor-aliases" "-target-abi" "aapcs-linux" "-target-cpu" "arm7tdmi" "-msoft-float" "-mfloat-abi" "soft" "-target-feature" "+soft-float" "-target-feature" "+soft-float-abi" "-target-feature" "-neon" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/basic_android_tree/sysroot/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fno-dwarf-directory-asm" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fno-signed-char" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-o" "/tmp/android-standalone-4ihlew.s" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/android-standalone.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^
--

********************
Testing: 0 .. 10..
FAIL: Clang :: Driver/linux-header-search.cpp (2399 of 11996)
******************** TEST 'Clang :: Driver/linux-header-search.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target i386-unknown-linux      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree    | FileCheck --check-prefix=CHECK-UBUNTU-11-04 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target i686-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-X86 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target x86_64-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-X86-64 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -ccc-clang-archs powerpc -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target powerpc-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-PPC /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -ccc-clang-archs powerpc64 -no-canonical-prefixes /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp -### -fsyntax-only 2>&1      -target powerpc64-linux-gnu      --sysroot=/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/debian_multiarch_tree    | FileCheck --check-prefix=CHECK-DEBIAN-PPC64 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp:16:24: error: expected string not found in input
// CHECK-UBUNTU-11-04: "-internal-externc-isystem" "[[SYSROOT]]/include"
                       ^
<stdin>:4:1458: note: scanning from here
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "i386-unknown-linux" "-fsyntax-only" "-disable-free" "-main-file-name" "linux-header-search.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" "pentium4" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/i686-linux-gnu" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
<stdin>:4:1458: note: with variable "SYSROOT" equal to "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree"
 "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang" "-cc1" "-triple" "i386-unknown-linux" "-fsyntax-only" "-disable-free" "-main-file-name" "linux-header-search.cpp" "-mrelocation-model" "static" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-target-cpu" "pentium4" "-target-linker-version" "2.22" "-momit-leaf-frame-pointer" "-resource-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2" "-isysroot" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree" "-fmodule-cache-path" "/var/tmp/clang-module-cache" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/i686-linux-gnu" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/backward" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/local/include" "-internal-isystem" "/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/" "-internal-externc-isystem" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/Inputs/ubuntu_11.04_multiarch_tree/usr/include/arm-linux-gnueabihf" "-fdeprecated-macro" "-fdebug-compilation-dir" "/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Driver" "-ferror-limit" "19" "-fmessage-length" "0" "-mstackrealign" "-fobjc-runtime=gcc" "-fcxx-exceptions" "-fexceptions" "-fdiagnostics-show-option" "-x" "c++" "/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Driver/linux-header-search.cpp"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
--

********************
Testing: 0 .. 10.. 
FAIL: Clang :: Frontend/ast-codegen.c (2497 of 11996)
******************** TEST 'Clang :: Frontend/ast-codegen.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -emit-ast -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Frontend/Output/ast-codegen.c.tmp.ast /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Frontend/ast-codegen.c
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -emit-llvm -S -o - /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Frontend/Output/ast-codegen.c.tmp.ast | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Frontend/ast-codegen.c
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Frontend/ast-codegen.c:12:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Frontend/ast-codegen.c:10:11: error: expected string not found in input
// CHECK: define i32 @f0()
          ^
<stdin>:9:1: note: scanning from here
define arm_aapcs_vfpcc i32 @f0() nounwind {
^
<stdin>:9:17: note: possible intended match here
define arm_aapcs_vfpcc i32 @f0() nounwind {
                ^
--

********************
Testing: 0 .. 10.. 20
FAIL: Clang :: PCH/chain-pending-instantiations.cpp (2871 of 11996)
******************** TEST 'Clang :: PCH/chain-pending-instantiations.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/chain-pending-instantiations.cpp -emit-llvm -o - -chain-include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/chain-pending-instantiations.cpp -chain-include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/chain-pending-instantiations.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/chain-pending-instantiations.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/chain-pending-instantiations.cpp:2:11: error: expected string not found in input
// CHECK: define linkonce_odr %{{[^ ]+}} @_ZN1AI1BE3getEv
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/chain-pending-instantiations.cpp'
^
<stdin>:16:1: note: possible intended match here
define linkonce_odr arm_aapcscc void @_ZN1D3runEv(%struct.D* %this) nounwind align 2 {
^
--

********************
Testing: 0 .. 10.. 20
FAIL: Clang :: PCH/cxx-templates.cpp (2899 of 11996)
******************** TEST 'Clang :: PCH/cxx-templates.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 -fcxx-exceptions -fexceptions -include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp -ast-dump -o -
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 -fcxx-exceptions -fexceptions -include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 -fcxx-exceptions -fexceptions -x c++-header -emit-pch -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/cxx-templates.cpp.tmp /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 -fcxx-exceptions -fexceptions -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/cxx-templates.cpp.tmp -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp -ast-dump  -o -
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 -fcxx-exceptions -fexceptions -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/cxx-templates.cpp.tmp /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp
--
Exit Code: 1
Command Output (stdout):
--
typedef void *__builtin_va_list;
template <typename T1 = int, typename T2 = float> struct S {
    struct S;
    static void explicit_special();
}
template <typename T1 = char, typename T2 = float> struct S {
    struct S;
    ;
    static void templ();
}
template <typename T1 = int, typename T2 = char> struct S {
    struct S;
    static void partial();
}
template <typename T1, typename T2> struct S;
template <typename T1 = int, typename T2 = float> struct S {
    struct S;
    static void explicit_special();
}
template <typename T1 = char, typename T2 = float> struct S {
    struct S;
    ;
    static void templ();
}
template <typename T1 = int, typename T2 = char> struct S {
    struct S;
    static void partial();
}
template <typename T1, typename T2> struct S {
    struct S;
     (CompoundStmt 0x3057f68 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:8:7, col:9>)


    static void templ();
};
struct S {
    struct S;
    static void partial();
};
struct S {
    struct S;
    static void explicit_special();
};
template <int x = 7> int tmpl_f2() (CompoundStmt 0x3090b30 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:23:15, col:27>
  (ReturnStmt 0x3090b20 <col:17, col:24>
    (SubstNonTypeTemplateParmExpr 0x3090b08 <col:24> 'int'
      (IntegerLiteral 0x3090af0 <col:24> 'int' 7))))

template <int x> int tmpl_f2() (CompoundStmt 0x3075430 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:23:15, col:27>
  (ReturnStmt 0x3075420 <col:17, col:24>
    (DeclRefExpr 0x3075408 <col:24> 'int' NonTypeTemplateParm 0x30752f0 'x' 'int')))

;
template <typename T = int, int y = 5> int templ_f(int x) (CompoundStmt 0x3090ad0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:26:16, line:31:1>
  (DeclStmt 0x30906c8 <line:27:3, col:29>
    0x3090650 "int z =
      (CallExpr 0x30906a8 <col:11, col:28> 'int':'int'
        (ImplicitCastExpr 0x3090698 <col:11> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x3090680 <col:11> 'int (int)' lvalue Function 0x3075920 'templ_f' 'int (int)'))
        (IntegerLiteral 0x3075740 <col:27> 'int' 3))")
  (BinaryOperator 0x3090988 <line:28:3, col:20> 'int' lvalue '='
    (DeclRefExpr 0x30906d8 <col:3> 'int' lvalue Var 0x3090650 'z' 'int')
    (CallExpr 0x3090968 <col:7, col:20> 'int'
      (ImplicitCastExpr 0x3090958 <col:7, col:18> 'int (*)(void)' <FunctionToPointerDecay>
        (DeclRefExpr 0x30908e8 <col:7, col:18> 'int (void)' lvalue Function 0x3090840 'tmpl_f2' 'int (void)' (FunctionTemplate 0x30753e0 'tmpl_f2')))))
  (DeclStmt 0x3090a40 <line:29:3, col:12>
    0x3090a10 "int data[5]")
  (ReturnStmt 0x3090ac0 <line:30:3, col:12>
    (BinaryOperator 0x3090aa8 <col:10, col:12> 'int' '+'
      (ImplicitCastExpr 0x3090a98 <col:10> 'int':'int' <LValueToRValue>
        (DeclRefExpr 0x3090a50 <col:10> 'int':'int' lvalue ParmVar 0x3075890 'x' 'int':'int'))
      (SubstNonTypeTemplateParmExpr 0x3090a80 <col:12> 'int'
        (IntegerLiteral 0x3090a68 <col:12> 'int' 5)))))

template <typename T, int y> T templ_f(T x) (CompoundStmt 0x3075d18 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:26:16, line:31:1>
  (DeclStmt 0x3075ad8 <line:27:3, col:29>
    0x3075650 "int z =
      (CallExpr 0x3075ab8 <col:11, col:28> 'int':'int'
        (ImplicitCastExpr 0x3075aa8 <col:11, col:25> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x30759e8 <col:11, col:25> 'int (int)' lvalue Function 0x3075920 'templ_f' 'int (int)' (FunctionTemplate 0x3075610 'templ_f')))
        (IntegerLiteral 0x3075740 <col:27> 'int' 3))")
  (BinaryOperator 0x3075bd8 <line:28:3, col:20> '<dependent type>' '='
    (DeclRefExpr 0x3075ae8 <col:3> 'int' lvalue Var 0x3075650 'z' 'int')
    (CallExpr 0x3075bb8 <col:7, col:20> '<dependent type>'
      (UnresolvedLookupExpr 0x3075b48 <col:7, col:18> '<dependent type>' lvalue (ADL) = '1' 0x30753e0)))
  (DeclStmt 0x3075cb0 <line:29:3, col:12>
    0x3075c80 "T data[y]")
  (ReturnStmt 0x3075d08 <line:30:3, col:12>
    (BinaryOperator 0x3075cf0 <col:10, col:12> '<dependent type>' '+'
      (DeclRefExpr 0x3075cc0 <col:10> 'T' lvalue ParmVar 0x3075510 'x' 'T')
      (DeclRefExpr 0x3075cd8 <col:12> 'int' NonTypeTemplateParm 0x30754b0 'y' 'int'))))

;
void govl(int);
void govl(char);
template <typename T> struct Unresolv {
    struct Unresolv;
    void f() (CompoundStmt 0x3076fd0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:38:12, line:40:3>
  (CallExpr 0x3076fb0 <line:39:5, col:13> '<dependent type>'
    (UnresolvedLookupExpr 0x3076f58 <col:5> '<overloaded function type>' lvalue (ADL) = '1' 0x3075eb0 0x3075dc0)
    (CXXUnresolvedConstructExpr 0x3076f98 <col:10, col:12> 'T')))


};
template <typename T = A> struct Dep {
    struct Dep;
    typedef typename A::type Ty;
    void f() (CompoundStmt 0x30910b0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:46:12, line:51:3>
  (DeclStmt 0x3090b98 <line:47:5, col:16>
    0x3090b50 "Ty x =
      (CXXScalarValueInitExpr 0x3090b88 <col:12, col:15> 'Ty':'int')")
  (CallExpr 0x3090c08 <line:48:5, col:13> 'void'
    (ImplicitCastExpr 0x3090bf8 <col:5, col:8> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x3090bd8 <col:5, col:8> 'void (void)' lvalue CXXMethod 0x3087360 'my_f' 'void (void)')))
  (DeclStmt 0x3090fc8 <line:49:5, col:42>
    0x3090c30 "int y =
      (CallExpr 0x3090fa8 <col:13, col:41> 'int':'int'
        (ImplicitCastExpr 0x3090f98 <col:13, col:38> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x3090f1c <col:13, col:38> 'int (int)' lvalue CXXMethod 0x3090e70 'my_templf' 'int (int)' (FunctionTemplate 0x3087510 'my_templf')))
        (IntegerLiteral 0x30777a8 <col:40> 'int' 0))")
  (CXXMemberCallExpr 0x3091080 <line:50:5, col:10> 'void'
    (MemberExpr 0x3091060 <col:5> '<bound member function type>' ->ovl 0x3088850
      (CXXThisExpr 0x3091050 <col:5> 'struct Dep<struct A> *' this))
    (ImplicitCastExpr 0x30910a0 <col:9> 'int' <LValueToRValue>
      (DeclRefExpr 0x3091034 <col:9> 'int' lvalue Var 0x3090c30 'y' 'int'))))


    void ovl(int);
    void ovl(float);
    inline  (CompoundStmt 0x3088d88 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:44:8>)


    inline ;
    inline ;
}
template <typename T> struct Dep {
    struct Dep;
    typedef typename T::type Ty;
    void f() (CompoundStmt 0x3077878 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:46:12, line:51:3>
  (DeclStmt 0x3077620 <line:47:5, col:16>
    0x30775d0 "Ty x =
      (CXXUnresolvedConstructExpr 0x3077608 <col:12, col:15> 'Ty':'typename T::type')")
  (CallExpr 0x3077690 <line:48:5, col:13> '<dependent type>'
    (CXXDependentScopeMemberExpr 0x3077658 <col:5, col:8> '<dependent type>' lvalue))
  (DeclStmt 0x30777e0 <line:49:5, col:42>
    0x30776c0 "int y =
      (CallExpr 0x30777c0 <col:13, col:41> '<dependent type>'
        (CXXDependentScopeMemberExpr 0x307773c <col:13, col:38> '<dependent type>' lvalue)
        (IntegerLiteral 0x30777a8 <col:40> 'int' 0))")
  (CallExpr 0x3077858 <line:50:5, col:10> '<dependent type>'
    (UnresolvedMemberExpr 0x3077800 <col:5> '<bound member function type>' lvalue)
    (DeclRefExpr 0x3077840 <col:9> 'int' lvalue Var 0x30776c0 'y' 'int')))


    void ovl(int);
    void ovl(float);
};
template <typename T, typename A1> inline T make_a(const A1 &a1) (CompoundStmt 0x3077ba0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:58:31, line:61:1>
  (CallExpr 0x3077b30 <line:59:3, col:21> '<dependent type>'
    (DependentScopeDeclRefExpr 0x3077b08 <col:3, col:6> '<dependent type>' lvalue))
  (ReturnStmt 0x3077b90 <line:60:3, col:14>
    (CXXUnresolvedConstructExpr 0x3077b70 <col:10, col:14> 'T'
      (DeclRefExpr 0x3077b58 <col:12> 'const A1' lvalue ParmVar 0x30779a0 'a1' 'const A1 &'))))

;
template <class T = int> class UseBase {
    class UseBase;
    void foo();
    typedef int bar;
}
template <class T> class UseBase {
    class UseBase;
    void foo();
    typedef int bar;
};
template <class T> class UseA : public UseBase<T> {
    class UseA;
    using UseBase<T>::1;
    using typename UseBase<T>::1;
};
template <class T> class Sub : public UseBase<int> {
    class Sub;
};
template <class _Ret, class _Tp> class mem_fun_t {
    class mem_fun_t;
public:
     (CompoundStmt 0x307a4c0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:81:6, col:7>)


private:
    _Ret (_Tp::*_M_f)();
};
template <unsigned int N = 8> bool isInt(int x) (CompoundStmt 0x307aa60 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:90:33, line:93:1>
  (CXXTryStmt 0x307aa28 <line:91:3, col:34>
    (CompoundStmt 0x307a9b8 <col:7, col:14>
      (UnaryOperator 0x307a9a0 <col:9, col:11> 'int' lvalue prefix '++'
        (DeclRefExpr 0x307a988 <col:11> 'int' lvalue ParmVar 0x307a690 'x' 'int')))
    (CXXCatchStmt 0x307aa18 <col:16, col:34>
      (CompoundStmt 0x307aa00 <col:27, col:34>
        (UnaryOperator 0x307a9e8 <col:29, col:31> 'int' lvalue prefix '--'
          (DeclRefExpr 0x307a9cc <col:31> 'int' lvalue ParmVar 0x307a690 'x' 'int')))))
  (ReturnStmt 0x307aa50 <line:92:3, col:10>
    (CXXBoolLiteralExpr 0x307aa40 <col:10> '_Bool' true)))

template <unsigned int N> bool isInt(int x);
bool isInt(int x) (CompoundStmt 0x307aa60 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:90:33, line:93:1>
  (CXXTryStmt 0x307aa28 <line:91:3, col:34>
    (CompoundStmt 0x307a9b8 <col:7, col:14>
      (UnaryOperator 0x307a9a0 <col:9, col:11> 'int' lvalue prefix '++'
        (DeclRefExpr 0x307a988 <col:11> 'int' lvalue ParmVar 0x307a690 'x' 'int')))
    (CXXCatchStmt 0x307aa18 <col:16, col:34>
      (CompoundStmt 0x307aa00 <col:27, col:34>
        (UnaryOperator 0x307a9e8 <col:29, col:31> 'int' lvalue prefix '--'
          (DeclRefExpr 0x307a9cc <col:31> 'int' lvalue ParmVar 0x307a690 'x' 'int')))))
  (ReturnStmt 0x307aa50 <line:92:3, col:10>
    (CXXBoolLiteralExpr 0x307aa40 <col:10> '_Bool' true)))


template <typename _CharT = int> int __copy_streambufs_eof(int)template <typename _CharT> int __copy_streambufs_eof(_CharT);
class basic_streambuf {
    class basic_streambuf;
    void m() (CompoundStmt 0x307b0c8 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:100:12, col:14>)


    ;
};
template <typename T = int> struct S_PR7660 {
    struct S_PR7660;
    void g(void (*)(int));
}
template <typename T> struct S_PR7660 {
    struct S_PR7660;
    void g(void (*)(T));
};
void g(void (*)(int)) (CompoundStmt 0x307d5d8 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:106:49, col:50>)


template <typename  = int> class C_PR7670
template <typename > class C_PR7670;
class C_PR7670;
class C_PR7670;
template <bool B = true> struct S2 {
    struct S2;
    static bool V;
}
template <bool B> struct S2 {
    struct S2;
    static bool V;
};
struct S2 {
    struct S2;
    static bool V;
};
template <typename T = int> struct S3 {
    struct S3;
    void m() (CompoundStmt 0x307e950 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:126:24, col:26>)


    inline  (CompoundStmt 0x3089388 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:121:8>)


    inline ;
    inline ;
}
template <typename T> struct S3 {
    struct S3;
    void m();
};
inline void m() (CompoundStmt 0x307e950 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:126:24, col:26>)


template <typename T = int> struct S4
template <typename T> struct S4 {
    struct S4;
    void m() (CompoundStmt 0x307ec98 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:130:14, col:16>)


};
struct S4 {
    struct S4;
    void m() (CompoundStmt 0x307ec98 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:130:14, col:16>)


    inline  (CompoundStmt 0x307fb78 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:132:24>)


    inline ;
    inline ;
};
void S4ImplicitInst() (CompoundStmt 0x307fc28 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:134:23, line:137:1>
  (DeclStmt 0x307fba8 <line:135:5, col:14>
    0x307f010 "S4<int> s =
      (CXXConstructExpr 0x307fb88 <col:13> 'S4<int>':'struct S4<int>''void (void)')")
  (CXXMemberCallExpr 0x307fbf0 <line:136:5, col:9> 'void'
    (MemberExpr 0x307fbd0 <col:5, col:7> '<bound member function type>' .m 0x307ee80
      (DeclRefExpr 0x307fbb8 <col:5> 'S4<int>':'struct S4<int>' lvalue Var 0x307f010 's' 'S4<int>':'struct S4<int>'))))


struct S5 {
    struct S5;
    ;
    inline ;
    inline ;
    inline void ~S5();
};
struct TS5 {
    struct TS5;
    S5 s;
    template <typename T = int> TS5(int y) : s((ImplicitCastExpr 0x3091158 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:146:16> 'int':'int' <LValueToRValue>
  (DeclRefExpr 0x309111c <col:16> 'int':'int' lvalue ParmVar 0x3089f90 'y' 'int':'int'))
) (CompoundStmt 0x30801b0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:146:19, col:20>)

template <typename T> TS5(T y) : s((DeclRefExpr 0x308014c </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:146:16> 'T' lvalue ParmVar 0x3080010 'y' 'T')
) (CompoundStmt 0x30801b0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:146:19, col:20>)

;
    inline ;
    inline ;
};
template <class T = int> void f_PR8134(int)template <class T = char> void f_PR8134(char)template <class T> void f_PR8134(T);
template <class T = int> void f_PR8134(int)template <class T = char> void f_PR8134(char)template <class T> void f_PR8134(T);
void g_PR8134() (CompoundStmt 0x30809d8 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:152:17, col:47>
  (CallExpr 0x3080778 <col:19, col:29> 'void'
    (ImplicitCastExpr 0x3080768 <col:19> 'void (*)(int)' <FunctionToPointerDecay>
      (DeclRefExpr 0x3080728 <col:19> 'void (int)' lvalue Function 0x3080680 'f_PR8134' 'void (int)' (FunctionTemplate 0x3080470 'f_PR8134')))
    (IntegerLiteral 0x30805a0 <col:28> 'int' 0))
  (CallExpr 0x30809b8 <col:32, col:44> 'void'
    (ImplicitCastExpr 0x30809a8 <col:32> 'void (*)(char)' <FunctionToPointerDecay>
      (DeclRefExpr 0x3080948 <col:32> 'void (char)' lvalue Function 0x30808a0 'f_PR8134' 'void (char)' (FunctionTemplate 0x3080470 'f_PR8134')))
    (CharacterLiteral 0x30807d0 <col:41> 'char' 120)))


template <typename T = int const[17]> struct S6 {
    struct S6;
private:
    typedef const int t1[17];
public:
    typedef t1 &t2;
}
template <typename T = int const[5]> struct S6 {
    struct S6;
private:
    typedef const int t1[5];
public:
    typedef t1 &t2;
    inline  (CompoundStmt 0x308bb78 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:159:8>)


    inline void ~S6();
    inline ;
    inline ;
}
template <typename T> struct S6;
struct S6 {
    struct S6;
private:
    typedef const T t1[(DeclRefExpr 0x30812c8 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:162:23> 'unsigned int' NonTypeTemplateParm 0x3080f60 'N' 'unsigned int')
];
public:
    typedef t1 &t2;
};
template <typename T = int [5]> struct S7 :  S6<const int [5]> {
    struct S7;
    inline S7() : S6<const int [5]>() (CompoundStmt 0x308bc10 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:171:8>)


    inline ;
    inline ;
}
template <typename T> struct S7;
struct S7 :  S6<const int [(DeclRefExpr 0x30818d0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:171:34> 'unsigned int' NonTypeTemplateParm 0x3081600 'N' 'unsigned int')
]> {
    struct S7;
};
namespace ZeroLengthExplicitTemplateArgs {
    template <typename T = int> void h()template <typename T = ZeroLengthExplicitTemplateArgs::X> void h()template <typename T> void h();
    struct Y {
        struct Y;
        template <typename T = int> void f()template <typename T> void f();
        inline  (CompoundStmt 0x30831d8 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:177:10>)


        inline ;
        inline ;
    };
    template <typename T = ZeroLengthExplicitTemplateArgs::X> void f(ZeroLengthExplicitTemplateArgs::X *ptr) (CompoundStmt 0x308cfb8 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:182:20, line:189:3>
  (CallExpr 0x308c918 <line:183:5, col:23> 'void'
    (ImplicitCastExpr 0x308c908 <col:5, col:19> 'void (*)(int)' <FunctionToPointerDecay>
      (DeclRefExpr 0x308c8bc <col:5, col:19> 'void (int)' lvalue CXXMethod 0x308c810 'g' 'void (int)' (FunctionTemplate 0x3083710 'g')))
    (IntegerLiteral 0x3082b10 <col:21> 'int' 17))
  (CXXMemberCallExpr 0x308cba8 <line:184:5, col:26> 'void'
    (MemberExpr 0x308cb6c <col:5, col:22> '<bound member function type>' ->g2 0x308cac0
      (ImplicitCastExpr 0x308c950 <col:5> 'struct ZeroLengthExplicitTemplateArgs::X *' <LValueToRValue>
        (DeclRefExpr 0x308c938 <col:5> 'struct ZeroLengthExplicitTemplateArgs::X *' lvalue ParmVar 0x308be40 'ptr' 'struct ZeroLengthExplicitTemplateArgs::X *')))
    (IntegerLiteral 0x3082bb8 <col:24> 'int' 17))
  (CallExpr 0x308cd90 <line:185:5, col:10> 'void'
    (ImplicitCastExpr 0x308cd80 <col:5, col:8> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x308cd28 <col:5, col:8> 'void (void)' lvalue Function 0x308cc80 'h' 'void (void)' (FunctionTemplate 0x3081b90 'h'))))
  (CallExpr 0x308cdd8 <line:186:5, col:12> 'void'
    (ImplicitCastExpr 0x308cdc8 <col:5> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x308cdac <col:5> 'void (void)' lvalue Function 0x3082da0 'h' 'void (void)')))
  (DeclStmt 0x308ce50 <line:187:5, col:8>
    0x308ce00 "ZeroLengthExplicitTemplateArgs::Y y =
      (CXXConstructExpr 0x308ce30 <col:7> 'struct ZeroLengthExplicitTemplateArgs::Y''void (void)')")
  (CXXMemberCallExpr 0x308cf98 <line:188:5, col:14> 'void'
    (MemberExpr 0x308cf30 <col:5, col:12> '<bound member function type>' .f 0x3083340
      (DeclRefExpr 0x308ce60 <col:5> 'struct ZeroLengthExplicitTemplateArgs::Y' lvalue Var 0x308ce00 'y' 'struct ZeroLengthExplicitTemplateArgs::Y'))))

template <typename T> void f(T *ptr) (CompoundStmt 0x3083470 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:182:20, line:189:3>
  (CallExpr 0x3082b28 <line:183:5, col:23> '<dependent type>'
    (DependentScopeDeclRefExpr 0x3082ad8 <col:5, col:19> '<dependent type>' lvalue)
    (IntegerLiteral 0x3082b10 <col:21> 'int' 17))
  (CallExpr 0x3082bd0 <line:184:5, col:26> '<dependent type>'
    (CXXDependentScopeMemberExpr 0x3082b70 <col:5, col:22> '<dependent type>' lvalue
      (DeclRefExpr 0x3082b48 <col:5> 'T *' lvalue ParmVar 0x3082950 'ptr' 'T *'))
    (IntegerLiteral 0x3082bb8 <col:24> 'int' 17))
  (CallExpr 0x3082c68 <line:185:5, col:10> '<dependent type>'
    (UnresolvedLookupExpr 0x3082bf8 <col:5, col:8> '<dependent type>' lvalue (ADL) = '1' 0x3081b90))
  (CallExpr 0x3082ec8 <line:186:5, col:12> 'void'
    (ImplicitCastExpr 0x3082eb8 <col:5, col:10> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x3082e48 <col:5, col:10> 'void (void)' lvalue Function 0x3082da0 'h' 'void (void)' (FunctionTemplate 0x3081b90 'h'))))
  (DeclStmt 0x3083208 <line:187:5, col:8>
    0x3082ef0 "ZeroLengthExplicitTemplateArgs::Y y =
      (CXXConstructExpr 0x30831e8 <col:7> 'struct ZeroLengthExplicitTemplateArgs::Y''void (void)')")
  (CXXMemberCallExpr 0x3083450 <line:188:5, col:14> 'void'
    (MemberExpr 0x30833e8 <col:5, col:12> '<bound member function type>' .f 0x3083340
      (DeclRefExpr 0x3083218 <col:5> 'struct ZeroLengthExplicitTemplateArgs::Y' lvalue Var 0x3082ef0 'y' 'struct ZeroLengthExplicitTemplateArgs::Y'))))

;
    struct X {
        struct X;
        template <typename T = int> static void g(int)template <typename T> static void g(T);
        template <typename T = int> void g2(int)template <typename T> void g2(T);
    };
}
namespace NonTypeTemplateParmContext {
    template <typename T, int inlineCapacity = (IntegerLiteral 0x3084798 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:198:45> 'int' 0)
> class Vector {
        class Vector;
    };
    struct String {
        struct String;
        template <int inlineCapacity> static NonTypeTemplateParmContext::String adopt(Vector<char, (DeclRefExpr 0x3084c18 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:202:38> 'int' NonTypeTemplateParm 0x3084bc0 'inlineCapacity' 'int')
> &);
    };
    template <int inlineCapacity> inline bool equalIgnoringNullity(const Vector<char, (DeclRefExpr 0x3084f78 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:206:57> 'int' NonTypeTemplateParm 0x3084f20 'inlineCapacity' 'int')
> &a, const NonTypeTemplateParmContext::String &b) (CompoundStmt 0x3085280 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:206:94, col:110>
  (ReturnStmt 0x3085270 <col:96, col:103>
    (CXXBoolLiteralExpr 0x3085260 <col:103> '_Bool' false)))

;
}
template <typename > class Foo;
template <typename T> class Foo : protected T {
    class Foo;
public:
    Foo<type-parameter-0-0> &operator=(const Foo<type-parameter-0-0> &other);
};
template <typename ... A = <char, char, char>> struct NestedExpansion {
    struct NestedExpansion;
    template <typename ... B = <TestNestedExpansion::Int, int, double>> decltype((CallExpr 0x3090288 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:220:59, col:69> 'struct TestNestedExpansion::Int' lvalue
  (ImplicitCastExpr 0x3090278 <col:59> 'struct TestNestedExpansion::Int &(*)(struct TestNestedExpansion::Int, int, double)' <FunctionToPointerDecay>
    (DeclRefExpr 0x308fc18 <col:59> 'struct TestNestedExpansion::Int &(struct TestNestedExpansion::Int, int, double)' lvalue Function 0x308ed10 'g' 'struct TestNestedExpansion::Int &(struct TestNestedExpansion::Int, int, double)'))
  (CXXBindTemporaryExpr 0x30902f8 <col:61, col:65> 'struct TestNestedExpansion::Int' (CXXTemporary 0x30902f0)
    (CXXConstructExpr 0x30902c0 <col:61, col:65> 'struct TestNestedExpansion::Int''void (struct TestNestedExpansion::Int &&) noexcept' elidable
      (MaterializeTemporaryExpr 0x30902b0 <col:61, col:65> 'struct TestNestedExpansion::Int' xvalue
        (CXXBindTemporaryExpr 0x308fb08 <col:61, col:65> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308fb00)
          (CXXOperatorCallExpr 0x308fac8 <col:61, col:65> 'struct TestNestedExpansion::Int'
            (ImplicitCastExpr 0x308fab8 <col:63> 'struct TestNestedExpansion::Int (*)(struct TestNestedExpansion::Int, struct TestNestedExpansion::Int)' <FunctionToPointerDecay>
              (DeclRefExpr 0x308fa88 <col:63> 'struct TestNestedExpansion::Int (struct TestNestedExpansion::Int, struct TestNestedExpansion::Int)' lvalue Function 0x308e810 'operator+' 'struct TestNestedExpansion::Int (struct TestNestedExpansion::Int, struct TestNestedExpansion::Int)'))
            (CXXBindTemporaryExpr 0x308fa28 <col:61> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308fa20)
              (CXXConstructExpr 0x308f9f8 <col:61> 'struct TestNestedExpansion::Int''void (struct TestNestedExpansion::Int &&) noexcept' elidable
                (MaterializeTemporaryExpr 0x308f9e8 <col:61> 'struct TestNestedExpansion::Int' xvalue
                  (CXXBindTemporaryExpr 0x308f9d8 <col:61> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308f9d0)
                    (ImplicitCastExpr 0x308f9c0 <col:61> 'struct TestNestedExpansion::Int' <ConstructorConversion>
                      (CXXConstructExpr 0x308f998 <col:61> 'struct TestNestedExpansion::Int''void (int)'
                        (ImplicitCastExpr 0x308f988 <col:61> 'int' <IntegralCast>
                          (ImplicitCastExpr 0x308f978 <col:61> 'char':'char' <LValueToRValue>
                            (DeclRefExpr 0x308f948 <col:61> 'char':'char' lvalue ParmVar 0x308f780 'a' 'char':'char')))))))))
            (CXXBindTemporaryExpr 0x308fa78 <col:65> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308fa70)
              (CXXConstructExpr 0x308fa48 <col:65> 'struct TestNestedExpansion::Int''void (const struct TestNestedExpansion::Int &)'
                (ImplicitCastExpr 0x308fa38 <col:65> 'const struct TestNestedExpansion::Int' lvalue <NoOp>
                  (DeclRefExpr 0x308f960 <col:65> 'struct TestNestedExpansion::Int':'struct TestNestedExpansion::Int' lvalue ParmVar 0x308f830 'b' 'struct TestNestedExpansion::Int':'struct TestNestedExpansion::Int')))))))))
  (BinaryOperator 0x308fb78 <col:61, col:65> 'int' '+'
    (ImplicitCastExpr 0x308fb58 <col:61> 'int' <IntegralCast>
      (ImplicitCastExpr 0x308fb48 <col:61> 'char':'char' <LValueToRValue>
        (DeclRefExpr 0x308fb18 <col:61> 'char':'char' lvalue ParmVar 0x308f7b0 'a' 'char':'char')))
    (ImplicitCastExpr 0x308fb68 <col:65> 'int':'int' <LValueToRValue>
      (DeclRefExpr 0x308fb30 <col:65> 'int':'int' lvalue ParmVar 0x308f880 'b' 'int':'int')))
  (BinaryOperator 0x308fc00 <col:61, col:65> 'double' '+'
    (ImplicitCastExpr 0x308fbf0 <col:61> 'double' <IntegralToFloating>
      (ImplicitCastExpr 0x308fbd0 <col:61> 'int' <IntegralCast>
        (ImplicitCastExpr 0x308fbc0 <col:61> 'char':'char' <LValueToRValue>
          (DeclRefExpr 0x308fb90 <col:61> 'char':'char' lvalue ParmVar 0x308f7e0 'a' 'char':'char'))))
    (ImplicitCastExpr 0x308fbe0 <col:65> 'double':'double' <LValueToRValue>
      (DeclRefExpr 0x308fba8 <col:65> 'double':'double' lvalue ParmVar 0x308f8d0 'b' 'double':'double'))))
) f(char a, char a, char a, TestNestedExpansion::Int b, int b, double b)template <typename ... B> decltype((CallExpr 0x30868c0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:220:59, col:69> '<dependent type>'
  (UnresolvedLookupExpr 0x3086790 <col:59> '<overloaded function type>' lvalue (ADL) = '1' empty)
  (PackExpansionExpr 0x30868a8 <col:61, col:66> '<dependent type>'
    (BinaryOperator 0x3086890 <col:61, col:65> '<dependent type>' '+'
      (FunctionParmPackExpr 0x3086858 <col:61> 'A...' lvalue)
      (DeclRefExpr 0x3086878 <col:65> 'B...' lvalue ParmVar 0x3086760 'b' 'B...'))))
) f(char a, char a, char a, B b...);
    inline ;
    inline ;
    inline ;
    inline void ~NestedExpansion() noexcept (CompoundStmt 0x308f2a0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:222:17>)


}
template <typename ... A> struct NestedExpansion {
    struct NestedExpansion;
    template <typename ... B> decltype((CallExpr 0x3086218 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:220:59, col:69> '<dependent type>'
  (UnresolvedLookupExpr 0x3086188 <col:59> '<overloaded function type>' lvalue (ADL) = '1' empty)
  (PackExpansionExpr 0x3086200 <col:61, col:66> '<dependent type>'
    (BinaryOperator 0x30861e8 <col:61, col:65> '<dependent type>' '+'
      (DeclRefExpr 0x30861b8 <col:61> 'A...' lvalue ParmVar 0x30860c0 'a' 'A...')
      (DeclRefExpr 0x30861d0 <col:65> 'B...' lvalue ParmVar 0x3086140 'b' 'B...'))))
) f(A a..., B b...);
};
struct NestedExpansion {
    struct NestedExpansion;
    template <typename ... B = <TestNestedExpansion::Int, int, double>> decltype((CallExpr 0x3090288 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:220:59, col:69> 'struct TestNestedExpansion::Int' lvalue
  (ImplicitCastExpr 0x3090278 <col:59> 'struct TestNestedExpansion::Int &(*)(struct TestNestedExpansion::Int, int, double)' <FunctionToPointerDecay>
    (DeclRefExpr 0x308fc18 <col:59> 'struct TestNestedExpansion::Int &(struct TestNestedExpansion::Int, int, double)' lvalue Function 0x308ed10 'g' 'struct TestNestedExpansion::Int &(struct TestNestedExpansion::Int, int, double)'))
  (CXXBindTemporaryExpr 0x30902f8 <col:61, col:65> 'struct TestNestedExpansion::Int' (CXXTemporary 0x30902f0)
    (CXXConstructExpr 0x30902c0 <col:61, col:65> 'struct TestNestedExpansion::Int''void (struct TestNestedExpansion::Int &&) noexcept' elidable
      (MaterializeTemporaryExpr 0x30902b0 <col:61, col:65> 'struct TestNestedExpansion::Int' xvalue
        (CXXBindTemporaryExpr 0x308fb08 <col:61, col:65> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308fb00)
          (CXXOperatorCallExpr 0x308fac8 <col:61, col:65> 'struct TestNestedExpansion::Int'
            (ImplicitCastExpr 0x308fab8 <col:63> 'struct TestNestedExpansion::Int (*)(struct TestNestedExpansion::Int, struct TestNestedExpansion::Int)' <FunctionToPointerDecay>
              (DeclRefExpr 0x308fa88 <col:63> 'struct TestNestedExpansion::Int (struct TestNestedExpansion::Int, struct TestNestedExpansion::Int)' lvalue Function 0x308e810 'operator+' 'struct TestNestedExpansion::Int (struct TestNestedExpansion::Int, struct TestNestedExpansion::Int)'))
            (CXXBindTemporaryExpr 0x308fa28 <col:61> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308fa20)
              (CXXConstructExpr 0x308f9f8 <col:61> 'struct TestNestedExpansion::Int''void (struct TestNestedExpansion::Int &&) noexcept' elidable
                (MaterializeTemporaryExpr 0x308f9e8 <col:61> 'struct TestNestedExpansion::Int' xvalue
                  (CXXBindTemporaryExpr 0x308f9d8 <col:61> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308f9d0)
                    (ImplicitCastExpr 0x308f9c0 <col:61> 'struct TestNestedExpansion::Int' <ConstructorConversion>
                      (CXXConstructExpr 0x308f998 <col:61> 'struct TestNestedExpansion::Int''void (int)'
                        (ImplicitCastExpr 0x308f988 <col:61> 'int' <IntegralCast>
                          (ImplicitCastExpr 0x308f978 <col:61> 'char':'char' <LValueToRValue>
                            (DeclRefExpr 0x308f948 <col:61> 'char':'char' lvalue ParmVar 0x308f780 'a' 'char':'char')))))))))
            (CXXBindTemporaryExpr 0x308fa78 <col:65> 'struct TestNestedExpansion::Int' (CXXTemporary 0x308fa70)
              (CXXConstructExpr 0x308fa48 <col:65> 'struct TestNestedExpansion::Int''void (const struct TestNestedExpansion::Int &)'
                (ImplicitCastExpr 0x308fa38 <col:65> 'const struct TestNestedExpansion::Int' lvalue <NoOp>
                  (DeclRefExpr 0x308f960 <col:65> 'struct TestNestedExpansion::Int':'struct TestNestedExpansion::Int' lvalue ParmVar 0x308f830 'b' 'struct TestNestedExpansion::Int':'struct TestNestedExpansion::Int')))))))))
  (BinaryOperator 0x308fb78 <col:61, col:65> 'int' '+'
    (ImplicitCastExpr 0x308fb58 <col:61> 'int' <IntegralCast>
      (ImplicitCastExpr 0x308fb48 <col:61> 'char':'char' <LValueToRValue>
        (DeclRefExpr 0x308fb18 <col:61> 'char':'char' lvalue ParmVar 0x308f7b0 'a' 'char':'char')))
    (ImplicitCastExpr 0x308fb68 <col:65> 'int':'int' <LValueToRValue>
      (DeclRefExpr 0x308fb30 <col:65> 'int':'int' lvalue ParmVar 0x308f880 'b' 'int':'int')))
  (BinaryOperator 0x308fc00 <col:61, col:65> 'double' '+'
    (ImplicitCastExpr 0x308fbf0 <col:61> 'double' <IntegralToFloating>
      (ImplicitCastExpr 0x308fbd0 <col:61> 'int' <IntegralCast>
        (ImplicitCastExpr 0x308fbc0 <col:61> 'char':'char' <LValueToRValue>
          (DeclRefExpr 0x308fb90 <col:61> 'char':'char' lvalue ParmVar 0x308f7e0 'a' 'char':'char'))))
    (ImplicitCastExpr 0x308fbe0 <col:65> 'double':'double' <LValueToRValue>
      (DeclRefExpr 0x308fba8 <col:65> 'double':'double' lvalue ParmVar 0x308f8d0 'b' 'double':'double'))))
) f(char a, char a, char a, TestNestedExpansion::Int b, int b, double b)template <typename ... B> decltype((CallExpr 0x30868c0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:220:59, col:69> '<dependent type>'
  (UnresolvedLookupExpr 0x3086790 <col:59> '<overloaded function type>' lvalue (ADL) = '1' empty)
  (PackExpansionExpr 0x30868a8 <col:61, col:66> '<dependent type>'
    (BinaryOperator 0x3086890 <col:61, col:65> '<dependent type>' '+'
      (FunctionParmPackExpr 0x3086858 <col:61> 'A...' lvalue)
      (DeclRefExpr 0x3086878 <col:65> 'B...' lvalue ParmVar 0x3086760 'b' 'B...'))))
) f(char a, char a, char a, B b...);
    inline ;
    inline ;
    inline ;
    inline void ~NestedExpansion() noexcept (CompoundStmt 0x308f2a0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.h:222:17>)


};
struct A {
    struct A;
    typedef int type;
    static void my_f();
    template <typename T = int> static int my_templf(int x) (CompoundStmt 0x3091108 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:17:27, col:39>
  (ReturnStmt 0x30910f8 <col:29, col:36>
    (ImplicitCastExpr 0x30910e8 <col:36> 'int':'int' <LValueToRValue>
      (DeclRefExpr 0x30910d0 <col:36> 'int':'int' lvalue ParmVar 0x3090e00 'x' 'int':'int'))))

template <typename T> static T my_templf(T x) (CompoundStmt 0x3087568 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:17:27, col:39>
  (ReturnStmt 0x3087558 <col:29, col:36>
    (DeclRefExpr 0x308753c <col:36> 'T' lvalue ParmVar 0x3087430 'x' 'T')))

;
};
void test(const int (&a6)[17]) (CompoundStmt 0x308a6a0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:20:32, line:37:1>
  (DeclStmt 0x3087a08 <line:21:3, col:29>
    0x3087790 "int x =
      (CallExpr 0x30879e8 <col:11, col:28> 'int':'int'
        (ImplicitCastExpr 0x30879d8 <col:11, col:25> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x3087958 <col:11, col:25> 'int (int)' lvalue Function 0x3075920 'templ_f' 'int (int)' (FunctionTemplate 0x3075610 'templ_f')))
        (IntegerLiteral 0x3087880 <col:27> 'int' 3))")
  (CallExpr 0x3087d70 <line:23:3, col:25> 'void'
    (ImplicitCastExpr 0x3087d60 <col:3, col:19> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x3087d40 <col:3, col:19> 'void (void)' lvalue CXXMethod 0x3087cc0 'templ' 'void (void)')))
  (CallExpr 0x30880a0 <line:24:3, col:25> 'void'
    (ImplicitCastExpr 0x3088090 <col:3, col:17> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x3088070 <col:3, col:17> 'void (void)' lvalue CXXMethod 0x3087ff0 'partial' 'void (void)')))
  (CallExpr 0x30881a0 <line:25:3, col:35> 'void'
    (ImplicitCastExpr 0x3088190 <col:3, col:18> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x308816c <col:3, col:18> 'void (void)' lvalue CXXMethod 0x3075270 'explicit_special' 'void (void)')))
  (DeclStmt 0x3088a00 <line:27:3, col:16>
    0x30889d0 "Dep<A>::Ty ty")
  (DeclStmt 0x3088db8 <line:28:3, col:11>
    0x3088aa0 "Dep<A> a =
      (CXXConstructExpr 0x3088d98 <col:10> 'Dep<struct A>':'struct Dep<struct A>''void (void)')")
  (CXXMemberCallExpr 0x3088e00 <line:29:3, col:7> 'void'
    (MemberExpr 0x3088de0 <col:3, col:5> '<bound member function type>' .f 0x30887a0
      (DeclRefExpr 0x3088dc8 <col:3> 'Dep<struct A>':'struct Dep<struct A>' lvalue Var 0x3088aa0 'a' 'Dep<struct A>':'struct Dep<struct A>')))
  (DeclStmt 0x30893b8 <line:31:3, col:13>
    0x3088f70 "S3<int> s3 =
      (CXXConstructExpr 0x3089398 <col:11> 'S3<int>':'struct S3<int>''void (void)')")
  (CXXMemberCallExpr 0x3089400 <line:32:3, col:8> 'void'
    (MemberExpr 0x30893e0 <col:3, col:6> '<bound member function type>' .m 0x3089050
      (DeclRefExpr 0x30893c8 <col:3> 'S3<int>':'struct S3<int>' lvalue Var 0x3088f70 's3' 'S3<int>':'struct S3<int>')))
  (DeclStmt 0x308a138 <line:34:3, col:12>
    0x3089440 "TS5 ts =
      (CXXConstructExpr 0x308a110 <col:7, col:11> 'struct TS5''void (int)'
        (IntegerLiteral 0x3089470 <col:10> 'int' 0))")
  (DeclStmt 0x308a690 <line:36:3, col:32>
    0x308a5d0 "S6<const int [17]>::t2 b6 =
      (DeclRefExpr 0x308a600 <col:30> 'const int [17]':'const int [17]' lvalue ParmVar 0x3087680 'a6' 'const int (&)[17]')"))


struct S4;
S7<int [5]> s7_5;
namespace ZeroLengthExplicitTemplateArgs {
}
namespace Test1 {
    struct StringHasher {
        struct StringHasher;
        template <typename T = char, char (T) Converter = foldCase> static inline unsigned int createHash(const char *, unsigned int) (CompoundStmt 0x30911d0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:50:99, line:52:5>
  (ReturnStmt 0x30911c0 <line:51:7, col:14>
    (ImplicitCastExpr 0x30911b0 <col:14> 'unsigned int' <IntegralCast>
      (IntegerLiteral 0x308d440 <col:14> 'int' 0))))

template <typename T, char (T) Converter> static inline unsigned int createHash(const T *, unsigned int) (CompoundStmt 0x308d478 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:50:99, line:52:5>
  (ReturnStmt 0x308d468 <line:51:7, col:14>
    (ImplicitCastExpr 0x308d458 <col:14> 'unsigned int' <IntegralCast>
      (IntegerLiteral 0x308d440 <col:14> 'int' 0))))

;
    };
    struct CaseFoldingHash {
        struct CaseFoldingHash;
        static inline char foldCase(char) (CompoundStmt 0x308da58 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:56:39, line:58:5>
  (ReturnStmt 0x308da48 <line:57:7, col:14>
    (ImplicitCastExpr 0x308da38 <col:14> 'char' <IntegralCast>
      (IntegerLiteral 0x308da20 <col:14> 'int' 0))))


        static unsigned int hash(const char *data, unsigned int length) (CompoundStmt 0x308e050 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:60:61, line:62:5>
  (ReturnStmt 0x308e040 <line:61:7, col:67>
    (CallExpr 0x308dff8 <col:14, col:67> 'unsigned int'
      (ImplicitCastExpr 0x308dfe8 <col:14, col:53> 'unsigned int (*)(const char *, unsigned int)' <FunctionToPointerDecay>
        (DeclRefExpr 0x308df20 <col:14, col:53> 'unsigned int (const char *, unsigned int)' lvalue CXXMethod 0x308de60 'createHash' 'unsigned int (const char *, unsigned int)' (FunctionTemplate 0x308d410 'createHash')))
      (ImplicitCastExpr 0x308e020 <col:55> 'const char *' <LValueToRValue>
        (DeclRefExpr 0x308db5c <col:55> 'const char *' lvalue ParmVar 0x308d6e0 'data' 'const char *'))
      (ImplicitCastExpr 0x308e030 <col:61> 'unsigned int' <LValueToRValue>
        (DeclRefExpr 0x308db74 <col:61> 'unsigned int' lvalue ParmVar 0x308d940 'length' 'unsigned int')))))


    };
}
Foo<D> &operator=(const Foo<type-parameter-0-0> &other) (CompoundStmt 0x308e4e0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:68:1, line:70:1>
  (ReturnStmt 0x308e4d0 <line:69:4, col:12>
    (UnaryOperator 0x308e4b8 <col:11, col:12> '<dependent type>' prefix '*'
      (CXXThisExpr 0x308e4a8 <col:12> 'Foo<type-parameter-0-0> *' this))))


namespace TestNestedExpansion {
    struct Int {
        struct Int;
        ;
        ;
        inline ;
        inline  (CompoundStmt 0x3090528 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:73:10>)


        inline void ~Int() noexcept (CompoundStmt 0x308f650 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:73:10>)


    };
    TestNestedExpansion::Int &g(TestNestedExpansion::Int, int, double);
    TestNestedExpansion::Int &test = (CXXMemberCallExpr 0x30904b0 </nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:78:15, col:76> 'struct TestNestedExpansion::Int' lvalue
  (MemberExpr 0x3090480 <col:15, col:51> '<bound member function type>' .f 0x30903c0
    (CXXTemporaryObjectExpr 0x308f1d8 <col:15, col:49> 'NestedExpansion<char, char, char>':'struct NestedExpansion<char, char, char>''void (void)' zeroing))
  (ImplicitCastExpr 0x30904e8 <col:53> 'char':'char' <IntegralCast>
    (IntegerLiteral 0x308f308 <col:53> 'int' 0))
  (ImplicitCastExpr 0x30904f8 <col:56> 'char':'char' <IntegralCast>
    (IntegerLiteral 0x308f320 <col:56> 'int' 1))
  (ImplicitCastExpr 0x3090508 <col:59> 'char':'char' <IntegralCast>
    (IntegerLiteral 0x308f338 <col:59> 'int' 2))
  (CXXConstructExpr 0x3090560 <col:62, col:67> 'struct TestNestedExpansion::Int':'struct TestNestedExpansion::Int''void (struct TestNestedExpansion::Int &&) noexcept' elidable
    (MaterializeTemporaryExpr 0x3090518 <col:62, col:67> 'struct TestNestedExpansion::Int' xvalue
      (CXXFunctionalCastExpr 0x308f660 <col:62, col:67> 'struct TestNestedExpansion::Int' functional cast to struct TestNestedExpansion::Int <ConstructorConversion>
        (CXXConstructExpr 0x308f588 <col:62, col:67> 'struct TestNestedExpansion::Int''void (int)'
          (IntegerLiteral 0x308f358 <col:66> 'int' 3)))))
  (IntegerLiteral 0x308f678 <col:70> 'int' 4)
  (FloatingLiteral 0x308f690 <col:73> 'double' 5.000000e+00))
;
}
--
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp:10:11: error: expected string not found in input
// CHECK: define weak_odr void @_ZN2S4IiE1mEv
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/cxx-templates.cpp'
^
<stdin>:44:3: note: possible intended match here
 call arm_aapcscc void @_ZN2S4IiE1mEv(%struct.S4* %s)
  ^
--

********************
Testing: 0 .. 10.. 20
FAIL: Clang :: PCH/objc_container.m (2935 of 11996)
******************** TEST 'Clang :: PCH/objc_container.m' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.h -fsyntax-only -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -x objective-c -emit-pch -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_container.m.tmp /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.h
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_container.m.tmp -fsyntax-only -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_container.m.tmp -ast-print /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m | FileCheck -check-prefix=PRINT /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_container.m.tmp -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m | FileCheck -check-prefix=IR /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m:15:14: error: expected string not found in input
// CHECK-IR: define void @all() nounwind 
             ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_container.m'
^
<stdin>:18:13: note: possible intended match here
define arm_aapcscc void @all() nounwind {
            ^
--

********************
Testing: 0 .. 10.. 20
FAIL: Clang :: PCH/objc_literals.m (2937 of 11996)
******************** TEST 'Clang :: PCH/objc_literals.m' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -emit-pch -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.m.tmp /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.m.tmp -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.m.tmp -ast-print /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m | FileCheck -check-prefix=PRINT /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.m.tmp -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m | FileCheck -check-prefix=IR /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m:40:14: error: expected string not found in input
// CHECK-IR: define internal void @test_numeric_literals()
             ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.m'
^
<stdin>:21:21: note: possible intended match here
@"OBJC_CLASS_$_NSNumber" = external global %struct._class_t
                    ^
--

********************
Testing: 0 .. 10.. 20
FAIL: Clang :: PCH/objc_literals.mm (2941 of 11996)
******************** TEST 'Clang :: PCH/objc_literals.mm' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -emit-pch -x objective-c++ -std=c++0x -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.mm.tmp /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.mm.tmp -x objective-c++ -std=c++0x  -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.mm.tmp -x objective-c++ -std=c++0x  -ast-print /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm | FileCheck -check-prefix=PRINT /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -cc1 -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objc_literals.mm.tmp -x objective-c++ -std=c++0x  -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm | FileCheck -check-prefix=IR /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm:51:14: error: expected string not found in input
// CHECK-IR: define linkonce_odr void @_Z29variadic_dictionary_expansionIJP8NSStringS1_EJP8NSNumberS3_EEvDp4pairIT_T0_E
             ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objc_literals.mm'
^
--

********************
Testing: 0 .. 10.. 20
FAIL: Clang :: PCH/objcxx-ivar-class.mm (2942 of 11996)
******************** TEST 'Clang :: PCH/objcxx-ivar-class.mm' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -include /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objcxx-ivar-class.h -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objcxx-ivar-class.mm -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objcxx-ivar-class.mm
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -x objective-c++-header -emit-pch -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objcxx-ivar-class.mm.tmp /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objcxx-ivar-class.h
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -include-pch /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/PCH/Output/objcxx-ivar-class.mm.tmp -verify /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objcxx-ivar-class.mm -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objcxx-ivar-class.mm
--
Exit Code: 1
Command Output (stderr):
--
error: 'warning' diagnostics seen but not expected: 
  Line 8: class 'C' defined without specifying a base class
error: 'note' diagnostics seen but not expected: 
  Line 8: add a super class to fix this problem
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/PCH/objcxx-ivar-class.mm:12:11: error: expected string not found in input
// CHECK: call %struct.S* @_ZN1SaSERKS_
          ^
<stdin>:61:56: note: scanning from here
define internal arm_aapcscc void @"\01-[C setPosition:]"(%0* %self, i8* %_cmd) nounwind {
                                                       ^
2 errors generated.
<stdin>:73:22: note: possible intended match here
 %call = call arm_aapcscc %struct.S* @_ZN1SaSERKS_(%struct.S* %2, %struct.S* %position)
                     ^
--

********************
Testing: 0 .. 10.. 20..
FAIL: Clang :: Rewriter/rewrite-super-message.mm (3409 of 11996)
******************** TEST 'Clang :: Rewriter/rewrite-super-message.mm' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/../lib/clang/3.2/include -fsyntax-only -Wno-address-of-temporary -DKEEP_ATTRIBUTES -D"id=struct objc_object *" -D"Class=struct objc_class *" -D"SEL=void*" -D"__declspec(X)=" -emit-llvm -o - /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp | FileCheck /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Rewriter/rewrite-super-message.mm:16:27: warning: '__NSCFType' may not respond to 'UTF8String'
    return (const char *)[super UTF8String];
                          ^
1 warning generated.
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:181:24: warning: conversion from string literal to 'char *' is deprecated
        ,{{(SEL)"UTF8String", "r*8 at 0:4", (void *)_I___NSCFString_UTF8String}
                              ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:201:52: warning: conversion from string literal to 'char *' is deprecated
        (struct _objc_class *)"__NSCFType", "__NSCFType", "__NSCFString", 0,2, sizeof(struct _objc_class), 0, 0
                                                          ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:206:47: warning: conversion from string literal to 'char *' is deprecated
        &_OBJC_METACLASS___NSCFString, "__NSCFType", "__NSCFString", 0,1,0,0, (struct _objc_method_list *)&_OBJC_INSTANCE_METHODS___NSCFString, 0
                                                     ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:216:28: warning: conversion from string literal to 'char *' is deprecated
        ,{{(SEL)"allocWithZone:", "@12 at 0:4 at 8", (void *)_C_NSArray_allocWithZone_}
                                  ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:221:48: warning: conversion from string literal to 'char *' is deprecated
        (struct _objc_class *)"NSObject", "NSObject", "NSArray", 0,2, sizeof(struct _objc_class), 0
                                                      ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:227:40: warning: conversion from string literal to 'char *' is deprecated
        &_OBJC_METACLASS_NSArray, "NSObject", "NSArray", 0,1,0,0,0,0,0,0,0
                                              ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:231:48: warning: conversion from string literal to 'char *' is deprecated
        (struct _objc_class *)"XNSArray", "XNSArray", "__NSArray0", 0,2, sizeof(struct _objc_class), 0, 0
                                                      ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:236:43: warning: conversion from string literal to 'char *' is deprecated
        &_OBJC_METACLASS___NSArray0, "XNSArray", "__NSArray0", 0,1,sizeof(struct __NSArray0_IMPL),0,0,0,0,0,0
                                                 ^
/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp:106:11: error: expected string not found in input
// CHECK: call %struct.objc_class* @class_getSuperclass
          ^
<stdin>:1:1: note: scanning from here
; ModuleID = '/nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Rewriter/Output/rewrite-super-message.mm.tmp-rw.cpp'
^
8 warnings generated.
<stdin>:27:50: note: possible intended match here
@_ZL28_OBJC_METACLASS___NSCFString = internal global %struct._objc_class { %struct._objc_class* bitcast ([11 x i8]* @.str2 to %struct._objc_class*), i8* getelementptr inbounds ([11 x i8]* @.str2, i32 0, i32 0), i8* getelementptr inbounds ([13 x i8]* @.str3, i32 0, i32 0), i32 0, i32 2, i32 48, %struct._objc_ivar_list* null, %struct._objc_method_list* null, %struct.objc_cache* null, %struct._objc_protocol_list* null, i8* null, %struct._objc_class_ext* null }, section "__OBJC, __meta_class", align 4
                                                 ^
--

********************
Testing: 0 .. 10.. 20..
FAIL: Clang :: Sema/attr-malloc.c (3479 of 11996)
******************** TEST 'Clang :: Sema/attr-malloc.c' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -Xclang -verify -fsyntax-only /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Sema/attr-malloc.c
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/clang  -emit-llvm -S -o /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Sema/Output/attr-malloc.c.tmp /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Sema/attr-malloc.c
grep 'define noalias .* @xalloc(' /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Sema/Output/attr-malloc.c.tmp
grep 'define noalias .* @xalloc2(' /nfs_home/chenwj/llvm-3.1/svn/arm2/tools/clang/test/Sema/Output/attr-malloc.c.tmp
--
Exit Code: 1
Command Output (stderr):
--
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Sema/attr-malloc.c:9:26: warning: 'malloc' attribute only applies to functions returning a pointer type [-Wignored-attributes]
int no_vars __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
                         ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Sema/attr-malloc.c:11:41: warning: 'malloc' attribute only applies to functions returning a pointer type [-Wignored-attributes]
void  returns_void  (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
                                        ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Sema/attr-malloc.c:12:41: warning: 'malloc' attribute only applies to functions returning a pointer type [-Wignored-attributes]
int   returns_int   (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
                                        ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Sema/attr-malloc.c:17:14: warning: 'malloc' attribute only applies to functions returning a pointer type [-Wignored-attributes]
__attribute((malloc)) void *(*f)(); //  expected-warning{{'malloc' attribute only applies to functions returning a pointer type}}
             ^
/nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/Sema/attr-malloc.c:18:14: warning: 'malloc' attribute only applies to functions returning a pointer type [-Wignored-attributes]
__attribute((malloc)) int (*g)(); // expected-warning{{'malloc' attribute only applies to functions returning a pointer type}}
             ^
5 warnings generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: Analysis/Profiling/load-branch-weights-ifs.ll (5504 of 11996)
******************** TEST 'LLVM :: Analysis/Profiling/load-branch-weights-ifs.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -insert-edge-profiling -o /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1 < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1      -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -profile-file /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data -profile-metadata-loader -S -o - < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll      | /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
--
Exit Code: 134
Command Output (stderr):
--
%R4<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.script: line 5:   887 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-ifs.ll.tmp1.prof_data
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: Analysis/Profiling/load-branch-weights-loops.ll (5505 of 11996)
******************** TEST 'LLVM :: Analysis/Profiling/load-branch-weights-loops.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -insert-edge-profiling -o /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1 < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-loops.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1      -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -profile-file /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data -profile-metadata-loader -S -o - < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-loops.ll      | /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-loops.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
--
Exit Code: 134
Command Output (stderr):
--
%R4<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.script: line 5:   890 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-loops.ll.tmp1.prof_data
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: LLVM :: Analysis/Profiling/load-branch-weights-switches.ll (5506 of 11996)
******************** TEST 'LLVM :: Analysis/Profiling/load-branch-weights-switches.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -insert-edge-profiling -o /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1 < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-switches.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1      -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/opt -profile-file /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data -profile-metadata-loader -S -o - < /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-switches.ll      | /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/test/Analysis/Profiling/load-branch-weights-switches.ll
rm -f /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
--
Exit Code: 134
Command Output (stderr):
--
%R4<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.script: line 5:   896 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli -load /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/lib/libprofile_rt.so /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1 -llvmprof-output /nfs_home/chenwj/llvm-3.1/svn/arm2/test/Analysis/Profiling/Output/load-branch-weights-switches.ll.tmp1.prof_data
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll (8922 of 11996)
******************** TEST 'LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll > /dev/null
--
Exit Code: 134
Command Output (stderr):
--
%R0<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/ExecutionEngine/Output/2002-12-16-ArgTest.ll.script: line 1: 13823 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll > /dev/null
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll (9002 of 11996)
******************** TEST 'LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli  /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll > /dev/null
--
Exit Code: 134
Command Output (stderr):
--
Unhandled instruction encoding format!
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:541!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/ExecutionEngine/Output/test-fp-no-external-funcs.ll.script: line 1: 13991 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll > /dev/null
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: ExecutionEngine/test-fp.ll (9003 of 11996)
******************** TEST 'LLVM :: ExecutionEngine/test-fp.ll' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp.ll > /dev/null
--
Exit Code: 134
Command Output (stderr):
--
Unhandled instruction encoding format!
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:541!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp.ll 
1.	Running pass 'ARM Machine Code Emitter' on function '@main'
/nfs_home/chenwj/llvm-3.1/svn/arm2/test/ExecutionEngine/Output/test-fp.ll.script: line 1: 13992 Aborted                 /nfs_home/chenwj/llvm-3.1/svn/arm2/Release+Asserts/bin/lli /nfs_home/chenwj/llvm-3.1/svn/llvm/test/ExecutionEngine/test-fp.ll > /dev/null
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JIT.GlobalInFunction (11711 of 11996)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JIT.GlobalInFunction' FAILED ********************
Note: Google Test filter = JIT.GlobalInFunction
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JIT
[ RUN      ] JIT.GlobalInFunction
%R1<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Running pass 'ARM Machine Code Emitter' on function '@F1'

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted (11721 of 11996)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted' FAILED ********************
Note: Google Test filter = JITTest.AvailableExternallyGlobalIsntEmitted
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.AvailableExternallyGlobalIsntEmitted
%R0<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Running pass 'ARM Machine Code Emitter' on function '@loader'

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.FunctionPointersOutliveTheirCreator (11722 of 11996)
******************** TEST 'LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.FunctionPointersOutliveTheirCreator' FAILED ********************
Note: Google Test filter = JITTest.FunctionPointersOutliveTheirCreator
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN      ] JITTest.FunctionPointersOutliveTheirCreator
%R0<tied0>Unsupported operand type for movw/movt
UNREACHABLE executed at /nfs_home/chenwj/llvm-3.1/svn/llvm/lib/Target/ARM/ARMCodeEmitter.cpp:439!
Stack dump:
0.	Running pass 'ARM Machine Code Emitter' on function '@get_foo_addr'

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 827.99s
********************
Failing Tests (68):
    Clang :: CodeGen/PR3589-freestanding-libcalls.c
    Clang :: CodeGen/builtinshufflevector2.c
    Clang :: CodeGen/call.c
    Clang :: CodeGen/decl-in-prototype.c
    Clang :: CodeGen/extern-inline.c
    Clang :: CodeGen/inline.c
    Clang :: CodeGen/stack-protector.c
    Clang :: CodeGen/static-order.c
    Clang :: CodeGen/unwind-attr.c
    Clang :: CodeGen/volatile-1.c
    Clang :: CodeGenCXX/2009-05-04-PureConstNounwind.cpp
    Clang :: CodeGenCXX/PR5093-static-member-function.cpp
    Clang :: CodeGenCXX/address-of-fntemplate.cpp
    Clang :: CodeGenCXX/builtins.cpp
    Clang :: CodeGenCXX/c-linkage.cpp
    Clang :: CodeGenCXX/constructor-attr.cpp
    Clang :: CodeGenCXX/copy-assign-synthesis-2.cpp
    Clang :: CodeGenCXX/cxx0x-initializer-array.cpp
    Clang :: CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp
    Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    Clang :: CodeGenCXX/function-template-explicit-specialization.cpp
    Clang :: CodeGenCXX/mangle-address-space.cpp
    Clang :: CodeGenCXX/mangle-extern-local.cpp
    Clang :: CodeGenCXX/mangle-nullptr-arg.cpp
    Clang :: CodeGenCXX/mangle-template.cpp
    Clang :: CodeGenCXX/microsoft-abi-default-cc.cpp
    Clang :: CodeGenCXX/noinline-template.cpp
    Clang :: CodeGenCXX/nrvo.cpp
    Clang :: CodeGenCXX/pr11797.cpp
    Clang :: CodeGenCXX/pr12251.cpp
    Clang :: CodeGenCXX/pragma-visibility.cpp
    Clang :: CodeGenCXX/switch-case-folding-2.cpp
    Clang :: CodeGenCXX/template-dependent-bind-temporary.cpp
    Clang :: CodeGenCXX/template-inner-struct-visibility-hidden.cpp
    Clang :: CodeGenCXX/thunk-linkonce-odr.cpp
    Clang :: CodeGenCXX/vararg-non-pod.cpp
    Clang :: CodeGenCXX/virt-dtor-gen.cpp
    Clang :: CodeGenCXX/virtual-destructor-synthesis.cpp
    Clang :: CodeGenCXX/virtual-function-calls.cpp
    Clang :: CodeGenCXX/virtual-operator-call.cpp
    Clang :: CodeGenCXX/visibility-hidden-extern-templates.cpp
    Clang :: CodeGenCXX/visibility-inlines-hidden.cpp
    Clang :: CodeGenCXX/volatile-1.cpp
    Clang :: CodeGenObjC/arc-block-copy-escape.m
    Clang :: CodeGenObjC/objc2-legacy-dispatch.m
    Clang :: CodeGenObjC/property.m
    Clang :: CodeGenObjC/related-result-type.m
    Clang :: CodeGenObjCXX/arc-mangle.mm
    Clang :: Driver/android-standalone.cpp
    Clang :: Driver/linux-header-search.cpp
    Clang :: Frontend/ast-codegen.c
    Clang :: PCH/chain-pending-instantiations.cpp
    Clang :: PCH/cxx-templates.cpp
    Clang :: PCH/objc_container.m
    Clang :: PCH/objc_literals.m
    Clang :: PCH/objc_literals.mm
    Clang :: PCH/objcxx-ivar-class.mm
    Clang :: Rewriter/rewrite-super-message.mm
    Clang :: Sema/attr-malloc.c
    LLVM :: Analysis/Profiling/load-branch-weights-ifs.ll
    LLVM :: Analysis/Profiling/load-branch-weights-loops.ll
    LLVM :: Analysis/Profiling/load-branch-weights-switches.ll
    LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll
    LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll
    LLVM :: ExecutionEngine/test-fp.ll
    LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JIT.GlobalInFunction
    LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted
    LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.FunctionPointersOutliveTheirCreator

  Expected Passes    : 11812
  Expected Failures  : 102
  Unsupported Tests  : 14
  Unexpected Failures: 68
make[1]: Leaving directory `/nfs_home/chenwj/llvm-3.1/svn/arm2/test'


More information about the cfe-commits mailing list