Skip to content

Instantly share code, notes, and snippets.

@gnzlbg
Created January 15, 2014 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnzlbg/8436401 to your computer and use it in GitHub Desktop.
Save gnzlbg/8436401 to your computer and use it in GitHub Desktop.
llvm35 fails to install in mavericks
This file has been truncated, but you can view the full file.
To jump for the different files goto the [tags]:
1. [console] Console output.
2. [doctor] brew doctor output.
3. [config.log] config.log
4. [configure] 01.configure
5. [01.configure.cc] 01.configure.cc
6. [02.make] 02.make
7. [02.make.cc] 02.make.cc
////////////////////////////////////////////////////////////////////////////////
1. [console] Console output:
brew install llvm35 --HEAD --disable-assertions --rtti --with-clang --with-libcxx --all-targets --with-asan
==> Cloning http://llvm.org/git/llvm.git
Updating /Library/Caches/Homebrew/llvm35--git
==> Cloning http://llvm.org/git/polly.git
Updating /Library/Caches/Homebrew/llvm35--polly--git
==> Cloning http://llvm.org/git/clang.git
Updating /Library/Caches/Homebrew/llvm35--clang--git
==> Cloning http://llvm.org/git/clang-tools-extra.git
Updating /Library/Caches/Homebrew/llvm35--clang-tools-extra--git
==> Cloning http://llvm.org/git/compiler-rt.git
Updating /Library/Caches/Homebrew/llvm35--compiler-rt--git
==> Cloning http://llvm.org/git/libcxx.git
Updating /Library/Caches/Homebrew/llvm35--libcxx--git
==> ./configure --prefix=/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5 --enable-opt
==> make VERBOSE=1
llvm[4]: Linking Release unit test Tooling (without symbols)
clang++ -O3 -Wl,-dead_strip -rdynamic -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -Wl,-rpath -Wl,/private/tmp/llvm35-WSQK/Release/lib -m64 -o Release/ToolingTests /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/CommentHandlerTest.o /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/CompilationDatabaseTest.o /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/RecursiveASTVisitorTest.o /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/RefactoringCallbacksTest.o /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/RefactoringTest.o /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/ReplacementsYamlTest.o /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/RewriterTest.o /private/tmp/llvm35-WSQK/tools/clang/unittests/Tooling/Release/ToolingTest.o -lclangTooling -lclangFrontend -lclangSerialization -lclangDriver -lclangParse -lclangRewriteCore -lclangRewriteFrontend -lclangSema -lclangAnalysis -lclangEdit -lclangAST -lclangASTMatchers -lclangLex -lclangBasic \
-lgtest -lgtest_main -lLLVM-3.5svn -lz -lpthread -lffi -lcurses -lm
llvm[4]: ======= Finished Linking Release Unit test Tooling (without symbols)
make: *** [all] Error 1
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/homebrew/homebrew-versions/issues
////////////////////////////////////////////////////////////////////////////////
2. [doctor] brew doctor output:
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/bin/lldb
/usr/local/share/man/man7/semver.7
/usr/local/share/man/man7/removing-npm.7
/usr/local/share/man/man5/package.json.5
/usr/local/share/man/man3/repo.3
/usr/local/share/man/man1/repo.1
/usr/local/share/man/man1/gslj.1
/usr/local/share/man/man1/gsdj500.1
/usr/local/share/man/man1/gsdj.1
/usr/local/share/man/man1/gsbj.1
/usr/local/share/man/man1/eps2eps.1
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libcdt.5.dylib
/usr/local/lib/libcgraph.6.dylib
/usr/local/lib/libgvc.6.dylib
/usr/local/lib/libgvpr.2.dylib
/usr/local/lib/libmacfuse_i32.2.dylib
/usr/local/lib/libmacfuse_i64.2.dylib
/usr/local/lib/libosxfuse_i32.2.dylib
/usr/local/lib/libosxfuse_i64.2.dylib
/usr/local/lib/libpathplan.4.dylib
/usr/local/lib/libxdot.4.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libosxfuse_i32.la
/usr/local/lib/libosxfuse_i64.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/libcdt.pc
/usr/local/lib/pkgconfig/libcgraph.pc
/usr/local/lib/pkgconfig/libgvc.pc
/usr/local/lib/pkgconfig/libgvpr.pc
/usr/local/lib/pkgconfig/libpathplan.pc
/usr/local/lib/pkgconfig/libxdot.pc
/usr/local/lib/pkgconfig/osxfuse.pc
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
ghostscript
llvm34
////////////////////////////////////////////////////////////////////////////////
3. [config.log] config.log
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.5svn, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5 --enable-optimized --disable-bindings --with-gmp=/usr/local/opt/gmp --with-isl=/usr/local/opt/isl --with-cloog=/usr/local/opt/cloog --enable-targets=all --enable-shared --disable-assertions --enable-libffi
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost
uname -m = x86_64
uname -r = 13.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 203 tasks, 1114 threads, 4 processors
Load average: 3.43, Mach factor: 0.94
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/opt/python/bin
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/cloog/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2110: checking for C compiler version
configure:2117: clang --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2120: $? = 0
configure:2127: clang -v >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2130: $? = 1
configure:2137: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:2140: $? = 1
configure:2163: checking for C compiler default output file name
configure:2190: clang conftest.c >&5
configure:2193: $? = 0
configure:2239: result: a.out
configure:2244: checking whether the C compiler works
configure:2254: ./a.out
configure:2257: $? = 0
configure:2274: result: yes
configure:2281: checking whether we are cross compiling
configure:2283: result: no
configure:2286: checking for suffix of executables
configure:2293: clang -o conftest conftest.c >&5
configure:2296: $? = 0
configure:2320: result:
configure:2326: checking for suffix of object files
configure:2352: clang -c conftest.c >&5
configure:2355: $? = 0
configure:2378: result: o
configure:2382: checking whether we are using the GNU C compiler
configure:2411: clang -c conftest.c >&5
configure:2417: $? = 0
configure:2424: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2427: $? = 0
configure:2434: test -s conftest.o
configure:2437: $? = 0
configure:2451: result: yes
configure:2456: checking whether clang accepts -g
configure:2486: clang -c -g conftest.c >&5
configure:2492: $? = 0
configure:2499: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2502: $? = 0
configure:2509: test -s conftest.o
configure:2512: $? = 0
configure:2642: result: yes
configure:2659: checking for clang option to accept ISO C89
configure:2733: clang -c conftest.c >&5
configure:2739: $? = 0
configure:2746: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2749: $? = 0
configure:2756: test -s conftest.o
configure:2759: $? = 0
configure:2779: result: none needed
configure:2913: checking for C++ compiler version
configure:2920: clang++ --version >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
configure:2923: $? = 0
configure:2930: clang++ -v >&5
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2933: $? = 1
configure:2940: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:2943: $? = 1
configure:2946: checking whether we are using the GNU C++ compiler
configure:2975: clang++ -c conftest.cpp >&5
configure:2981: $? = 0
configure:2988: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:2991: $? = 0
configure:2998: test -s conftest.o
configure:3001: $? = 0
configure:3015: result: yes
configure:3020: checking whether clang++ accepts -g
configure:3050: clang++ -c -g conftest.cpp >&5
configure:3056: $? = 0
configure:3063: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3066: $? = 0
configure:3073: test -s conftest.o
configure:3076: $? = 0
configure:3206: result: yes
configure:3234: checking how to run the C preprocessor
configure:3274: clang -E conftest.c
configure:3280: $? = 0
configure:3318: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3324: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3364: result: clang -E
configure:3393: clang -E conftest.c
configure:3399: $? = 0
configure:3437: clang -E conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3443: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3489: checking whether clang works
configure:3526: clang++ -c conftest.cpp >&5
configure:3532: $? = 0
configure:3539: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3542: $? = 0
configure:3549: test -s conftest.o
configure:3552: $? = 0
configure:3555: result: yes
configure:3580: checking whether GCC or Clang is our host compiler
configure:3606: clang++ -c conftest.cpp >&5
configure:3612: $? = 0
configure:3619: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3622: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3702: result: clang
configure:3724: checking whether Clang is new enough
configure:3744: clang++ -c conftest.cpp >&5
configure:3750: $? = 0
configure:3757: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3760: $? = 0
configure:3767: test -s conftest.o
configure:3770: $? = 0
configure:3772: result: yes
configure:3793: checking whether Clang will select a modern C++ standard library
configure:3815: clang++ -o conftest -std=c++0x conftest.cpp >&5
configure:3821: $? = 0
configure:3828: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3831: $? = 0
configure:3838: test -s conftest
configure:3841: $? = 0
configure:3843: result: yes
configure:3999: WARNING: Unknown project (libcxx) won't be configured automatically
configure:4040: checking build system type
configure:4058: result: x86_64-apple-darwin13.0.0
configure:4080: checking host system type
configure:4095: result: x86_64-apple-darwin13.0.0
configure:4117: checking target system type
configure:4132: result: x86_64-apple-darwin13.0.0
configure:4161: checking type of operating system we're going to host on
configure:4279: result: Darwin
configure:4282: checking type of operating system we're going to target
configure:4336: result: Darwin
configure:4382: checking target architecture
configure:4404: result: x86_64
configure:5468: checking optimization flags
configure:5481: result: -O3
configure:5708: checking for BSD-compatible nm
configure:5757: result: /usr/bin/nm
configure:5763: checking for GNU make
configure:5778: result: make
configure:5789: checking whether ln -s works
configure:5793: result: yes
configure:5802: checking for cmp
configure:5820: found /usr/bin/cmp
configure:5833: result: /usr/bin/cmp
configure:5843: checking for cp
configure:5861: found /bin/cp
configure:5874: result: /bin/cp
configure:5884: checking for date
configure:5902: found /bin/date
configure:5915: result: /bin/date
configure:5925: checking for find
configure:5943: found /usr/bin/find
configure:5956: result: /usr/bin/find
configure:5966: checking for grep
configure:5984: found /usr/bin/grep
configure:5997: result: /usr/bin/grep
configure:6007: checking for mkdir
configure:6025: found /bin/mkdir
configure:6038: result: /bin/mkdir
configure:6048: checking for mv
configure:6066: found /bin/mv
configure:6079: result: /bin/mv
configure:6130: checking for ranlib
configure:6146: found /usr/bin/ranlib
configure:6157: result: ranlib
configure:6226: checking for ar
configure:6242: found /usr/bin/ar
configure:6253: result: ar
configure:6281: checking for rm
configure:6299: found /bin/rm
configure:6312: result: /bin/rm
configure:6322: checking for sed
configure:6340: found /usr/local/Library/ENV/4.3/sed
configure:6353: result: /usr/local/Library/ENV/4.3/sed
configure:6363: checking for tar
configure:6381: found /usr/bin/tar
configure:6394: result: /usr/bin/tar
configure:6404: checking for pwd
configure:6422: found /bin/pwd
configure:6435: result: /bin/pwd
configure:6446: checking for Graphviz
configure:6477: result: echo Graphviz
configure:6502: checking for dot
configure:6520: found /usr/local/bin/dot
configure:6533: result: /usr/local/bin/dot
configure:6558: checking for fdp
configure:6576: found /usr/local/bin/fdp
configure:6589: result: /usr/local/bin/fdp
configure:6614: checking for neato
configure:6632: found /usr/local/bin/neato
configure:6645: result: /usr/local/bin/neato
configure:6670: checking for twopi
configure:6688: found /usr/local/bin/twopi
configure:6701: result: /usr/local/bin/twopi
configure:6726: checking for circo
configure:6744: found /usr/local/bin/circo
configure:6757: result: /usr/local/bin/circo
configure:6784: checking for gv
configure:6817: result: no
configure:6784: checking for gsview32
configure:6817: result: no
configure:6843: checking for dotty
configure:6861: found /usr/local/bin/dotty
configure:6874: result: /usr/local/bin/dotty
configure:6901: checking for xdot
configure:6934: result: no
configure:6901: checking for xdot.py
configure:6934: result: no
configure:6972: checking for a BSD-compatible install
configure:7028: result: /usr/bin/install -c
configure:7046: checking for bzip2
configure:7064: found /usr/bin/bzip2
configure:7076: result: /usr/bin/bzip2
configure:7086: checking for cat
configure:7104: found /bin/cat
configure:7116: result: /bin/cat
configure:7126: checking for doxygen
configure:7144: found /usr/local/bin/doxygen
configure:7156: result: /usr/local/bin/doxygen
configure:7166: checking for groff
configure:7184: found /usr/bin/groff
configure:7196: result: /usr/bin/groff
configure:7206: checking for gzip
configure:7224: found /usr/bin/gzip
configure:7236: result: /usr/bin/gzip
configure:7246: checking for pdfroff
configure:7264: found /usr/bin/pdfroff
configure:7276: result: /usr/bin/pdfroff
configure:7286: checking for zip
configure:7304: found /usr/bin/zip
configure:7316: result: /usr/bin/zip
configure:7328: checking for ocamlc
configure:7361: result: no
configure:7373: checking for ocamlopt
configure:7406: result: no
configure:7418: checking for ocamldep
configure:7451: result: no
configure:7463: checking for ocamldoc
configure:7496: result: no
configure:7508: checking for gas
configure:7541: result: no
configure:7508: checking for as
configure:7526: found /usr/bin/as
configure:7538: result: /usr/bin/as
configure:7550: checking for linker version
configure:7566: result: 224.1
configure:7576: checking for compiler -Wl,-R<path> option
configure:7610: clang -o conftest -Wl,-R. conftest.c >&5
ld: unknown option: -R.
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7657: result: no
configure:7668: checking for compiler -rdynamic option
configure:7702: clang -o conftest -rdynamic conftest.c >&5
configure:7708: $? = 0
configure:7715: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7718: $? = 0
configure:7725: test -s conftest
configure:7728: $? = 0
configure:7749: result: yes
configure:7760: checking for compiler -Wl,--version-script option
configure:7816: clang -o conftest -Wl,--version-script=/var/folders/mm/y444qqwd0kn52fycyz6nsph40000gn/T//foo6OLbYk/export.map conftest.c >&5
ld: unknown option: --version-script=/var/folders/mm/y444qqwd0kn52fycyz6nsph40000gn/T//foo6OLbYk/export.map
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7822: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7865: result: no
configure:7875: checking for an ANSI C-conforming const
configure:7950: clang -c conftest.c >&5
configure:7956: $? = 0
configure:7963: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7966: $? = 0
configure:7973: test -s conftest.o
configure:7976: $? = 0
configure:7988: result: yes
configure:7999: checking for grep that handles long lines and -e
configure:8073: result: /usr/bin/grep
configure:8078: checking for egrep
configure:8156: result: /usr/bin/grep -E
configure:8161: checking for ANSI C header files
configure:8191: clang -c conftest.c >&5
configure:8197: $? = 0
configure:8204: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8207: $? = 0
configure:8214: test -s conftest.o
configure:8217: $? = 0
configure:8313: clang -o conftest conftest.c >&5
configure:8316: $? = 0
configure:8322: ./conftest
configure:8325: $? = 0
configure:8342: result: yes
configure:8360: checking for dirent.h that defines DIR
configure:8389: clang -c conftest.c >&5
configure:8395: $? = 0
configure:8402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8405: $? = 0
configure:8412: test -s conftest.o
configure:8415: $? = 0
configure:8428: result: yes
configure:8441: checking for library containing opendir
configure:8482: clang -o conftest conftest.c >&5
configure:8488: $? = 0
configure:8495: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8498: $? = 0
configure:8505: test -s conftest
configure:8508: $? = 0
configure:8532: result: none required
configure:8656: checking for sys/types.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for sys/stat.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for stdlib.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for string.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for memory.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for strings.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for inttypes.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for stdint.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8656: checking for unistd.h
configure:8677: clang -c conftest.c >&5
configure:8683: $? = 0
configure:8690: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8693: $? = 0
configure:8700: test -s conftest.o
configure:8703: $? = 0
configure:8716: result: yes
configure:8743: checking dlfcn.h usability
configure:8760: clang -c conftest.c >&5
configure:8766: $? = 0
configure:8773: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8776: $? = 0
configure:8783: test -s conftest.o
configure:8786: $? = 0
configure:8797: result: yes
configure:8801: checking dlfcn.h presence
configure:8816: clang -E conftest.c
configure:8822: $? = 0
configure:8843: result: yes
configure:8876: checking for dlfcn.h
configure:8884: result: yes
configure:8924: checking dynamic linker characteristics
configure:9512: result: darwin13.0.0 dyld
configure:9522: checking which extension is used for loadable modules
configure:9532: result: .dylib
configure:9543: checking for the default library search path
configure:9550: result: /usr/local/lib /lib /usr/lib
configure:9568: checking for objdir
configure:9589: result: .libs
configure:9602: checking command to parse /usr/bin/nm output from object
configure:9707: clang -c conftest.c >&5
configure:9710: $? = 0
configure:9714: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:9717: $? = 0
cannot find nm_test_var in conftest.nm
configure:9707: clang -c conftest.c >&5
configure:9710: $? = 0
configure:9714: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:9717: $? = 0
configure:9769: clang -o conftest conftest.c conftstm.o >&5
configure:9772: $? = 0
configure:9810: result: ok
configure:9815: checking whether libtool supports -dlopen/-dlpreopen
configure:9827: result: yes
configure:9846: checking for shl_load
configure:9902: clang -o conftest conftest.c >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in conftest-RDqNoA.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9908: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/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:9941: result: no
configure:9950: checking for shl_load in -ldld
configure:9985: clang -o conftest conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:9991: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/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:10025: result: no
configure:10035: checking for dlopen in -ldl
configure:10070: clang -o conftest conftest.c -ldl >&5
configure:10076: $? = 0
configure:10083: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10086: $? = 0
configure:10093: test -s conftest
configure:10096: $? = 0
configure:10110: result: yes
configure:10485: checking for dlerror
configure:10541: clang -o conftest conftest.c -ldl >&5
configure:10547: $? = 0
configure:10554: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10557: $? = 0
configure:10564: test -s conftest
configure:10567: $? = 0
configure:10581: result: yes
configure:10601: checking for _ prefix in compiled symbols
configure:10611: clang -c conftest.c >&5
conftest.c:2:12: warning: expression result unused [-Wunused-value]
int main(){nm_test_func;return 0;}
^~~~~~~~~~~~
1 warning generated.
configure:10614: $? = 0
configure:10618: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:10621: $? = 0
configure:10643: result: yes
configure:10650: checking whether we have to add an underscore for dlsym
configure:10727: clang -o conftest conftest.c -ldl >&5
configure:10723:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))'
exit (status);
^
configure:10723:5: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 warning generated.
configure:10730: $? = 0
configure:10749: result: no
configure:10763: checking whether deplibs are loaded by dlopen
configure:10844: result: yes
configure:10869: checking argz.h usability
configure:10886: clang -c conftest.c >&5
conftest.c:94:10: fatal error: 'argz.h' file not found
#include <argz.h>
^
1 error generated.
configure:10892: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 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 <argz.h>
configure:10923: result: no
configure:10927: checking argz.h presence
configure:10942: clang -E conftest.c
conftest.c:61:10: fatal error: 'argz.h' file not found
#include <argz.h>
^
1 error generated.
configure:10948: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| #include <argz.h>
configure:10969: result: no
configure:11002: checking for argz.h
configure:11010: result: no
configure:11024: checking for error_t
configure:11057: clang -c conftest.c >&5
conftest.c:65:9: error: unknown type name 'error_t'
typedef error_t ac__type_new_;
^
1 error generated.
configure:11063: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| #if HAVE_ARGZ_H
| # include <argz.h>
| #endif
|
| typedef error_t ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
| return 0;
| if (sizeof (ac__type_new_))
| return 0;
| ;
| return 0;
| }
configure:11095: result: no
configure:11121: checking for argz_append
configure:11177: clang -o conftest conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_append", referenced from:
_main in conftest-R05nsa.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11183: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_append innocuous_argz_append
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_append (); 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 argz_append
|
| /* 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 argz_append ();
| /* 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_argz_append || defined __stub___argz_append
| choke me
| #endif
|
| int
| main ()
| {
| return argz_append ();
| ;
| return 0;
| }
configure:11217: result: no
configure:11121: checking for argz_create_sep
configure:11177: clang -o conftest conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_create_sep", referenced from:
_main in conftest-bmRTUA.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11183: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_create_sep innocuous_argz_create_sep
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_create_sep (); 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 argz_create_sep
|
| /* 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 argz_create_sep ();
| /* 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_argz_create_sep || defined __stub___argz_create_sep
| choke me
| #endif
|
| int
| main ()
| {
| return argz_create_sep ();
| ;
| return 0;
| }
configure:11217: result: no
configure:11121: checking for argz_insert
configure:11177: clang -o conftest conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_insert", referenced from:
_main in conftest-PFErds.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11183: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_insert innocuous_argz_insert
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_insert (); 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 argz_insert
|
| /* 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 argz_insert ();
| /* 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_argz_insert || defined __stub___argz_insert
| choke me
| #endif
|
| int
| main ()
| {
| return argz_insert ();
| ;
| return 0;
| }
configure:11217: result: no
configure:11121: checking for argz_next
configure:11177: clang -o conftest conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_next", referenced from:
_main in conftest-zRvC60.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11183: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_next innocuous_argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_next (); 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 argz_next
|
| /* 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 argz_next ();
| /* 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_argz_next || defined __stub___argz_next
| choke me
| #endif
|
| int
| main ()
| {
| return argz_next ();
| ;
| return 0;
| }
configure:11217: result: no
configure:11121: checking for argz_stringify
configure:11177: clang -o conftest conftest.c >&5
Undefined symbols for architecture x86_64:
"_argz_stringify", referenced from:
_main in conftest-V1qyJs.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11183: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h. */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define argz_stringify innocuous_argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_stringify (); 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 argz_stringify
|
| /* 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 argz_stringify ();
| /* 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_argz_stringify || defined __stub___argz_stringify
| choke me
| #endif
|
| int
| main ()
| {
| return argz_stringify ();
| ;
| return 0;
| }
configure:11217: result: no
configure:11263: checking errno.h usability
configure:11280: clang -c conftest.c >&5
configure:11286: $? = 0
configure:11293: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11296: $? = 0
configure:11303: test -s conftest.o
configure:11306: $? = 0
configure:11317: result: yes
configure:11321: checking errno.h presence
configure:11336: clang -E conftest.c
configure:11342: $? = 0
configure:11363: result: yes
configure:11396: checking for errno.h
configure:11404: result: yes
configure:11263: checking malloc.h usability
configure:11280: clang -c conftest.c >&5
conftest.c:96:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:11286: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_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.h>
configure:11317: result: no
configure:11321: checking malloc.h presence
configure:11336: clang -E conftest.c
conftest.c:63:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:11342: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:11363: result: no
configure:11396: checking for malloc.h
configure:11404: result: no
configure:11253: checking for memory.h
configure:11259: result: yes
configure:11253: checking for unistd.h
configure:11259: result: yes
configure:11432: checking mach-o/dyld.h usability
configure:11449: clang -c conftest.c >&5
configure:11455: $? = 0
configure:11462: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11465: $? = 0
configure:11472: test -s conftest.o
configure:11475: $? = 0
configure:11486: result: yes
configure:11490: checking mach-o/dyld.h presence
configure:11505: clang -E conftest.c
configure:11511: $? = 0
configure:11532: result: yes
configure:11565: checking for mach-o/dyld.h
configure:11573: result: yes
configure:11593: checking for closedir
configure:11649: clang -o conftest conftest.c >&5
configure:11655: $? = 0
configure:11662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11665: $? = 0
configure:11672: test -s conftest
configure:11675: $? = 0
configure:11689: result: yes
configure:11593: checking for opendir
configure:11649: clang -o conftest conftest.c >&5
configure:11655: $? = 0
configure:11662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11665: $? = 0
configure:11672: test -s conftest
configure:11675: $? = 0
configure:11689: result: yes
configure:11593: checking for readdir
configure:11649: clang -o conftest conftest.c >&5
configure:11655: $? = 0
configure:11662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11665: $? = 0
configure:11672: test -s conftest
configure:11675: $? = 0
configure:11689: result: yes
configure:11701: checking tool compatibility
configure:11751: clang -c conftest.c >&5
configure:11757: $? = 0
configure:11764: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11767: $? = 0
configure:11774: test -s conftest.o
configure:11777: $? = 0
configure:11799: result: ok
configure:11802: checking optional compiler flags
configure:11823: result:
configure:11846: checking for python
configure:11864: found /usr/local/opt/python/bin/python
configure:11881: result: /usr/local/opt/python/bin/python
configure:11891: checking for python >= 2.5
configure:11900: result: /usr/local/opt/python/bin/python (2.7.5)
configure:11914: checking for sin in -lm
configure:11949: clang -o conftest conftest.c -lm >&5
conftest.c:76:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
char sin ();
^
conftest.c:76:6: note: 'sin' is a builtin with type 'double (double)'
1 warning generated.
configure:11955: $? = 0
configure:11962: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11965: $? = 0
configure:11972: test -s conftest
configure:11975: $? = 0
configure:11989: result: yes
configure:12246: checking for library containing dlopen
configure:12287: clang -o conftest conftest.c -lm >&5
configure:12293: $? = 0
configure:12300: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12303: $? = 0
configure:12310: test -s conftest
configure:12313: $? = 0
configure:12337: result: none required
configure:12353: checking for library containing clock_gettime
configure:12394: clang -o conftest conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-WnQa83.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12400: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:12394: clang -o conftest conftest.c -lrt -lm >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12400: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:12444: result: no
configure:12454: checking for library containing setupterm
configure:12495: clang -o conftest conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_setupterm", referenced from:
_main in conftest-NGuQDm.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:12495: clang -o conftest conftest.c -ltinfo -lm >&5
ld: library not found for -ltinfo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:12495: clang -o conftest conftest.c -lterminfo -lm >&5
ld: library not found for -lterminfo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 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 setupterm ();
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:12495: clang -o conftest conftest.c -lcurses -lm >&5
configure:12501: $? = 0
configure:12508: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12511: $? = 0
configure:12518: test -s conftest
configure:12521: $? = 0
configure:12545: result: -lcurses
configure:12560: checking for library containing ffi_call
configure:12601: clang -o conftest conftest.c -lcurses -lm >&5
Undefined symbols for architecture x86_64:
"_ffi_call", referenced from:
_main in conftest-SigeA1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12607: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 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 ffi_call ();
| int
| main ()
| {
| return ffi_call ();
| ;
| return 0;
| }
configure:12601: clang -o conftest conftest.c -lffi -lcurses -lm >&5
configure:12607: $? = 0
configure:12614: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12617: $? = 0
configure:12624: test -s conftest
configure:12627: $? = 0
configure:12651: result: -lffi
configure:12669: checking for library containing mallinfo
configure:12710: clang -o conftest conftest.c -lffi -lcurses -lm >&5
Undefined symbols for architecture x86_64:
"_mallinfo", referenced from:
_main in conftest-0MSEuj.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12716: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 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 mallinfo ();
| int
| main ()
| {
| return mallinfo ();
| ;
| return 0;
| }
configure:12710: clang -o conftest conftest.c -lmalloc -lffi -lcurses -lm >&5
ld: library not found for -lmalloc
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12716: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 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 mallinfo ();
| int
| main ()
| {
| return mallinfo ();
| ;
| return 0;
| }
configure:12760: result: no
configure:12775: checking for pthread_mutex_init in -lpthread
configure:12810: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm >&5
configure:12816: $? = 0
configure:12823: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12826: $? = 0
configure:12833: test -s conftest
configure:12836: $? = 0
configure:12850: result: yes
configure:12861: checking for library containing pthread_mutex_lock
configure:12902: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm >&5
configure:12908: $? = 0
configure:12915: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12918: $? = 0
configure:12925: test -s conftest
configure:12928: $? = 0
configure:12952: result: none required
configure:12964: checking for library containing pthread_rwlock_init
configure:13005: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm >&5
configure:13011: $? = 0
configure:13018: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13021: $? = 0
configure:13028: test -s conftest
configure:13031: $? = 0
configure:13055: result: none required
configure:13067: checking for library containing pthread_getspecific
configure:13108: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm >&5
configure:13114: $? = 0
configure:13121: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13124: $? = 0
configure:13131: test -s conftest
configure:13134: $? = 0
configure:13158: result: none required
configure:13174: checking for compress2 in -lz
configure:13209: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:13215: $? = 0
configure:13222: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13225: $? = 0
configure:13232: test -s conftest
configure:13235: $? = 0
configure:13249: result: yes
configure:13826: checking for xml2-config
configure:13842: found /usr/bin/xml2-config
configure:13853: result: xml2-config
configure:13865: checking for libxml2 includes
configure:13872: result: -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
configure:13874: checking for xmlReadFile in -lxml2
configure:13909: clang -o conftest conftest.c -lxml2 -lz -lpthread -lffi -lcurses -lm >&5
configure:13915: $? = 0
configure:13922: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13925: $? = 0
configure:13932: test -s conftest
configure:13935: $? = 0
configure:13949: result: yes
configure:13973: checking for dirent.h that defines DIR
configure:14041: result: yes
configure:14054: checking for library containing opendir
configure:14145: result: none required
configure:14255: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:14289: clang -c conftest.c >&5
conftest.c:89:24: error: use of undeclared identifier 'MAP_ANONYMOUS'
mmap (0, 1, PROT_READ, MAP_ANONYMOUS, -1, 0); return (0);
^
1 error generated.
configure:14295: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <sys/mman.h>
| #include <unistd.h>
| #include <fcntl.h>
| int
| main ()
| {
| mmap (0, 1, PROT_READ, MAP_ANONYMOUS, -1, 0); return (0);
| ;
| return 0;
| }
configure:14334: result: no
configure:14344: checking whether stat file-mode macros are broken
configure:14392: result: no
configure:14402: checking for sys/wait.h that is POSIX.1 compatible
configure:14438: clang -c conftest.c >&5
configure:14444: $? = 0
configure:14451: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14454: $? = 0
configure:14461: test -s conftest.o
configure:14464: $? = 0
configure:14476: result: yes
configure:14486: checking whether time.h and sys/time.h may both be included
configure:14516: clang -c conftest.c >&5
configure:14522: $? = 0
configure:14529: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14532: $? = 0
configure:14539: test -s conftest.o
configure:14542: $? = 0
configure:14554: result: yes
configure:14576: checking how to run the C++ preprocessor
configure:14612: clang++ -E conftest.cpp
configure:14618: $? = 0
configure:14656: clang++ -E conftest.cpp
conftest.cpp:85:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:14662: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14702: result: clang++ -E
configure:14731: clang++ -E conftest.cpp
configure:14737: $? = 0
configure:14775: clang++ -E conftest.cpp
conftest.cpp:85:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:14781: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14841: checking cxxabi.h usability
configure:14858: clang++ -c conftest.cpp >&5
configure:14864: $? = 0
configure:14871: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:14874: $? = 0
configure:14881: test -s conftest.o
configure:14884: $? = 0
configure:14895: result: yes
configure:14899: checking cxxabi.h presence
configure:14914: clang++ -E conftest.cpp
configure:14920: $? = 0
configure:14941: result: yes
configure:14974: checking for cxxabi.h
configure:14982: result: yes
configure:15010: checking for dlfcn.h
configure:15016: result: yes
configure:15020: checking execinfo.h usability
configure:15037: clang -c conftest.c >&5
configure:15043: $? = 0
configure:15050: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15053: $? = 0
configure:15060: test -s conftest.o
configure:15063: $? = 0
configure:15074: result: yes
configure:15078: checking execinfo.h presence
configure:15093: clang -E conftest.c
configure:15099: $? = 0
configure:15120: result: yes
configure:15153: checking for execinfo.h
configure:15161: result: yes
configure:15020: checking fcntl.h usability
configure:15037: clang -c conftest.c >&5
configure:15043: $? = 0
configure:15050: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15053: $? = 0
configure:15060: test -s conftest.o
configure:15063: $? = 0
configure:15074: result: yes
configure:15078: checking fcntl.h presence
configure:15093: clang -E conftest.c
configure:15099: $? = 0
configure:15120: result: yes
configure:15153: checking for fcntl.h
configure:15161: result: yes
configure:15010: checking for inttypes.h
configure:15016: result: yes
configure:15020: checking link.h usability
configure:15037: clang -c conftest.c >&5
conftest.c:123:10: fatal error: 'link.h' file not found
#include <link.h>
^
1 error generated.
configure:15043: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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 <link.h>
configure:15074: result: no
configure:15078: checking link.h presence
configure:15093: clang -E conftest.c
conftest.c:90:10: fatal error: 'link.h' file not found
#include <link.h>
^
1 error generated.
configure:15099: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <link.h>
configure:15120: result: no
configure:15153: checking for link.h
configure:15161: result: no
configure:15184: checking for malloc.h
configure:15190: result: no
configure:15194: checking setjmp.h usability
configure:15211: clang -c conftest.c >&5
configure:15217: $? = 0
configure:15224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15227: $? = 0
configure:15234: test -s conftest.o
configure:15237: $? = 0
configure:15248: result: yes
configure:15252: checking setjmp.h presence
configure:15267: clang -E conftest.c
configure:15273: $? = 0
configure:15294: result: yes
configure:15327: checking for setjmp.h
configure:15335: result: yes
configure:15194: checking signal.h usability
configure:15211: clang -c conftest.c >&5
configure:15217: $? = 0
configure:15224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15227: $? = 0
configure:15234: test -s conftest.o
configure:15237: $? = 0
configure:15248: result: yes
configure:15252: checking signal.h presence
configure:15267: clang -E conftest.c
configure:15273: $? = 0
configure:15294: result: yes
configure:15327: checking for signal.h
configure:15335: result: yes
configure:15184: checking for stdint.h
configure:15190: result: yes
configure:15194: checking termios.h usability
configure:15211: clang -c conftest.c >&5
configure:15217: $? = 0
configure:15224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15227: $? = 0
configure:15234: test -s conftest.o
configure:15237: $? = 0
configure:15248: result: yes
configure:15252: checking termios.h presence
configure:15267: clang -E conftest.c
configure:15273: $? = 0
configure:15294: result: yes
configure:15327: checking for termios.h
configure:15335: result: yes
configure:15184: checking for unistd.h
configure:15190: result: yes
configure:15363: checking utime.h usability
configure:15380: clang -c conftest.c >&5
configure:15386: $? = 0
configure:15393: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15396: $? = 0
configure:15403: test -s conftest.o
configure:15406: $? = 0
configure:15417: result: yes
configure:15421: checking utime.h presence
configure:15436: clang -E conftest.c
configure:15442: $? = 0
configure:15463: result: yes
configure:15496: checking for utime.h
configure:15504: result: yes
configure:15536: checking sys/mman.h usability
configure:15553: clang -c conftest.c >&5
configure:15559: $? = 0
configure:15566: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15569: $? = 0
configure:15576: test -s conftest.o
configure:15579: $? = 0
configure:15590: result: yes
configure:15594: checking sys/mman.h presence
configure:15609: clang -E conftest.c
configure:15615: $? = 0
configure:15636: result: yes
configure:15669: checking for sys/mman.h
configure:15677: result: yes
configure:15536: checking sys/param.h usability
configure:15553: clang -c conftest.c >&5
configure:15559: $? = 0
configure:15566: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15569: $? = 0
configure:15576: test -s conftest.o
configure:15579: $? = 0
configure:15590: result: yes
configure:15594: checking sys/param.h presence
configure:15609: clang -E conftest.c
configure:15615: $? = 0
configure:15636: result: yes
configure:15669: checking for sys/param.h
configure:15677: result: yes
configure:15536: checking sys/resource.h usability
configure:15553: clang -c conftest.c >&5
configure:15559: $? = 0
configure:15566: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15569: $? = 0
configure:15576: test -s conftest.o
configure:15579: $? = 0
configure:15590: result: yes
configure:15594: checking sys/resource.h presence
configure:15609: clang -E conftest.c
configure:15615: $? = 0
configure:15636: result: yes
configure:15669: checking for sys/resource.h
configure:15677: result: yes
configure:15536: checking sys/time.h usability
configure:15553: clang -c conftest.c >&5
configure:15559: $? = 0
configure:15566: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15569: $? = 0
configure:15576: test -s conftest.o
configure:15579: $? = 0
configure:15590: result: yes
configure:15594: checking sys/time.h presence
configure:15609: clang -E conftest.c
configure:15615: $? = 0
configure:15636: result: yes
configure:15669: checking for sys/time.h
configure:15677: result: yes
configure:15536: checking sys/uio.h usability
configure:15553: clang -c conftest.c >&5
configure:15559: $? = 0
configure:15566: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15569: $? = 0
configure:15576: test -s conftest.o
configure:15579: $? = 0
configure:15590: result: yes
configure:15594: checking sys/uio.h presence
configure:15609: clang -E conftest.c
configure:15615: $? = 0
configure:15636: result: yes
configure:15669: checking for sys/uio.h
configure:15677: result: yes
configure:15707: checking sys/ioctl.h usability
configure:15724: clang -c conftest.c >&5
configure:15730: $? = 0
configure:15737: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15740: $? = 0
configure:15747: test -s conftest.o
configure:15750: $? = 0
configure:15761: result: yes
configure:15765: checking sys/ioctl.h presence
configure:15780: clang -E conftest.c
configure:15786: $? = 0
configure:15807: result: yes
configure:15840: checking for sys/ioctl.h
configure:15848: result: yes
configure:15707: checking malloc/malloc.h usability
configure:15724: clang -c conftest.c >&5
configure:15730: $? = 0
configure:15737: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15740: $? = 0
configure:15747: test -s conftest.o
configure:15750: $? = 0
configure:15761: result: yes
configure:15765: checking malloc/malloc.h presence
configure:15780: clang -E conftest.c
configure:15786: $? = 0
configure:15807: result: yes
configure:15840: checking for malloc/malloc.h
configure:15848: result: yes
configure:15707: checking mach/mach.h usability
configure:15724: clang -c conftest.c >&5
configure:15730: $? = 0
configure:15737: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15740: $? = 0
configure:15747: test -s conftest.o
configure:15750: $? = 0
configure:15761: result: yes
configure:15765: checking mach/mach.h presence
configure:15780: clang -E conftest.c
configure:15786: $? = 0
configure:15807: result: yes
configure:15840: checking for mach/mach.h
configure:15848: result: yes
configure:15876: checking valgrind/valgrind.h usability
configure:15893: clang -c conftest.c >&5
configure:15899: $? = 0
configure:15906: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15909: $? = 0
configure:15916: test -s conftest.o
configure:15919: $? = 0
configure:15930: result: yes
configure:15934: checking valgrind/valgrind.h presence
configure:15949: clang -E conftest.c
configure:15955: $? = 0
configure:15976: result: yes
configure:16009: checking for valgrind/valgrind.h
configure:16017: result: yes
configure:16045: checking fenv.h usability
configure:16062: clang -c conftest.c >&5
configure:16068: $? = 0
configure:16075: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16078: $? = 0
configure:16085: test -s conftest.o
configure:16088: $? = 0
configure:16099: result: yes
configure:16103: checking fenv.h presence
configure:16118: clang -E conftest.c
configure:16124: $? = 0
configure:16145: result: yes
configure:16178: checking for fenv.h
configure:16186: result: yes
configure:16199: checking whether FE_ALL_EXCEPT is declared
configure:16230: clang -c conftest.c >&5
configure:16236: $? = 0
configure:16243: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16246: $? = 0
configure:16253: test -s conftest.o
configure:16256: $? = 0
configure:16268: result: yes
configure:16284: checking whether FE_INEXACT is declared
configure:16315: clang -c conftest.c >&5
configure:16321: $? = 0
configure:16328: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16331: $? = 0
configure:16338: test -s conftest.o
configure:16341: $? = 0
configure:16353: result: yes
configure:16387: checking pthread.h usability
configure:16404: clang -c conftest.c >&5
configure:16410: $? = 0
configure:16417: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16420: $? = 0
configure:16427: test -s conftest.o
configure:16430: $? = 0
configure:16441: result: yes
configure:16445: checking pthread.h presence
configure:16460: clang -E conftest.c
configure:16466: $? = 0
configure:16487: result: yes
configure:16520: checking for pthread.h
configure:16528: result: yes
configure:16565: checking zlib.h usability
configure:16582: clang -c conftest.c >&5
configure:16588: $? = 0
configure:16595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16598: $? = 0
configure:16605: test -s conftest.o
configure:16608: $? = 0
configure:16619: result: yes
configure:16623: checking zlib.h presence
configure:16638: clang -E conftest.c
configure:16644: $? = 0
configure:16665: result: yes
configure:16698: checking for zlib.h
configure:16706: result: yes
configure:16745: checking ffi.h usability
configure:16762: clang -c conftest.c >&5
conftest.c:143:10: fatal error: 'ffi.h' file not found
#include <ffi.h>
^
1 error generated.
configure:16768: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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_IOCTL_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_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 <ffi.h>
configure:16799: result: no
configure:16803: checking ffi.h presence
configure:16818: clang -E conftest.c
conftest.c:110:10: fatal error: 'ffi.h' file not found
#include <ffi.h>
^
1 error generated.
configure:16824: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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_IOCTL_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h. */
| #include <ffi.h>
configure:16845: result: no
configure:16878: checking for ffi.h
configure:16886: result: no
configure:16745: checking ffi/ffi.h usability
configure:16762: clang -c conftest.c >&5
configure:16768: $? = 0
configure:16775: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:16778: $? = 0
configure:16785: test -s conftest.o
configure:16788: $? = 0
configure:16799: result: yes
configure:16803: checking ffi/ffi.h presence
configure:16818: clang -E conftest.c
configure:16824: $? = 0
configure:16845: result: yes
configure:16878: checking for ffi/ffi.h
configure:16886: result: yes
configure:16916: checking CrashReporterClient.h usability
configure:16933: clang -c conftest.c >&5
conftest.c:144:10: fatal error: 'CrashReporterClient.h' file not found
#include <CrashReporterClient.h>
^
1 error generated.
configure:16939: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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_IOCTL_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_FFI_FFI_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:16970: result: no
configure:16974: checking CrashReporterClient.h presence
configure:16989: clang -E conftest.c
conftest.c:111:10: fatal error: 'CrashReporterClient.h' file not found
#include <CrashReporterClient.h>
^
1 error generated.
configure:16995: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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_IOCTL_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_FFI_FFI_H 1
| /* end confdefs.h. */
| #include <CrashReporterClient.h>
configure:17016: result: no
configure:17049: checking for CrashReporterClient.h
configure:17057: result: no
configure:17071: checking __crashreporter_info__
configure:17095: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:17101: $? = 0
configure:17108: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17111: $? = 0
configure:17118: test -s conftest
configure:17121: $? = 0
configure:17124: result: yes
configure:17152: checking for HUGE_VAL sanity
configure:17190: clang++ -o conftest -pedantic conftest.cpp -lz -lpthread -lffi -lcurses -lm >&5
configure:17193: $? = 0
configure:17199: ./conftest
configure:17202: $? = 0
configure:17226: result: yes
configure:17231: checking for pid_t
configure:17261: clang -c conftest.c >&5
configure:17267: $? = 0
configure:17274: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17277: $? = 0
configure:17284: test -s conftest.o
configure:17287: $? = 0
configure:17299: result: yes
configure:17311: checking for size_t
configure:17341: clang -c conftest.c >&5
configure:17347: $? = 0
configure:17354: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17357: $? = 0
configure:17364: test -s conftest.o
configure:17367: $? = 0
configure:17379: result: yes
configure:17396: checking whether struct tm is in sys/time.h or time.h
configure:17424: clang -c conftest.c >&5
conftest.c:119:20: warning: expression result unused [-Wunused-value]
struct tm *tp; tp->tm_sec;
~~ ^~~~~~
1 warning generated.
configure:17430: $? = 0
configure:17437: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17440: $? = 0
configure:17447: test -s conftest.o
configure:17450: $? = 0
configure:17462: result: time.h
configure:17472: checking for int64_t
configure:17502: clang -c conftest.c >&5
configure:17508: $? = 0
configure:17515: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17518: $? = 0
configure:17525: test -s conftest.o
configure:17528: $? = 0
configure:17540: result: yes
configure:17555: checking for uint64_t
configure:17585: clang -c conftest.c >&5
configure:17591: $? = 0
configure:17598: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17601: $? = 0
configure:17608: test -s conftest.o
configure:17611: $? = 0
configure:17623: result: yes
configure:17730: checking for backtrace
configure:17786: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:17792: $? = 0
configure:17799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17802: $? = 0
configure:17809: test -s conftest
configure:17812: $? = 0
configure:17826: result: yes
configure:17730: checking for ceilf
configure:17786: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:139:6: warning: incompatible redeclaration of library function 'ceilf' [-Wincompatible-library-redeclaration]
char ceilf ();
^
conftest.c:139:6: note: 'ceilf' is a builtin with type 'float (float)'
1 warning generated.
configure:17792: $? = 0
configure:17799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17802: $? = 0
configure:17809: test -s conftest
configure:17812: $? = 0
configure:17826: result: yes
configure:17730: checking for floorf
configure:17786: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:140:6: warning: incompatible redeclaration of library function 'floorf' [-Wincompatible-library-redeclaration]
char floorf ();
^
conftest.c:140:6: note: 'floorf' is a builtin with type 'float (float)'
1 warning generated.
configure:17792: $? = 0
configure:17799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17802: $? = 0
configure:17809: test -s conftest
configure:17812: $? = 0
configure:17826: result: yes
configure:17730: checking for roundf
configure:17786: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:141:6: warning: incompatible redeclaration of library function 'roundf' [-Wincompatible-library-redeclaration]
char roundf ();
^
conftest.c:141:6: note: 'roundf' is a builtin with type 'float (float)'
1 warning generated.
configure:17792: $? = 0
configure:17799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17802: $? = 0
configure:17809: test -s conftest
configure:17812: $? = 0
configure:17826: result: yes
configure:17730: checking for rintf
configure:17786: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:142:6: warning: incompatible redeclaration of library function 'rintf' [-Wincompatible-library-redeclaration]
char rintf ();
^
conftest.c:142:6: note: 'rintf' is a builtin with type 'float (float)'
1 warning generated.
configure:17792: $? = 0
configure:17799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17802: $? = 0
configure:17809: test -s conftest
configure:17812: $? = 0
configure:17826: result: yes
configure:17730: checking for nearbyintf
configure:17786: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:143:6: warning: incompatible redeclaration of library function 'nearbyintf' [-Wincompatible-library-redeclaration]
char nearbyintf ();
^
conftest.c:143:6: note: 'nearbyintf' is a builtin with type 'float (float)'
1 warning generated.
configure:17792: $? = 0
configure:17799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17802: $? = 0
configure:17809: test -s conftest
configure:17812: $? = 0
configure:17826: result: yes
configure:17730: checking for getcwd
configure:17786: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:17792: $? = 0
configure:17799: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17802: $? = 0
configure:17809: test -s conftest
configure:17812: $? = 0
configure:17826: result: yes
configure:17843: checking for powf
configure:17899: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:145:6: warning: incompatible redeclaration of library function 'powf' [-Wincompatible-library-redeclaration]
char powf ();
^
conftest.c:145:6: note: 'powf' is a builtin with type 'float (float, float)'
1 warning generated.
configure:17905: $? = 0
configure:17912: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17915: $? = 0
configure:17922: test -s conftest
configure:17925: $? = 0
configure:17939: result: yes
configure:17843: checking for fmodf
configure:17899: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:17905: $? = 0
configure:17912: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17915: $? = 0
configure:17922: test -s conftest
configure:17925: $? = 0
configure:17939: result: yes
configure:17843: checking for strtof
configure:17899: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:17905: $? = 0
configure:17912: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17915: $? = 0
configure:17922: test -s conftest
configure:17925: $? = 0
configure:17939: result: yes
configure:17843: checking for round
configure:17899: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:148:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
char round ();
^
conftest.c:148:6: note: 'round' is a builtin with type 'double (double)'
1 warning generated.
configure:17905: $? = 0
configure:17912: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:17915: $? = 0
configure:17922: test -s conftest
configure:17925: $? = 0
configure:17939: result: yes
configure:17957: checking for log
configure:18013: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:149:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration]
char log ();
^
conftest.c:149:6: note: 'log' is a builtin with type 'double (double)'
1 warning generated.
configure:18019: $? = 0
configure:18026: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18029: $? = 0
configure:18036: test -s conftest
configure:18039: $? = 0
configure:18053: result: yes
configure:17957: checking for log2
configure:18013: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:150:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
char log2 ();
^
conftest.c:150:6: note: 'log2' is a builtin with type 'double (double)'
1 warning generated.
configure:18019: $? = 0
configure:18026: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18029: $? = 0
configure:18036: test -s conftest
configure:18039: $? = 0
configure:18053: result: yes
configure:17957: checking for log10
configure:18013: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18019: $? = 0
configure:18026: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18029: $? = 0
configure:18036: test -s conftest
configure:18039: $? = 0
configure:18053: result: yes
configure:17957: checking for exp
configure:18013: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:152:6: warning: incompatible redeclaration of library function 'exp' [-Wincompatible-library-redeclaration]
char exp ();
^
conftest.c:152:6: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
configure:18019: $? = 0
configure:18026: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18029: $? = 0
configure:18036: test -s conftest
configure:18039: $? = 0
configure:18053: result: yes
configure:17957: checking for exp2
configure:18013: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:153:6: warning: incompatible redeclaration of library function 'exp2' [-Wincompatible-library-redeclaration]
char exp2 ();
^
conftest.c:153:6: note: 'exp2' is a builtin with type 'double (double)'
1 warning generated.
configure:18019: $? = 0
configure:18026: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18029: $? = 0
configure:18036: test -s conftest
configure:18039: $? = 0
configure:18053: result: yes
configure:18071: checking for getpagesize
configure:18127: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18133: $? = 0
configure:18140: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18143: $? = 0
configure:18150: test -s conftest
configure:18153: $? = 0
configure:18167: result: yes
configure:18071: checking for getrusage
configure:18127: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18133: $? = 0
configure:18140: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18143: $? = 0
configure:18150: test -s conftest
configure:18153: $? = 0
configure:18167: result: yes
configure:18071: checking for getrlimit
configure:18127: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18133: $? = 0
configure:18140: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18143: $? = 0
configure:18150: test -s conftest
configure:18153: $? = 0
configure:18167: result: yes
configure:18071: checking for setrlimit
configure:18127: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18133: $? = 0
configure:18140: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18143: $? = 0
configure:18150: test -s conftest
configure:18153: $? = 0
configure:18167: result: yes
configure:18071: checking for gettimeofday
configure:18127: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18133: $? = 0
configure:18140: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18143: $? = 0
configure:18150: test -s conftest
configure:18153: $? = 0
configure:18167: result: yes
configure:18183: checking for isatty
configure:18239: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18245: $? = 0
configure:18252: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18255: $? = 0
configure:18262: test -s conftest
configure:18265: $? = 0
configure:18279: result: yes
configure:18183: checking for mkdtemp
configure:18239: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18245: $? = 0
configure:18252: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18255: $? = 0
configure:18262: test -s conftest
configure:18265: $? = 0
configure:18279: result: yes
configure:18183: checking for mkstemp
configure:18239: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18245: $? = 0
configure:18252: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18255: $? = 0
configure:18262: test -s conftest
configure:18265: $? = 0
configure:18279: result: yes
configure:18298: checking for mktemp
configure:18354: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18360: $? = 0
configure:18367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18370: $? = 0
configure:18377: test -s conftest
configure:18380: $? = 0
configure:18394: result: yes
configure:18298: checking for posix_spawn
configure:18354: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18360: $? = 0
configure:18367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18370: $? = 0
configure:18377: test -s conftest
configure:18380: $? = 0
configure:18394: result: yes
configure:18298: checking for pread
configure:18354: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18360: $? = 0
configure:18367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18370: $? = 0
configure:18377: test -s conftest
configure:18380: $? = 0
configure:18394: result: yes
configure:18298: checking for realpath
configure:18354: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18360: $? = 0
configure:18367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18370: $? = 0
configure:18377: test -s conftest
configure:18380: $? = 0
configure:18394: result: yes
configure:18298: checking for sbrk
configure:18354: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18360: $? = 0
configure:18367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18370: $? = 0
configure:18377: test -s conftest
configure:18380: $? = 0
configure:18394: result: yes
configure:18298: checking for setrlimit
configure:18394: result: yes
configure:18411: checking for strerror
configure:18467: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:168:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:168:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:18473: $? = 0
configure:18480: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18483: $? = 0
configure:18490: test -s conftest
configure:18493: $? = 0
configure:18507: result: yes
configure:18411: checking for strerror_r
configure:18467: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18473: $? = 0
configure:18480: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18483: $? = 0
configure:18490: test -s conftest
configure:18493: $? = 0
configure:18507: result: yes
configure:18411: checking for setenv
configure:18467: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18473: $? = 0
configure:18480: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18483: $? = 0
configure:18490: test -s conftest
configure:18493: $? = 0
configure:18507: result: yes
configure:18411: checking for arc4random
configure:18467: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18473: $? = 0
configure:18480: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18483: $? = 0
configure:18490: test -s conftest
configure:18493: $? = 0
configure:18507: result: yes
configure:18524: checking for strtoll
configure:18580: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18586: $? = 0
configure:18593: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18596: $? = 0
configure:18603: test -s conftest
configure:18606: $? = 0
configure:18620: result: yes
configure:18524: checking for strtoq
configure:18580: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18586: $? = 0
configure:18593: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18596: $? = 0
configure:18603: test -s conftest
configure:18606: $? = 0
configure:18620: result: yes
configure:18524: checking for sysconf
configure:18580: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18586: $? = 0
configure:18593: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18596: $? = 0
configure:18603: test -s conftest
configure:18606: $? = 0
configure:18620: result: yes
configure:18524: checking for malloc_zone_statistics
configure:18580: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18586: $? = 0
configure:18593: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18596: $? = 0
configure:18603: test -s conftest
configure:18606: $? = 0
configure:18620: result: yes
configure:18638: checking for setjmp
configure:18694: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:176:6: warning: declaration of built-in function 'setjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
char setjmp ();
^
1 warning generated.
configure:18700: $? = 0
configure:18707: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18710: $? = 0
configure:18717: test -s conftest
configure:18720: $? = 0
configure:18734: result: yes
configure:18638: checking for longjmp
configure:18694: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:177:6: warning: declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
char longjmp ();
^
1 warning generated.
configure:18700: $? = 0
configure:18707: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18710: $? = 0
configure:18717: test -s conftest
configure:18720: $? = 0
configure:18734: result: yes
configure:18638: checking for sigsetjmp
configure:18694: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:178:6: warning: declaration of built-in function 'sigsetjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
char sigsetjmp ();
^
1 warning generated.
configure:18700: $? = 0
configure:18707: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18710: $? = 0
configure:18717: test -s conftest
configure:18720: $? = 0
configure:18734: result: yes
configure:18638: checking for siglongjmp
configure:18694: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:179:6: warning: declaration of built-in function 'siglongjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
char siglongjmp ();
^
1 warning generated.
configure:18700: $? = 0
configure:18707: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18710: $? = 0
configure:18717: test -s conftest
configure:18720: $? = 0
configure:18734: result: yes
configure:18638: checking for writev
configure:18694: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18700: $? = 0
configure:18707: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18710: $? = 0
configure:18717: test -s conftest
configure:18720: $? = 0
configure:18734: result: yes
configure:18749: checking for futimes
configure:18805: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18811: $? = 0
configure:18818: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18821: $? = 0
configure:18828: test -s conftest
configure:18831: $? = 0
configure:18845: result: yes
configure:18749: checking for futimens
configure:18805: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
Undefined symbols for architecture x86_64:
"_futimens", referenced from:
_main in conftest-tyH9AJ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18811: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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_IOCTL_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_FFI_FFI_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 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_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_ARC4RANDOM 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| /* end confdefs.h. */
| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define futimens innocuous_futimens
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char futimens (); 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 futimens
|
| /* 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 futimens ();
| /* 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_futimens || defined __stub___futimens
| choke me
| #endif
|
| int
| main ()
| {
| return futimens ();
| ;
| return 0;
| }
configure:18845: result: no
configure:18855: checking if printf has the %a format character
configure:18905: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:18908: $? = 0
configure:18914: ./conftest
configure:18917: $? = 0
configure:18939: result: yes
configure:18951: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:18984: clang++ -c conftest.cpp >&5
configure:18990: $? = 0
configure:18997: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:19000: $? = 0
configure:19007: test -s conftest.o
configure:19010: $? = 0
configure:19029: result: yes
configure:19041: checking whether strerror_s is declared
configure:19071: clang -c conftest.c >&5
conftest.c:198:22: error: use of undeclared identifier 'strerror_s'
char *p = (char *) strerror_s;
^
1 error generated.
configure:19077: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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_IOCTL_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_FFI_FFI_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 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_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_ARC4RANDOM 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 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:19109: result: no
configure:20571: checking for isnan in <math.h>
configure:20604: clang++ -c conftest.cpp >&5
configure:20610: $? = 0
configure:20617: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20620: $? = 0
configure:20627: test -s conftest.o
configure:20630: $? = 0
configure:20649: result: yes
configure:20662: checking for isnan in <cmath>
configure:20695: clang++ -c conftest.cpp >&5
configure:20701: $? = 0
configure:20708: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20711: $? = 0
configure:20718: test -s conftest.o
configure:20721: $? = 0
configure:20740: result: yes
configure:20752: checking for std::isnan in <cmath>
configure:20785: clang++ -c conftest.cpp >&5
configure:20791: $? = 0
configure:20798: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20801: $? = 0
configure:20808: test -s conftest.o
configure:20811: $? = 0
configure:20830: result: yes
configure:20844: checking for isinf in <math.h>
configure:20877: clang++ -c conftest.cpp >&5
configure:20883: $? = 0
configure:20890: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20893: $? = 0
configure:20900: test -s conftest.o
configure:20903: $? = 0
configure:20922: result: yes
configure:20934: checking for isinf in <cmath>
configure:20967: clang++ -c conftest.cpp >&5
configure:20973: $? = 0
configure:20980: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20983: $? = 0
configure:20990: test -s conftest.o
configure:20993: $? = 0
configure:21012: result: yes
configure:21024: checking for std::isinf in <cmath>
configure:21057: clang++ -c conftest.cpp >&5
configure:21063: $? = 0
configure:21070: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:21073: $? = 0
configure:21080: test -s conftest.o
configure:21083: $? = 0
configure:21102: result: yes
configure:21114: checking for finite in <ieeefp.h>
configure:21147: clang++ -c conftest.cpp >&5
conftest.cpp:168:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:21153: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5svn"
| #define PACKAGE_STRING "LLVM 3.5svn"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HAVE_DOT 1
| #define LLVM_PATH_DOT "/usr/local/bin/dot"
| #define HAVE_FDP 1
| #define LLVM_PATH_FDP "/usr/local/bin/fdp"
| #define HAVE_NEATO 1
| #define LLVM_PATH_NEATO "/usr/local/bin/neato"
| #define HAVE_TWOPI 1
| #define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
| #define HAVE_CIRCO 1
| #define LLVM_PATH_CIRCO "/usr/local/bin/circo"
| #define HAVE_DOTTY 1
| #define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
| #define HOST_LINK_VERSION "224.1"
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
| #define LTDL_SHLIB_EXT ".dylib"
| #define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MACH_O_DYLD_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_FFI_CALL 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define USE_UDIS86 0
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_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_IOCTL_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_MACH_MACH_H 1
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_FFI_FFI_H 1
| #define HAVE_CRASHREPORTER_INFO 1
| #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_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 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_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_ARC4RANDOM 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_MALLOC_ZONE_STATISTICS 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 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:21192: result: no
configure:21212: checking for stdlib.h
configure:21218: result: yes
configure:21212: checking for unistd.h
configure:21218: result: yes
configure:21380: checking for getpagesize
configure:21476: result: yes
configure:21486: checking for working mmap
configure:21633: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:21636: $? = 0
configure:21642: ./conftest
configure:21645: $? = 0
configure:21661: result: yes
configure:21672: checking for mmap of files
configure:21717: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
conftest.c:185:3: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration]
unlink ("foo");
^
1 warning generated.
configure:21720: $? = 0
configure:21726: ./conftest
configure:21729: $? = 0
configure:21752: result: yes
configure:21764: checking if /dev/zero is needed for mmap
configure:21776: result: no
configure:21798: checking for GCC atomic builtins
configure:21831: clang++ -o conftest conftest.cpp -lz -lpthread -lffi -lcurses -lm >&5
configure:21837: $? = 0
configure:21844: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:21847: $? = 0
configure:21854: test -s conftest
configure:21857: $? = 0
configure:21860: result: yes
configure:21989: checking for __dso_handle
configure:22045: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm >&5
configure:22051: $? = 0
configure:22058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22061: $? = 0
configure:22068: test -s conftest
configure:22071: $? = 0
configure:22085: result: yes
configure:22239: checking for compiler -fvisibility-inlines-hidden option
configure:22273: clang++ -c -O0 -fvisibility-inlines-hidden -Werror conftest.cpp >&5
configure:22279: $? = 0
configure:22286: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:22289: $? = 0
configure:22296: test -s conftest.o
configure:22299: $? = 0
configure:22319: result: yes
configure:22544: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by LLVM config.status 3.5svn, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on localhost
config.status:769: creating include/llvm/Config/Targets.def
config.status:769: creating include/llvm/Config/AsmPrinters.def
config.status:769: creating include/llvm/Config/AsmParsers.def
config.status:769: creating include/llvm/Config/Disassemblers.def
config.status:769: creating Makefile.config
config.status:769: creating llvm.spec
config.status:769: creating docs/doxygen.cfg
config.status:769: creating tools/clang/docs/doxygen.cfg
config.status:769: creating bindings/ocaml/llvm/META.llvm
config.status:769: creating include/llvm/Config/config.h
config.status:769: creating include/llvm/Config/llvm-config.h
config.status:769: creating include/llvm/Support/DataTypes.h
config.status:769: creating tools/clang/include/clang/Config/config.h
config.status:1192: executing setup commands
config.status:1192: executing Makefile commands
config.status:1192: executing Makefile.common commands
config.status:1192: executing examples/Makefile commands
config.status:1192: executing lib/Makefile commands
config.status:1192: executing test/Makefile commands
config.status:1192: executing test/Makefile.tests commands
config.status:1192: executing unittests/Makefile commands
config.status:1192: executing tools/Makefile commands
config.status:1192: executing utils/Makefile commands
config.status:1192: executing projects/Makefile commands
config.status:1192: executing bindings/Makefile commands
config.status:1192: executing bindings/ocaml/Makefile.ocaml commands
configure:23881: === configuring in projects/sample (/private/tmp/llvm35-WSQK/projects/sample)
configure:23984: running /bin/sh ./configure --prefix=/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5 '--enable-optimized' '--disable-bindings' '--with-gmp=/usr/local/opt/gmp' '--with-isl=/usr/local/opt/isl' '--with-cloog=/usr/local/opt/cloog' '--enable-targets=all' '--enable-shared' '--disable-assertions' '--enable-libffi' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
configure:23881: === configuring in tools/polly (/private/tmp/llvm35-WSQK/tools/polly)
configure:23984: running /bin/sh ./configure --prefix=/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5 '--enable-optimized' '--disable-bindings' '--with-gmp=/usr/local/opt/gmp' '--with-isl=/usr/local/opt/isl' '--with-cloog=/usr/local/opt/cloog' '--enable-targets=all' '--enable-shared' '--disable-assertions' '--enable-libffi' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.0.0
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=clang
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___dso_handle=yes
ac_cv_func_arc4random=yes
ac_cv_func_argz_append=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_exp2=yes
ac_cv_func_exp=yes
ac_cv_func_finite_in_ieeefp_h=no
ac_cv_func_floorf=yes
ac_cv_func_fmodf=yes
ac_cv_func_futimens=no
ac_cv_func_futimes=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_log10=yes
ac_cv_func_log2=yes
ac_cv_func_log=yes
ac_cv_func_longjmp=yes
ac_cv_func_malloc_zone_statistics=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=yes
ac_cv_func_std_isinf_in_cmath=yes
ac_cv_func_std_isnan_in_cmath=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=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_FE_ALL_EXCEPT=yes
ac_cv_have_decl_FE_INEXACT=yes
ac_cv_have_decl_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_argz_h=no
ac_cv_header_cxxabi_h=yes
ac_cv_header_dirent_dirent_h=yes
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_ffi_ffi_h=yes
ac_cv_header_ffi_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_link_h=no
ac_cv_header_mach_mach_h=yes
ac_cv_header_mach_o_dyld_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_malloc_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mmap_anon=no
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_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
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=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-apple-darwin13.0.0
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_lib_xml2_xmlReadFile=yes
ac_cv_lib_z_compress2=yes
ac_cv_need_dev_zero_for_mmap=no
ac_cv_objext=o
ac_cv_path_BINPWD=/bin/pwd
ac_cv_path_BZIP2=/usr/bin/bzip2
ac_cv_path_CAT=/bin/cat
ac_cv_path_CIRCO=/usr/local/bin/circo
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CP=/bin/cp
ac_cv_path_DATE=/bin/date
ac_cv_path_DOT=/usr/local/bin/dot
ac_cv_path_DOTTY=/usr/local/bin/dotty
ac_cv_path_DOXYGEN=/usr/local/bin/doxygen
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FDP=/usr/local/bin/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=/usr/bin/grep
ac_cv_path_GROFF=/usr/bin/groff
ac_cv_path_GZIPBIN=/usr/bin/gzip
ac_cv_path_MKDIR=/bin/mkdir
ac_cv_path_MV=/bin/mv
ac_cv_path_NEATO=/usr/local/bin/neato
ac_cv_path_PDFROFF=/usr/bin/pdfroff
ac_cv_path_PYTHON=/usr/local/opt/python/bin/python
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_TWOPI=/usr/local/bin/twopi
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_XML2CONFIG=xml2-config
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_clock_gettime=no
ac_cv_search_dlopen='none required'
ac_cv_search_ffi_call=-lffi
ac_cv_search_mallinfo=no
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_search_setupterm=-lcurses
ac_cv_struct_tm=time.h
ac_cv_sys_symbol_underscore=yes
ac_cv_target=x86_64-apple-darwin13.0.0
ac_cv_type_error_t=no
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_need_uscore=no
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.dylib
libltdl_cv_sys_dlopen_deplibs=yes
libltdl_cv_sys_search_path='/usr/local/lib /lib /usr/lib'
llvm_cv_c_printf_a=yes
llvm_cv_cxx_compiler=clang
llvm_cv_cxx_visibility_inlines_hidden=yes
llvm_cv_enable_backtraces=yes
llvm_cv_enable_crash_overrides=yes
llvm_cv_enable_libffi=yes
llvm_cv_enable_terminfo=yes
llvm_cv_gnu_make_command=make
llvm_cv_link_all_option=-Wl,-all_load
llvm_cv_link_use_export_dynamic=yes
llvm_cv_link_use_r=no
llvm_cv_link_use_version_script=no
llvm_cv_link_version=224.1
llvm_cv_no_link_all_option=-Wl,-noall_load
llvm_cv_old_cxxflags=
llvm_cv_os_type=Darwin
llvm_cv_platform_type=Unix
llvm_cv_target_arch=x86_64
llvm_cv_target_os_type=Darwin
lt_cv_path_NM=/usr/bin/nm
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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='x86_64'
BINDINGS_TO_BUILD=''
BINPWD='/bin/pwd'
BINUTILS_INCDIR=''
BUILD_CC=''
BUILD_CXX=''
BUILD_EXEEXT=''
BZIP2='/usr/bin/bzip2'
CAT='/bin/cat'
CC='clang'
CFLAGS=''
CIRCO='/usr/local/bin/circo'
CLANG_SRC_ROOT=''
CMP='/usr/bin/cmp'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
COVERED_SWITCH_DEFAULT=''
CP='/bin/cp'
CPP='clang -E'
CPPFLAGS=''
CVSBUILD=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXFLAGS=''
DATE='/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS='DISABLE_ASSERTIONS=1'
DOT='/usr/local/bin/dot'
DOTTY='/usr/local/bin/dotty'
DOXYGEN='/usr/local/bin/doxygen'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_CLANG_ARCMT='1'
ENABLE_CLANG_REWRITER='1'
ENABLE_CLANG_STATIC_ANALYZER='1'
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='1'
ENABLE_SPLIT_DWARF='0'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
ENABLE_WERROR='0'
EXEEXT=''
EXPENSIVE_CHECKS='no'
EXTRA_LD_OPTIONS=''
EXTRA_OPTIONS=''
FDP='/usr/local/bin/fdp'
FIND='/usr/bin/find'
GAS='/usr/bin/as'
GRAPHVIZ='echo Graphviz'
GREP='/usr/bin/grep'
GROFF='/usr/bin/groff'
GV='echo gv'
GZIPBIN='/usr/bin/gzip'
HAVE_LIBZ='1'
HAVE_LINK_VERSION_SCRIPT=''
HAVE_PTHREAD='1'
HOST_ARCH='x86_64'
HOST_OS='Darwin'
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='-lz -lpthread -lffi -lcurses -lm '
LIBXML2_INC='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2'
LIBXML2_LIBS='-lxml2'
LINKALL='-Wl,-all_load'
LLVM_BINDIR='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/bin'
LLVM_CONFIGTIME='Wed Jan 15 14:09:21 CET 2014'
LLVM_COPYRIGHT='Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/share/llvm'
LLVM_DOCSDIR='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/share/doc/llvm'
LLVM_ENABLE_THREADS='1'
LLVM_ENABLE_ZLIB='1'
LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(SystemZ) LLVM_ASM_PARSER(Mips) LLVM_ASM_PARSER(ARM) LLVM_ASM_PARSER(AArch64) LLVM_ASM_PARSER(PowerPC) LLVM_ASM_PARSER(Sparc) LLVM_ASM_PARSER(X86) '
LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(R600) LLVM_ASM_PRINTER(SystemZ) LLVM_ASM_PRINTER(Hexagon) LLVM_ASM_PRINTER(NVPTX) LLVM_ASM_PRINTER(MSP430) LLVM_ASM_PRINTER(XCore) LLVM_ASM_PRINTER(Mips) LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(AArch64) LLVM_ASM_PRINTER(PowerPC) LLVM_ASM_PRINTER(Sparc) LLVM_ASM_PRINTER(X86) '
LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(SystemZ) LLVM_DISASSEMBLER(XCore) LLVM_DISASSEMBLER(Mips) LLVM_DISASSEMBLER(ARM) LLVM_DISASSEMBLER(AArch64) LLVM_DISASSEMBLER(PowerPC) LLVM_DISASSEMBLER(Sparc) LLVM_DISASSEMBLER(X86) '
LLVM_ENUM_TARGETS='LLVM_TARGET(R600) LLVM_TARGET(SystemZ) LLVM_TARGET(Hexagon) LLVM_TARGET(NVPTX) LLVM_TARGET(CppBackend) LLVM_TARGET(MSP430) LLVM_TARGET(XCore) LLVM_TARGET(Mips) LLVM_TARGET(ARM) LLVM_TARGET(AArch64) LLVM_TARGET(PowerPC) LLVM_TARGET(Sparc) LLVM_TARGET(X86) '
LLVM_ETCDIR='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/etc/llvm'
LLVM_HAS_POLLY='1'
LLVM_INCLUDEDIR='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/include'
LLVM_INFODIR='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/info'
LLVM_MANDIR='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/man'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5'
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/bin/mkdir'
MMAP_FILE='yes'
MV='/bin/mv'
NEATO='/usr/local/bin/neato'
NM='/usr/bin/nm'
NOLINKALL='-Wl,-noall_load'
NO_MAYBE_UNINITIALIZED=''
NO_MISSING_FIELD_INITIALIZERS=''
NO_UNINITIALIZED=''
NO_VARIADIC_MACROS=''
OBJEXT='o'
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Darwin'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_NAME='LLVM'
PACKAGE_STRING='LLVM 3.5svn'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.5svn'
PATH_SEPARATOR=':'
PDFROFF='/usr/bin/pdfroff'
PYTHON='/usr/local/opt/python/bin/python'
RANLIB='ranlib'
RDYNAMIC='-rdynamic'
RM='/bin/rm'
RPATH='-Wl,-rpath'
SED='/usr/local/Library/ENV/4.3/sed'
SHELL='/bin/sh'
SHLIBEXT='.dylib'
SHLIBPATH_VAR=''
TAR='/usr/bin/tar'
TARGETS_TO_BUILD='X86 Sparc PowerPC AArch64 ARM Mips XCore MSP430 CppBackend NVPTX Hexagon SystemZ R600'
TARGET_HAS_JIT='1'
TARGET_OS='Darwin'
TWOPI='/usr/local/bin/twopi'
USE_INTEL_JITEVENTS='0'
USE_OPROFILE='0'
USE_UDIS86='0'
XDOT='echo xdot'
XML2CONFIG='xml2-config'
ZIP='/usr/bin/zip'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.0.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.0.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.0.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.0.0'
host_vendor='apple'
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/Cellar/llvm35/HEAD/lib/llvm-3.5'
program_prefix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' projects/sample tools/polly'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin13.0.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin13.0.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "LLVM"
#define PACKAGE_TARNAME "llvm"
#define PACKAGE_VERSION "3.5svn"
#define PACKAGE_STRING "LLVM 3.5svn"
#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
#define LLVM_VERSION_MAJOR 3
#define LLVM_VERSION_MINOR 5
#define LLVM_ON_UNIX 1
#define LLVM_ENABLE_THREADS 1
#define LLVM_ENABLE_ZLIB 1
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 1
#define ENABLE_BACKTRACES 1
#define ENABLE_CRASH_OVERRIDES 1
#define LLVM_NATIVE_ARCH X86
#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
#define CLANG_RESOURCE_DIR ""
#define C_INCLUDE_DIRS ""
#define GCC_INSTALL_PREFIX ""
#define DEFAULT_SYSROOT ""
#define BUG_REPORT_URL "http://llvm.org/bugs/"
#define HAVE_DOT 1
#define LLVM_PATH_DOT "/usr/local/bin/dot"
#define HAVE_FDP 1
#define LLVM_PATH_FDP "/usr/local/bin/fdp"
#define HAVE_NEATO 1
#define LLVM_PATH_NEATO "/usr/local/bin/neato"
#define HAVE_TWOPI 1
#define LLVM_PATH_TWOPI "/usr/local/bin/twopi"
#define HAVE_CIRCO 1
#define LLVM_PATH_CIRCO "/usr/local/bin/circo"
#define HAVE_DOTTY 1
#define LLVM_PATH_DOTTY "/usr/local/bin/dotty"
#define HOST_LINK_VERSION "224.1"
#define HAVE_LINK_EXPORT_DYNAMIC 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 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 HAVE_DLFCN_H 1
#define LTDL_SHLIB_EXT ".dylib"
#define LTDL_SYSSEARCHPATH "/usr/local/lib:/lib:/usr/lib"
#define LTDL_OBJDIR ".libs/"
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define error_t int
#define HAVE_ERRNO_H 1
#define HAVE_MEMORY_H 1
#define HAVE_UNISTD_H 1
#define HAVE_MACH_O_DYLD_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define HAVE_LIBM 1
#define HAVE_DLOPEN 1
#define HAVE_TERMINFO 1
#define HAVE_FFI_CALL 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_MUTEX_LOCK 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_GETSPECIFIC 1
#define HAVE_LIBZ 1
#define USE_UDIS86 0
#define LLVM_USE_OPROFILE 0
#define LLVM_USE_INTEL_JITEVENTS 0
#define CLANG_HAVE_LIBXML 1
#define HAVE_DIRENT_H 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_CXXABI_H 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_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_IOCTL_H 1
#define HAVE_MALLOC_MALLOC_H 1
#define HAVE_MACH_MACH_H 1
#define HAVE_VALGRIND_VALGRIND_H 1
#define HAVE_FENV_H 1
#define HAVE_DECL_FE_ALL_EXCEPT 1
#define HAVE_DECL_FE_INEXACT 1
#define HAVE_PTHREAD_H 1
#define HAVE_ZLIB_H 1
#define HAVE_FFI_FFI_H 1
#define HAVE_CRASHREPORTER_INFO 1
#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_LOG 1
#define HAVE_LOG2 1
#define HAVE_LOG10 1
#define HAVE_EXP 1
#define HAVE_EXP2 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_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_SETENV 1
#define HAVE_ARC4RANDOM 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
#define HAVE_SYSCONF 1
#define HAVE_MALLOC_ZONE_STATISTICS 1
#define HAVE_SETJMP 1
#define HAVE_LONGJMP 1
#define HAVE_SIGSETJMP 1
#define HAVE_SIGLONGJMP 1
#define HAVE_WRITEV 1
#define HAVE_FUTIMES 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/Cellar/llvm35/HEAD/lib/llvm-3.5"
#define LLVM_BINDIR "/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/bin"
#define LLVM_DATADIR "/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/share/llvm"
#define LLVM_DOCSDIR "/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/share/doc/llvm"
#define LLVM_ETCDIR "/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/etc/llvm"
#define LLVM_INCLUDEDIR "/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/include"
#define LLVM_INFODIR "/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/info"
#define LLVM_MANDIR "/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5/man"
#define LLVM_CONFIGTIME "Wed Jan 15 14:09:21 CET 2014"
#define LLVM_HOST_TRIPLE "x86_64-apple-darwin13.0.0"
#define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-apple-darwin13.0.0"
configure: exit 0
////////////////////////////////////////////////////////////////////////////////
4. [configure] 01.configure
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang -E
checking whether clang works... yes
checking whether GCC or Clang is our host compiler... clang
checking whether Clang is new enough... yes
checking whether Clang will select a modern C++ standard library... yes
configure: WARNING: Unknown project (libcxx) won't be configured automatically
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/local/Library/ENV/4.3/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... /usr/local/bin/dot
checking for fdp... /usr/local/bin/fdp
checking for neato... /usr/local/bin/neato
checking for twopi... /usr/local/bin/twopi
checking for circo... /usr/local/bin/circo
checking for gv... no
checking for gsview32... no
checking for dotty... /usr/local/bin/dotty
checking for xdot... no
checking for xdot.py... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... /usr/local/bin/doxygen
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pdfroff... /usr/bin/pdfroff
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 224.1
checking for compiler -Wl,-R<path> option... no
checking for compiler -rdynamic option... yes
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking which extension is used for loadable modules... .dylib
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags...
checking for python... /usr/local/opt/python/bin/python
checking for python >= 2.5... /usr/local/opt/python/bin/python (2.7.5)
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... no
checking for library containing setupterm... -lcurses
checking for library containing ffi_call... -lffi
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for compress2 in -lz... yes
checking for xml2-config... xml2-config
checking for libxml2 includes... -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
checking for xmlReadFile in -lxml2... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking how to run the C++ preprocessor... clang++ -E
checking cxxabi.h usability... yes
checking cxxabi.h presence... yes
checking for cxxabi.h... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking whether FE_ALL_EXCEPT is declared... yes
checking whether FE_INEXACT is declared... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking ffi/ffi.h usability... yes
checking ffi/ffi.h presence... yes
checking for ffi/ffi.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for log... yes
checking for log2... yes
checking for log10... yes
checking for exp... yes
checking for exp2... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for arc4random... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking for futimes... yes
checking for futimens... no
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating tools/clang/docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: creating tools/clang/include/clang/Config/config.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
=== configuring in projects/sample (/private/tmp/llvm35-WSQK/projects/sample)
configure: running /bin/sh ./configure --prefix=/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5 '--enable-optimized' '--disable-bindings' '--with-gmp=/usr/local/opt/gmp' '--with-isl=/usr/local/opt/isl' '--with-cloog=/usr/local/opt/cloog' '--enable-targets=all' '--enable-shared' '--disable-assertions' '--enable-libffi' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
checking llvm-config... no
checking LLVM package version... unknown
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C preprocessor... clang -E
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking target system type... x86_64-apple-darwin13.0.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for ranlib... ranlib
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/local/Library/ENV/4.3/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... /usr/local/bin/dot
checking for fdp... /usr/local/bin/fdp
checking for neato... /usr/local/bin/neato
checking for twopi... /usr/local/bin/twopi
checking for circo... /usr/local/bin/circo
checking for gv... no
checking for gsview32... no
checking for dotty... /usr/local/bin/dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... /usr/local/bin/doxygen
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pod2html... /usr/bin/pod2html
checking for pod2man... /usr/local/Library/ENV/4.3/pod2man
checking for pdfroff... /usr/bin/pdfroff
checking for runtest... no
checking for the tclsh program in tclinclude directory... none
checking for tclsh8.4... /usr/bin/tclsh8.4
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 224.1
checking for compiler -Wl,-R<path> option... no
checking for compiler -rdynamic option... yes
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking which extension is used for loadable modules... .dylib
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags...
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing clock_gettime... no
checking for library containing setupterm... -lcurses
checking for library containing ffi_call... -lffi
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for compress2 in -lz... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory
no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking ffi/ffi.h usability... yes
checking ffi/ffi.h presence... yes
checking for ffi/ffi.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating Makefile.common
config.status: creating Makefile.llvm.config
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing lib/Makefile commands
config.status: executing lib/sample/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing tools/sample/Makefile commands
=== configuring in tools/polly (/private/tmp/llvm35-WSQK/tools/polly)
configure: running /bin/sh ./configure --prefix=/usr/local/Cellar/llvm35/HEAD/lib/llvm-3.5 '--enable-optimized' '--disable-bindings' '--with-gmp=/usr/local/opt/gmp' '--with-isl=/usr/local/opt/isl' '--with-cloog=/usr/local/opt/cloog' '--enable-targets=all' '--enable-shared' '--disable-assertions' '--enable-libffi' 'CC=clang' 'CXX=clang++' --cache-file=/dev/null --srcdir=.
configure: WARNING: unrecognized options: --enable-optimized, --disable-bindings, --enable-targets, --enable-shared, --disable-assertions, --enable-libffi
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for gmp: gmp.h in /usr/local/opt/gmp/include, and libgmp in /usr/local/opt/gmp/lib... ok
checking for isl: isl/val.in /usr/local/opt/isl/include, and libisl in /usr/local/opt/isl/lib... ok
checking for cloog: cloog/isl/cloog.h in /usr/local/opt/cloog/include, and libcloog-isl in /usr/local/opt/cloog/lib... ok
checking for pluto: pluto/libpluto.h in inc_not_give_pluto, and libpluto in lib_not_give_pluto... not found
checking for openscop: openscop/scop.h in inc_not_give_openscop, and libopenscop in lib_not_give_openscop... not found
checking for scoplib: scoplib/scop.h in inc_not_give_scoplib, and libscoplib in lib_not_give_scoplib... not found
checking for cuda: cuda.h in inc_not_give_cuda, and libcuda in lib_not_give_cuda... not found
configure: creating ./config.status
config.status: creating Makefile.config
config.status: creating Makefile.common
config.status: creating include/polly/Config/config.h
config.status: executing setup commands
configure: WARNING: unrecognized options: --enable-optimized, --disable-bindings, --enable-targets, --enable-shared, --disable-assertions, --enable-libffi
////////////////////////////////////////////////////////////////////////////////
5. [01.configure.cc] 01.configure.cc
clang called with: --version
superenv executed: clang --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -V
superenv executed: clang -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv executed: clang conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g conftest.c
superenv executed: clang -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: --version
superenv executed: clang++ --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -V
superenv executed: clang++ -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g conftest.cpp
superenv executed: clang++ -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -o conftest -std=c++0x conftest.cpp
superenv executed: clang++ -o conftest -std=c++0x conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -E -
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
ld called with: -v
superenv executed: ld -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -v
clang called with: -o conftest -Wl,-R. conftest.c
superenv executed: clang -o conftest -Wl,-R. conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -rdynamic conftest.c
superenv executed: clang -o conftest -rdynamic conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -Wl,--version-script=/var/folders/mm/y444qqwd0kn52fycyz6nsph40000gn/T//foo6OLbYk/export.map conftest.c
superenv executed: clang -o conftest -Wl,--version-script=/var/folders/mm/y444qqwd0kn52fycyz6nsph40000gn/T//foo6OLbYk/export.map conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -print-search-dirs
superenv executed: clang -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv executed: clang -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c conftstm.o
superenv executed: clang -o conftest conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -ldld
superenv executed: clang -o conftest conftest.c -ldld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -ldl
superenv executed: clang -o conftest conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -ldl
superenv executed: clang -o conftest conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c -ldl
superenv executed: clang -o conftest conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -Werror -Wvariadic-macros -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wvariadic-macros -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Werror -Wmissing-field-initializers -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wmissing-field-initializers -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Werror -Wcovered-switch-default -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wcovered-switch-default -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Werror -Wmaybe-uninitialized -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wmaybe-uninitialized -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Werror -Wuninitialized -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wuninitialized -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lm
superenv executed: clang -o conftest conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lm
superenv executed: clang -o conftest conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lm
superenv executed: clang -o conftest conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lrt -lm
superenv executed: clang -o conftest conftest.c -lrt -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lm
superenv executed: clang -o conftest conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -ltinfo -lm
superenv executed: clang -o conftest conftest.c -ltinfo -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lterminfo -lm
superenv executed: clang -o conftest conftest.c -lterminfo -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lcurses -lm
superenv executed: clang -o conftest conftest.c -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lcurses -lm
superenv executed: clang -o conftest conftest.c -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lmalloc -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lmalloc -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lxml2 -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lxml2 -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -E conftest.cpp
superenv executed: clang++ -E conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -pedantic conftest.cpp -lz -lpthread -lffi -lcurses -lm
superenv executed: clang++ -o conftest -pedantic conftest.cpp -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest conftest.cpp -lz -lpthread -lffi -lcurses -lm
superenv executed: clang++ -o conftest conftest.cpp -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -O0 -fvisibility-inlines-hidden -Werror conftest.cpp
superenv executed: clang++ -c -O0 -fvisibility-inlines-hidden -Werror conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: --version
superenv executed: clang --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -V
superenv executed: clang -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: conftest.c
superenv executed: clang conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest conftest.c
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c conftest.c
superenv executed: clang -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g conftest.c
superenv executed: clang -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: --version
superenv executed: clang++ --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -V
superenv executed: clang++ -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g conftest.cpp
superenv executed: clang++ -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E -
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
ld called with: -v
superenv executed: ld -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -v
clang called with: -o conftest -g -O2 -Wl,-R. conftest.c
superenv executed: clang -o conftest -g -O2 -Wl,-R. conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -rdynamic conftest.c
superenv executed: clang -o conftest -g -O2 -rdynamic conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 -Wl,--version-script=/var/folders/mm/y444qqwd0kn52fycyz6nsph40000gn/T//fooUkIHjx/export.map conftest.c
superenv executed: clang -o conftest -g -O2 -Wl,--version-script=/var/folders/mm/y444qqwd0kn52fycyz6nsph40000gn/T//fooUkIHjx/export.map conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -print-search-dirs
superenv executed: clang -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -print-search-dirs
superenv executed: clang -print-search-dirs -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c conftstm.o
superenv executed: clang -o conftest -g -O2 conftest.c conftstm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ldld
superenv executed: clang -o conftest -g -O2 conftest.c -ldld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ldl
superenv executed: clang -o conftest -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ldl
superenv executed: clang -o conftest -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c -ldl
superenv executed: clang -o conftest -g -O2 conftest.c -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c
superenv executed: clang -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -Werror -Wno-variadic-macros -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wno-variadic-macros -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Werror -Wno-missing-field-initializers -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wno-missing-field-initializers -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -Werror -Wcovered-switch-default -fsyntax-only -xc /dev/null
superenv executed: clang++ -Werror -Wcovered-switch-default -fsyntax-only -xc /dev/null -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lrt -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lrt -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -ltinfo -lm
superenv executed: clang -o conftest -g -O2 conftest.c -ltinfo -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lmalloc -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lmalloc -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -E conftest.c
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 -pedantic conftest.cpp -lz -lpthread -lffi -lcurses -lm
superenv executed: clang++ -o conftest -g -O2 -pedantic conftest.cpp -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -c -g -O2 conftest.c
superenv executed: clang -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g -O2 conftest.cpp
superenv executed: clang++ -c -g -O2 conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 conftest.cpp -lz -lpthread -lffi -lcurses -lm
superenv executed: clang++ -o conftest -g -O2 conftest.cpp -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm
superenv executed: clang -o conftest -g -O2 conftest.c -lz -lpthread -lffi -lcurses -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c -g -O2 -O0 -fvisibility-inlines-hidden -Werror conftest.cpp
superenv executed: clang++ -c -g -O2 -O0 -fvisibility-inlines-hidden -Werror conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: --version
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -v
superenv executed: clang++ -pipe -Os -march=native -v -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -V
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -qversion
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: conftest.cpp
superenv executed: clang++ -pipe -Os -march=native conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -o conftest conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -o conftest conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -c conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -c -g conftest.cpp
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
clang++ called with: -o conftest -I/usr/local/opt/gmp/include -g -O2 -L/usr/local/opt/gmp/lib conftest.cpp -lgmp
superenv executed: clang++ -pipe -Os -march=native -o conftest -I/usr/local/opt/gmp/include -g -O2 -L/usr/local/opt/gmp/lib conftest.cpp -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -I/usr/local/opt/isl/include -g -O2 -I/usr/local/opt/gmp/include -L/usr/local/opt/isl/lib conftest.cpp -lisl
superenv executed: clang++ -pipe -Os -march=native -o conftest -I/usr/local/opt/isl/include -g -O2 -I/usr/local/opt/gmp/include -L/usr/local/opt/isl/lib conftest.cpp -lisl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -I/usr/local/opt/cloog/include -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/isl/include -L/usr/local/opt/cloog/lib conftest.cpp -lcloog-isl
superenv executed: clang++ -pipe -Os -march=native -o conftest -I/usr/local/opt/cloog/include -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/isl/include -L/usr/local/opt/cloog/lib conftest.cpp -lcloog-isl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/isl/include conftest.cpp -lpluto
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/isl/include conftest.cpp -lpluto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 conftest.cpp -lopenscop
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp -lopenscop -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 conftest.cpp -lscoplib
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp -lscoplib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o conftest -g -O2 conftest.cpp -lcuda
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 conftest.cpp -lcuda -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
////////////////////////////////////////////////////////////////////////////////
6. [02.make] 02.make
llvm[0]: Constructing LLVMBuild project information.
/usr/local/opt/python/bin/python /private/tmp/llvm35-WSQK/utils/llvm-build/llvm-build \
--native-target "x86_64" \
--enable-targets "X86 Sparc PowerPC AArch64 ARM Mips XCore MSP430 CppBackend NVPTX Hexagon SystemZ R600" \
--enable-optional-components "" \
--write-library-table /private/tmp/llvm35-WSQK/tools/llvm-config/LibraryDependencies.inc \
--write-make-fragment /private/tmp/llvm35-WSQK/Makefile.llvmbuild
for dir in lib/Support lib/TableGen utils lib/IR lib tools/llvm-shlib tools/llvm-config tools docs unittests; do \
(/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $dir all ) || exit 1; \
done
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Support/Release > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Support/Release/./ > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/Release/lib > /dev/null
mkdir: /private/tmp/llvm35-WSQK/lib/Support/Release: File exists
/bin/date > /private/tmp/llvm35-WSQK/lib/Support/Release/.//.dir
/bin/date > /private/tmp/llvm35-WSQK/lib/Support/Release/.dir
/bin/date > /private/tmp/llvm35-WSQK/Release/lib/.dir
llvm[1]: Compiling APFloat.cpp for Release build
llvm[1]: Compiling APInt.cpp for Release build
llvm[1]: Compiling APSInt.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/APInt.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/APInt.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/APInt.d" APInt.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/APInt.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/APInt.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/APInt.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/APInt.d.tmp"; exit 1; fi
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.d" APSInt.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.d.tmp"; exit 1; fi
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.d" APFloat.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.d.tmp"; exit 1; fi
llvm[1]: Compiling Allocator.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.d" Allocator.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.d.tmp"; exit 1; fi
llvm[1]: Compiling Atomic.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.d" Atomic.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.d.tmp"; exit 1; fi
llvm[1]: Compiling BlockFrequency.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.d" BlockFrequency.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.d.tmp"; exit 1; fi
llvm[1]: Compiling BranchProbability.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.d" BranchProbability.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.d.tmp"; exit 1; fi
llvm[1]: Compiling CommandLine.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.d" CommandLine.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.d.tmp"; exit 1; fi
llvm[1]: Compiling Compression.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Compression.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Compression.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Compression.d" Compression.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Compression.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Compression.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Compression.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Compression.d.tmp"; exit 1; fi
llvm[1]: Compiling ConstantRange.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.d" ConstantRange.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.d.tmp"; exit 1; fi
llvm[1]: Compiling ConvertUTF.c for Release build
if clang -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fno-common -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.d" ConvertUTF.c -o /private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.d.tmp"; exit 1; fi
llvm[1]: Compiling ConvertUTFWrapper.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.d" ConvertUTFWrapper.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.d.tmp"; exit 1; fi
llvm[1]: Compiling CrashRecoveryContext.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.d" CrashRecoveryContext.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.d.tmp"; exit 1; fi
llvm[1]: Compiling DAGDeltaAlgorithm.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.d" DAGDeltaAlgorithm.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.d.tmp"; exit 1; fi
llvm[1]: Compiling DataExtractor.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.d" DataExtractor.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.d.tmp"; exit 1; fi
llvm[1]: Compiling DataStream.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.d" DataStream.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.d.tmp"; exit 1; fi
llvm[1]: Compiling Debug.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Debug.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Debug.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Debug.d" Debug.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Debug.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Debug.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Debug.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Debug.d.tmp"; exit 1; fi
llvm[1]: Compiling DeltaAlgorithm.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.d" DeltaAlgorithm.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.d.tmp"; exit 1; fi
llvm[1]: Compiling Disassembler.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.d" Disassembler.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.d.tmp"; exit 1; fi
llvm[1]: Compiling Dwarf.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.d" Dwarf.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.d.tmp"; exit 1; fi
llvm[1]: Compiling DynamicLibrary.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.d" DynamicLibrary.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.d.tmp"; exit 1; fi
llvm[1]: Compiling Errno.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Errno.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Errno.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Errno.d" Errno.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Errno.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Errno.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Errno.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Errno.d.tmp"; exit 1; fi
llvm[1]: Compiling ErrorHandling.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.d" ErrorHandling.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.d.tmp"; exit 1; fi
llvm[1]: Compiling FileOutputBuffer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.d" FileOutputBuffer.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.d.tmp"; exit 1; fi
llvm[1]: Compiling FileUtilities.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.d" FileUtilities.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.d.tmp"; exit 1; fi
llvm[1]: Compiling FoldingSet.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.d" FoldingSet.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.d.tmp"; exit 1; fi
llvm[1]: Compiling FormattedStream.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.d" FormattedStream.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.d.tmp"; exit 1; fi
llvm[1]: Compiling GraphWriter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.d" GraphWriter.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.d.tmp"; exit 1; fi
llvm[1]: Compiling Hashing.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.d" Hashing.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.d.tmp"; exit 1; fi
llvm[1]: Compiling Host.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Host.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Host.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Host.d" Host.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Host.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Host.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Host.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Host.d.tmp"; exit 1; fi
llvm[1]: Compiling IncludeFile.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.d" IncludeFile.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.d.tmp"; exit 1; fi
llvm[1]: Compiling IntEqClasses.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.d" IntEqClasses.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.d.tmp"; exit 1; fi
llvm[1]: Compiling IntervalMap.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.d" IntervalMap.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.d.tmp"; exit 1; fi
llvm[1]: Compiling IntrusiveRefCntPtr.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.d" IntrusiveRefCntPtr.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.d.tmp"; exit 1; fi
llvm[1]: Compiling IsInf.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.d" IsInf.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.d.tmp"; exit 1; fi
llvm[1]: Compiling IsNAN.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.d" IsNAN.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.d.tmp"; exit 1; fi
llvm[1]: Compiling LineIterator.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.d" LineIterator.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.d.tmp"; exit 1; fi
llvm[1]: Compiling Locale.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Locale.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Locale.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Locale.d" Locale.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Locale.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Locale.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Locale.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Locale.d.tmp"; exit 1; fi
llvm[1]: Compiling LockFileManager.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.d" LockFileManager.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.d.tmp"; exit 1; fi
llvm[1]: Compiling MD5.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/MD5.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/MD5.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/MD5.d" MD5.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/MD5.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/MD5.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/MD5.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/MD5.d.tmp"; exit 1; fi
llvm[1]: Compiling ManagedStatic.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.d" ManagedStatic.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.d.tmp"; exit 1; fi
llvm[1]: Compiling Memory.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Memory.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Memory.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Memory.d" Memory.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Memory.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Memory.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Memory.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Memory.d.tmp"; exit 1; fi
llvm[1]: Compiling MemoryBuffer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.d" MemoryBuffer.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.d.tmp"; exit 1; fi
llvm[1]: Compiling MemoryObject.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.d" MemoryObject.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.d.tmp"; exit 1; fi
llvm[1]: Compiling Mutex.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.d" Mutex.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.d.tmp"; exit 1; fi
llvm[1]: Compiling Path.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Path.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Path.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Path.d" Path.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Path.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Path.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Path.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Path.d.tmp"; exit 1; fi
llvm[1]: Compiling PluginLoader.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.d" PluginLoader.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.d.tmp"; exit 1; fi
llvm[1]: Compiling PrettyStackTrace.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.d" PrettyStackTrace.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.d.tmp"; exit 1; fi
llvm[1]: Compiling Process.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Process.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Process.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Process.d" Process.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Process.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Process.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Process.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Process.d.tmp"; exit 1; fi
llvm[1]: Compiling Program.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Program.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Program.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Program.d" Program.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Program.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Program.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Program.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Program.d.tmp"; exit 1; fi
llvm[1]: Compiling RWMutex.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.d" RWMutex.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.d.tmp"; exit 1; fi
llvm[1]: Compiling Regex.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Regex.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Regex.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Regex.d" Regex.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Regex.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Regex.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Regex.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Regex.d.tmp"; exit 1; fi
llvm[1]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.d" SearchForAddressOfSpecialSymbol.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.d.tmp"; exit 1; fi
llvm[1]: Compiling Signals.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Signals.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Signals.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Signals.d" Signals.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Signals.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Signals.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Signals.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Signals.d.tmp"; exit 1; fi
llvm[1]: Compiling SmallPtrSet.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.d" SmallPtrSet.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.d.tmp"; exit 1; fi
llvm[1]: Compiling SmallVector.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.d" SmallVector.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.d.tmp"; exit 1; fi
llvm[1]: Compiling SourceMgr.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.d" SourceMgr.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.d.tmp"; exit 1; fi
llvm[1]: Compiling Statistic.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.d" Statistic.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.d.tmp"; exit 1; fi
llvm[1]: Compiling StreamableMemoryObject.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.d" StreamableMemoryObject.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.d.tmp"; exit 1; fi
llvm[1]: Compiling StringExtras.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.d" StringExtras.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.d.tmp"; exit 1; fi
llvm[1]: Compiling StringMap.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.d" StringMap.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.d.tmp"; exit 1; fi
llvm[1]: Compiling StringPool.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.d" StringPool.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.d.tmp"; exit 1; fi
llvm[1]: Compiling StringRef.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.d" StringRef.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.d.tmp"; exit 1; fi
llvm[1]: Compiling StringRefMemoryObject.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.d" StringRefMemoryObject.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.d.tmp"; exit 1; fi
llvm[1]: Compiling SystemUtils.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.d" SystemUtils.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.d.tmp"; exit 1; fi
llvm[1]: Compiling TargetRegistry.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.d" TargetRegistry.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.d.tmp"; exit 1; fi
llvm[1]: Compiling ThreadLocal.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.d" ThreadLocal.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.d.tmp"; exit 1; fi
llvm[1]: Compiling Threading.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Threading.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Threading.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Threading.d" Threading.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Threading.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Threading.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Threading.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Threading.d.tmp"; exit 1; fi
llvm[1]: Compiling TimeValue.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.d" TimeValue.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.d.tmp"; exit 1; fi
llvm[1]: Compiling Timer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Timer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Timer.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Timer.d" Timer.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Timer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Timer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Timer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Timer.d.tmp"; exit 1; fi
llvm[1]: Compiling ToolOutputFile.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.d" ToolOutputFile.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.d.tmp"; exit 1; fi
llvm[1]: Compiling Triple.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Triple.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Triple.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Triple.d" Triple.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Triple.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Triple.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Triple.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Triple.d.tmp"; exit 1; fi
llvm[1]: Compiling Twine.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Twine.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Twine.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Twine.d" Twine.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Twine.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Twine.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Twine.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Twine.d.tmp"; exit 1; fi
llvm[1]: Compiling Unicode.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.d" Unicode.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.d.tmp"; exit 1; fi
llvm[1]: Compiling Valgrind.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.d" Valgrind.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.d.tmp"; exit 1; fi
llvm[1]: Compiling Watchdog.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.d" Watchdog.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.d.tmp"; exit 1; fi
llvm[1]: Compiling YAMLParser.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.d" YAMLParser.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.d.tmp"; exit 1; fi
llvm[1]: Compiling YAMLTraits.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.d" YAMLTraits.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.d.tmp"; exit 1; fi
llvm[1]: Compiling circular_raw_ostream.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.d" circular_raw_ostream.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.d.tmp"; exit 1; fi
llvm[1]: Compiling raw_os_ostream.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.d" raw_os_ostream.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.d.tmp"; exit 1; fi
llvm[1]: Compiling raw_ostream.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.d" raw_ostream.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.d.tmp"; exit 1; fi
llvm[1]: Compiling regcomp.c for Release build
if clang -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fno-common -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.d" regcomp.c -o /private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.d.tmp"; exit 1; fi
llvm[1]: Compiling regerror.c for Release build
if clang -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fno-common -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/regerror.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regerror.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regerror.d" regerror.c -o /private/tmp/llvm35-WSQK/lib/Support/Release/regerror.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/regerror.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/regerror.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/regerror.d.tmp"; exit 1; fi
llvm[1]: Compiling regexec.c for Release build
if clang -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fno-common -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/regexec.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regexec.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regexec.d" regexec.c -o /private/tmp/llvm35-WSQK/lib/Support/Release/regexec.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/regexec.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/regexec.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/regexec.d.tmp"; exit 1; fi
llvm[1]: Compiling regfree.c for Release build
if clang -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fno-common -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/regfree.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regfree.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regfree.d" regfree.c -o /private/tmp/llvm35-WSQK/lib/Support/Release/regfree.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/regfree.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/regfree.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/regfree.d.tmp"; exit 1; fi
llvm[1]: Compiling regstrlcpy.c for Release build
if clang -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fno-common -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.d" regstrlcpy.c -o /private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.d.tmp"; exit 1; fi
llvm[1]: Compiling system_error.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Support -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Support/Release/system_error.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/system_error.o" -MT "/private/tmp/llvm35-WSQK/lib/Support/Release/system_error.d" system_error.cpp -o /private/tmp/llvm35-WSQK/lib/Support/Release/system_error.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Support/Release/system_error.d.tmp" "/private/tmp/llvm35-WSQK/lib/Support/Release/system_error.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Support/Release/system_error.d.tmp"; exit 1; fi
llvm[1]: Building Release Archive Library libLLVMSupport.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMSupport.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMSupport.a /private/tmp/llvm35-WSQK/lib/Support/Release/APFloat.o /private/tmp/llvm35-WSQK/lib/Support/Release/APInt.o /private/tmp/llvm35-WSQK/lib/Support/Release/APSInt.o /private/tmp/llvm35-WSQK/lib/Support/Release/Allocator.o /private/tmp/llvm35-WSQK/lib/Support/Release/Atomic.o /private/tmp/llvm35-WSQK/lib/Support/Release/BlockFrequency.o /private/tmp/llvm35-WSQK/lib/Support/Release/BranchProbability.o /private/tmp/llvm35-WSQK/lib/Support/Release/CommandLine.o /private/tmp/llvm35-WSQK/lib/Support/Release/Compression.o /private/tmp/llvm35-WSQK/lib/Support/Release/ConstantRange.o /private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTF.o /private/tmp/llvm35-WSQK/lib/Support/Release/ConvertUTFWrapper.o /private/tmp/llvm35-WSQK/lib/Support/Release/CrashRecoveryContext.o /private/tmp/llvm35-WSQK/lib/Support/Release/DAGDeltaAlgorithm.o /private/tmp/llvm35-WSQK/lib/Support/Release/DataExtractor.o /private/tmp/llvm35-WSQK/lib/Support/Release/DataStream.o /private/tmp/llvm35-WSQK/lib/Support/Release/Debug.o /private/tmp/llvm35-WSQK/lib/Support/Release/DeltaAlgorithm.o /private/tmp/llvm35-WSQK/lib/Support/Release/Disassembler.o /private/tmp/llvm35-WSQK/lib/Support/Release/Dwarf.o /private/tmp/llvm35-WSQK/lib/Support/Release/DynamicLibrary.o /private/tmp/llvm35-WSQK/lib/Support/Release/Errno.o /private/tmp/llvm35-WSQK/lib/Support/Release/ErrorHandling.o /private/tmp/llvm35-WSQK/lib/Support/Release/FileOutputBuffer.o /private/tmp/llvm35-WSQK/lib/Support/Release/FileUtilities.o /private/tmp/llvm35-WSQK/lib/Support/Release/FoldingSet.o /private/tmp/llvm35-WSQK/lib/Support/Release/FormattedStream.o /private/tmp/llvm35-WSQK/lib/Support/Release/GraphWriter.o /private/tmp/llvm35-WSQK/lib/Support/Release/Hashing.o /private/tmp/llvm35-WSQK/lib/Support/Release/Host.o /private/tmp/llvm35-WSQK/lib/Support/Release/IncludeFile.o /private/tmp/llvm35-WSQK/lib/Support/Release/IntEqClasses.o /private/tmp/llvm35-WSQK/lib/Support/Release/IntervalMap.o /private/tmp/llvm35-WSQK/lib/Support/Release/IntrusiveRefCntPtr.o /private/tmp/llvm35-WSQK/lib/Support/Release/IsInf.o /private/tmp/llvm35-WSQK/lib/Support/Release/IsNAN.o /private/tmp/llvm35-WSQK/lib/Support/Release/LineIterator.o /private/tmp/llvm35-WSQK/lib/Support/Release/Locale.o /private/tmp/llvm35-WSQK/lib/Support/Release/LockFileManager.o /private/tmp/llvm35-WSQK/lib/Support/Release/MD5.o /private/tmp/llvm35-WSQK/lib/Support/Release/ManagedStatic.o /private/tmp/llvm35-WSQK/lib/Support/Release/Memory.o /private/tmp/llvm35-WSQK/lib/Support/Release/MemoryBuffer.o /private/tmp/llvm35-WSQK/lib/Support/Release/MemoryObject.o /private/tmp/llvm35-WSQK/lib/Support/Release/Mutex.o /private/tmp/llvm35-WSQK/lib/Support/Release/Path.o /private/tmp/llvm35-WSQK/lib/Support/Release/PluginLoader.o /private/tmp/llvm35-WSQK/lib/Support/Release/PrettyStackTrace.o /private/tmp/llvm35-WSQK/lib/Support/Release/Process.o /private/tmp/llvm35-WSQK/lib/Support/Release/Program.o /private/tmp/llvm35-WSQK/lib/Support/Release/RWMutex.o /private/tmp/llvm35-WSQK/lib/Support/Release/Regex.o /private/tmp/llvm35-WSQK/lib/Support/Release/SearchForAddressOfSpecialSymbol.o /private/tmp/llvm35-WSQK/lib/Support/Release/Signals.o /private/tmp/llvm35-WSQK/lib/Support/Release/SmallPtrSet.o /private/tmp/llvm35-WSQK/lib/Support/Release/SmallVector.o /private/tmp/llvm35-WSQK/lib/Support/Release/SourceMgr.o /private/tmp/llvm35-WSQK/lib/Support/Release/Statistic.o /private/tmp/llvm35-WSQK/lib/Support/Release/StreamableMemoryObject.o /private/tmp/llvm35-WSQK/lib/Support/Release/StringExtras.o /private/tmp/llvm35-WSQK/lib/Support/Release/StringMap.o /private/tmp/llvm35-WSQK/lib/Support/Release/StringPool.o /private/tmp/llvm35-WSQK/lib/Support/Release/StringRef.o /private/tmp/llvm35-WSQK/lib/Support/Release/StringRefMemoryObject.o /private/tmp/llvm35-WSQK/lib/Support/Release/SystemUtils.o /private/tmp/llvm35-WSQK/lib/Support/Release/TargetRegistry.o /private/tmp/llvm35-WSQK/lib/Support/Release/ThreadLocal.o /private/tmp/llvm35-WSQK/lib/Support/Release/Threading.o /private/tmp/llvm35-WSQK/lib/Support/Release/TimeValue.o /private/tmp/llvm35-WSQK/lib/Support/Release/Timer.o /private/tmp/llvm35-WSQK/lib/Support/Release/ToolOutputFile.o /private/tmp/llvm35-WSQK/lib/Support/Release/Triple.o /private/tmp/llvm35-WSQK/lib/Support/Release/Twine.o /private/tmp/llvm35-WSQK/lib/Support/Release/Unicode.o /private/tmp/llvm35-WSQK/lib/Support/Release/Valgrind.o /private/tmp/llvm35-WSQK/lib/Support/Release/Watchdog.o /private/tmp/llvm35-WSQK/lib/Support/Release/YAMLParser.o /private/tmp/llvm35-WSQK/lib/Support/Release/YAMLTraits.o /private/tmp/llvm35-WSQK/lib/Support/Release/circular_raw_ostream.o /private/tmp/llvm35-WSQK/lib/Support/Release/raw_os_ostream.o /private/tmp/llvm35-WSQK/lib/Support/Release/raw_ostream.o /private/tmp/llvm35-WSQK/lib/Support/Release/regcomp.o /private/tmp/llvm35-WSQK/lib/Support/Release/regerror.o /private/tmp/llvm35-WSQK/lib/Support/Release/regexec.o /private/tmp/llvm35-WSQK/lib/Support/Release/regfree.o /private/tmp/llvm35-WSQK/lib/Support/Release/regstrlcpy.o /private/tmp/llvm35-WSQK/lib/Support/Release/system_error.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMSupport.a
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/TableGen/Release > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/TableGen/Release/./ > /dev/null
mkdir: /private/tmp/llvm35-WSQK/lib/TableGen/Release: File exists
/bin/date > /private/tmp/llvm35-WSQK/lib/TableGen/Release/.//.dir
/bin/date > /private/tmp/llvm35-WSQK/lib/TableGen/Release/.dir
llvm[1]: Compiling Error.cpp for Release build
llvm[1]: Compiling Main.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.o" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.d" Main.cpp -o /private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.d.tmp" "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.d.tmp"; exit 1; fi
llvm[1]: Compiling Record.cpp for Release build
llvm[1]: Compiling StringMatcher.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.o" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.d" Record.cpp -o /private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.d.tmp" "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.d.tmp"; exit 1; fi
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.o" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.d" StringMatcher.cpp -o /private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.d.tmp" "/private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.d.tmp"; exit 1; fi
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.o" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.d" Error.cpp -o /private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.d.tmp" "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.d.tmp"; exit 1; fi
llvm[1]: Compiling TGLexer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.o" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.d" TGLexer.cpp -o /private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.d.tmp" "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.d.tmp"; exit 1; fi
llvm[1]: Compiling TGParser.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.o" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.d" TGParser.cpp -o /private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.d.tmp" "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.d.tmp"; exit 1; fi
llvm[1]: Compiling TableGenBackend.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.o" -MT "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.d" TableGenBackend.cpp -o /private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.d.tmp" "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.d.tmp"; exit 1; fi
llvm[1]: Building Release Archive Library libLLVMTableGen.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMTableGen.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMTableGen.a /private/tmp/llvm35-WSQK/lib/TableGen/Release/Error.o /private/tmp/llvm35-WSQK/lib/TableGen/Release/Main.o /private/tmp/llvm35-WSQK/lib/TableGen/Release/Record.o /private/tmp/llvm35-WSQK/lib/TableGen/Release/StringMatcher.o /private/tmp/llvm35-WSQK/lib/TableGen/Release/TGLexer.o /private/tmp/llvm35-WSQK/lib/TableGen/Release/TGParser.o /private/tmp/llvm35-WSQK/lib/TableGen/Release/TableGenBackend.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMTableGen.a
\
SD=/private/tmp/llvm35-WSQK/utils/FileCheck; \
DD=FileCheck; \
if [ ! -f $SD/Makefile ]; then \
SD=FileCheck; \
DD=FileCheck; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
\
SD=/private/tmp/llvm35-WSQK/utils/FileUpdate; \
DD=FileUpdate; \
if [ ! -f $SD/Makefile ]; then \
SD=FileUpdate; \
DD=FileUpdate; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
\
SD=/private/tmp/llvm35-WSQK/utils/TableGen; \
DD=TableGen; \
if [ ! -f $SD/Makefile ]; then \
SD=TableGen; \
DD=TableGen; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
\
SD=/private/tmp/llvm35-WSQK/utils/PerfectShuffle; \
DD=PerfectShuffle; \
if [ ! -f $SD/Makefile ]; then \
SD=PerfectShuffle; \
DD=PerfectShuffle; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/FileCheck/Release > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/FileUpdate/Release > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/FileCheck/Release/.dir
/bin/date > /private/tmp/llvm35-WSQK/utils/FileUpdate/Release/.dir
/bin/date > /private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/FileCheck/Release/./ > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/FileUpdate/Release/./ > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/FileCheck/Release/.//.dir
/bin/date > /private/tmp/llvm35-WSQK/utils/FileUpdate/Release/.//.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/Release/bin > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/.//.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/TableGen/Release > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/Release/bin > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/Release/bin > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/Release/bin/.dir
/bin/date > /private/tmp/llvm35-WSQK/Release/bin/.dir
/bin/date > /private/tmp/llvm35-WSQK/utils/TableGen/Release/.dir
/bin/date > /private/tmp/llvm35-WSQK/Release/bin/.dir
llvm[2]: Compiling FileCheck.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/FileCheck -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.o" -MT "/private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.d" FileCheck.cpp -o /private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.d.tmp" "/private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.d.tmp"; exit 1; fi
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/TableGen/Release/./ > /dev/null
llvm[2]: Compiling FileUpdate.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/FileUpdate -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.o" -MT "/private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.d" FileUpdate.cpp -o /private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.d.tmp" "/private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.d.tmp"; exit 1; fi
llvm[2]: Compiling PerfectShuffle.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/PerfectShuffle -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.o" -MT "/private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.d" PerfectShuffle.cpp -o /private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.d.tmp" "/private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.d.tmp"; exit 1; fi
/bin/date > /private/tmp/llvm35-WSQK/utils/TableGen/Release/.//.dir
llvm[2]: Compiling AsmMatcherEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.d" AsmMatcherEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.d.tmp"; exit 1; fi
llvm[2]: Linking Release executable FileUpdate (without symbols)
clang++ -O3 -Wl,-dead_strip -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -Wl,-exported_symbol,_main -m64 -o /private/tmp/llvm35-WSQK/Release/bin/FileUpdate /private/tmp/llvm35-WSQK/utils/FileUpdate/Release/FileUpdate.o -lLLVMSupport \
-lz -lpthread -lffi -lcurses -lm
llvm[2]: ======= Finished Linking Release Executable FileUpdate (without symbols)
\
SD=/private/tmp/llvm35-WSQK/utils/count; \
DD=count; \
if [ ! -f $SD/Makefile ]; then \
SD=count; \
DD=count; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/count/Release > /dev/null
llvm[2]: Linking Release executable llvm-PerfectShuffle (without symbols)
clang++ -O3 -Wl,-dead_strip -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -Wl,-exported_symbol,_main -m64 -o /private/tmp/llvm35-WSQK/Release/bin/llvm-PerfectShuffle /private/tmp/llvm35-WSQK/utils/PerfectShuffle/Release/PerfectShuffle.o \
-lz -lpthread -lffi -lcurses -lm
/bin/date > /private/tmp/llvm35-WSQK/utils/count/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/count/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/count/Release/.//.dir
llvm[2]: Compiling count.c for Release build
if clang -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/count -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fno-common -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/count/Release/count.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/count/Release/count.o" -MT "/private/tmp/llvm35-WSQK/utils/count/Release/count.d" count.c -o /private/tmp/llvm35-WSQK/utils/count/Release/count.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/count/Release/count.d.tmp" "/private/tmp/llvm35-WSQK/utils/count/Release/count.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/count/Release/count.d.tmp"; exit 1; fi
llvm[2]: ======= Finished Linking Release Executable llvm-PerfectShuffle (without symbols)
\
SD=/private/tmp/llvm35-WSQK/utils/fpcmp; \
DD=fpcmp; \
if [ ! -f $SD/Makefile ]; then \
SD=fpcmp; \
DD=fpcmp; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
llvm[2]: Linking Release executable count (without symbols)
clang++ -O3 -Wl,-dead_strip -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -Wl,-exported_symbol,_main -m64 -o /private/tmp/llvm35-WSQK/Release/bin/count /private/tmp/llvm35-WSQK/utils/count/Release/count.o \
-lz -lpthread -lffi -lcurses -lm
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/fpcmp/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/fpcmp/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/fpcmp/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/fpcmp/Release/.//.dir
llvm[2]: ======= Finished Linking Release Executable count (without symbols)
\
SD=/private/tmp/llvm35-WSQK/utils/llvm-lit; \
DD=llvm-lit; \
if [ ! -f $SD/Makefile ]; then \
SD=llvm-lit; \
DD=llvm-lit; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
llvm[2]: Compiling fpcmp.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/fpcmp -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.o" -MT "/private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.d" fpcmp.cpp -o /private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.d.tmp" "/private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.d.tmp"; exit 1; fi
llvm[2]: Creating 'llvm-lit' script...
echo s=@LLVM_SOURCE_DIR@=/private/tmp/llvm35-WSQK=g > lit.tmp
echo s=@LLVM_BINARY_DIR@=/private/tmp/llvm35-WSQK=g >> lit.tmp
sed -f lit.tmp llvm-lit.in > /private/tmp/llvm35-WSQK/Release/bin/llvm-lit
chmod +x /private/tmp/llvm35-WSQK/Release/bin/llvm-lit
rm -f lit.tmp
llvm[2]: Compiling AsmWriterEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.d" AsmWriterEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.d.tmp"; exit 1; fi
llvm[2]: Linking Release executable fpcmp (without symbols)
clang++ -O3 -Wl,-dead_strip -rdynamic -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -m64 -o /private/tmp/llvm35-WSQK/Release/bin/fpcmp /private/tmp/llvm35-WSQK/utils/fpcmp/Release/fpcmp.o -lLLVMSupport \
-lz -lpthread -lffi -lcurses -lm
llvm[2]: ======= Finished Linking Release Executable fpcmp (without symbols)
\
SD=/private/tmp/llvm35-WSQK/utils/not; \
DD=not; \
if [ ! -f $SD/Makefile ]; then \
SD=not; \
DD=not; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/not/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/not/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/not/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/not/Release/.//.dir
llvm[2]: Compiling not.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/not -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/not/Release/not.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/not/Release/not.o" -MT "/private/tmp/llvm35-WSQK/utils/not/Release/not.d" not.cpp -o /private/tmp/llvm35-WSQK/utils/not/Release/not.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/not/Release/not.d.tmp" "/private/tmp/llvm35-WSQK/utils/not/Release/not.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/not/Release/not.d.tmp"; exit 1; fi
llvm[2]: Linking Release executable FileCheck (without symbols)
clang++ -O3 -Wl,-dead_strip -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -Wl,-exported_symbol,_main -m64 -o /private/tmp/llvm35-WSQK/Release/bin/FileCheck /private/tmp/llvm35-WSQK/utils/FileCheck/Release/FileCheck.o -lLLVMSupport \
-lz -lpthread -lffi -lcurses -lm
llvm[2]: ======= Finished Linking Release Executable FileCheck (without symbols)
\
SD=/private/tmp/llvm35-WSQK/utils/unittest; \
DD=unittest; \
if [ ! -f $SD/Makefile ]; then \
SD=unittest; \
DD=unittest; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
\
SD=/private/tmp/llvm35-WSQK/utils/unittest/googletest; \
DD=googletest; \
if [ ! -f $SD/Makefile ]; then \
SD=googletest; \
DD=googletest; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/unittest/googletest/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src//.dir
llvm[3]: Compiling src/gtest-all.cc for Release build
if clang++ -I/private/tmp/llvm35-WSQK/utils/unittest/googletest/include -I/private/tmp/llvm35-WSQK/utils/unittest/googletest -DGTEST_HAS_RTTI=0 -DGTEST_USE_OWN_TR1_TUPLE -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/unittest/googletest -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.o" -MT "/private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.d" src/gtest-all.cc -o /private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.d.tmp" "/private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.d.tmp"; exit 1; fi
llvm[2]: Linking Release executable not (without symbols)
clang++ -O3 -Wl,-dead_strip -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -Wl,-exported_symbol,_main -m64 -o /private/tmp/llvm35-WSQK/Release/bin/not /private/tmp/llvm35-WSQK/utils/not/Release/not.o -lLLVMSupport \
-lz -lpthread -lffi -lcurses -lm
llvm[2]: ======= Finished Linking Release Executable not (without symbols)
llvm[2]: Compiling AsmWriterInst.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.d" AsmWriterInst.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.d.tmp"; exit 1; fi
llvm[2]: Compiling CTagsEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.d" CTagsEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling CallingConvEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.d" CallingConvEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling CodeEmitterGen.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.d" CodeEmitterGen.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.d.tmp"; exit 1; fi
\
SD=/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain; \
DD=UnitTestMain; \
if [ ! -f $SD/Makefile ]; then \
SD=UnitTestMain; \
DD=UnitTestMain; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/.//.dir
llvm[3]: Compiling TestMain.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/utils/unittest/googletest/include -DGTEST_HAS_RTTI=0 -DGTEST_USE_OWN_TR1_TUPLE -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.o" -MT "/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.d" TestMain.cpp -o /private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.d.tmp" "/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.d.tmp"; exit 1; fi
llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.d" CodeGenDAGPatterns.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.d.tmp"; exit 1; fi
llvm[2]: Compiling CodeGenInstruction.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.d" CodeGenInstruction.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libgtest_main.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libgtest_main.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libgtest_main.a /private/tmp/llvm35-WSQK/utils/unittest/UnitTestMain/Release/TestMain.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libgtest_main.a
llvm[2]: Compiling CodeGenMapTable.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.d" CodeGenMapTable.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libgtest.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libgtest.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libgtest.a /private/tmp/llvm35-WSQK/utils/unittest/googletest/Release/src/gtest-all.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libgtest.a
llvm[2]: Compiling CodeGenRegisters.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.d" CodeGenRegisters.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.d.tmp"; exit 1; fi
llvm[2]: Compiling CodeGenSchedule.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.d" CodeGenSchedule.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.d.tmp"; exit 1; fi
llvm[2]: Compiling CodeGenTarget.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.d" CodeGenTarget.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.d.tmp"; exit 1; fi
llvm[2]: Compiling DAGISelEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.d" DAGISelEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling DAGISelMatcher.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.d" DAGISelMatcher.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.d.tmp"; exit 1; fi
llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.d" DAGISelMatcherEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling DAGISelMatcherGen.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.d" DAGISelMatcherGen.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.d.tmp"; exit 1; fi
llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.d" DAGISelMatcherOpt.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.d.tmp"; exit 1; fi
llvm[2]: Compiling DFAPacketizerEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.d" DFAPacketizerEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling DisassemblerEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.d" DisassemblerEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling FastISelEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.d" FastISelEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling FixedLenDecoderEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.d" FixedLenDecoderEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling InstrInfoEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.d" InstrInfoEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling IntrinsicEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.d" IntrinsicEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling OptParserEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.d" OptParserEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling PseudoLoweringEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.d" PseudoLoweringEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.d" RegisterInfoEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling SetTheory.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.d" SetTheory.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.d.tmp"; exit 1; fi
llvm[2]: Compiling SubtargetEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.d" SubtargetEmitter.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.d.tmp"; exit 1; fi
llvm[2]: Compiling TGValueTypes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.d" TGValueTypes.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.d.tmp"; exit 1; fi
llvm[2]: Compiling TableGen.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.d" TableGen.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.d.tmp"; exit 1; fi
llvm[2]: Compiling X86DisassemblerTables.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.d" X86DisassemblerTables.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.d.tmp"; exit 1; fi
llvm[2]: Compiling X86ModRMFilters.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.d" X86ModRMFilters.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.d.tmp"; exit 1; fi
llvm[2]: Compiling X86RecognizableInstr.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/utils/TableGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.d.tmp" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.o" -MT "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.d" X86RecognizableInstr.cpp -o /private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.d.tmp" "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.d"; else /bin/rm "/private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.d.tmp"; exit 1; fi
llvm[2]: Linking Release executable llvm-tblgen (without symbols)
clang++ -O3 -Wl,-dead_strip -Wl,-rpath -Wl,@executable_path/../lib -L/private/tmp/llvm35-WSQK/Release/lib -L/private/tmp/llvm35-WSQK/Release/lib -Wl,-exported_symbol,_main -m64 -o /private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen /private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmMatcherEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/AsmWriterInst.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CTagsEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CallingConvEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeEmitterGen.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenDAGPatterns.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenInstruction.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenMapTable.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenRegisters.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenSchedule.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/CodeGenTarget.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcher.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherGen.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DAGISelMatcherOpt.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DFAPacketizerEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/DisassemblerEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/FastISelEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/FixedLenDecoderEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/InstrInfoEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/IntrinsicEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/OptParserEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/PseudoLoweringEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/RegisterInfoEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/SetTheory.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/SubtargetEmitter.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/TGValueTypes.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/TableGen.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/X86DisassemblerTables.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/X86ModRMFilters.o /private/tmp/llvm35-WSQK/utils/TableGen/Release/X86RecognizableInstr.o -lLLVMTableGen -lLLVMSupport \
-lz -lpthread -lffi -lcurses -lm
llvm[2]: ======= Finished Linking Release Executable llvm-tblgen (without symbols)
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/IR/Release > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/include/llvm/IR > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/IR/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/include/llvm/IR/.dir
/bin/date > /private/tmp/llvm35-WSQK/lib/IR/Release/.dir
/bin/date > /private/tmp/llvm35-WSQK/lib/IR/Release/.//.dir
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/IR -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target /private/tmp/llvm35-WSQK/include/llvm/IR/Intrinsics.td -o /private/tmp/llvm35-WSQK/lib/IR/Release/Intrinsics.gen.tmp -gen-intrinsic
/usr/bin/cmp -s /private/tmp/llvm35-WSQK/include/llvm/IR/Intrinsics.gen /private/tmp/llvm35-WSQK/lib/IR/Release/Intrinsics.gen.tmp || ( /bin/cp /private/tmp/llvm35-WSQK/lib/IR/Release/Intrinsics.gen.tmp /private/tmp/llvm35-WSQK/include/llvm/IR/Intrinsics.gen && \
echo llvm[1]: Updated Intrinsics.gen because Intrinsics.gen.tmp \
changed significantly. )
llvm[1]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
llvm[1]: Compiling AsmWriter.cpp for Release build
llvm[1]: Compiling Attributes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.d" Attributes.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.d.tmp"; exit 1; fi
llvm[1]: Compiling AutoUpgrade.cpp for Release build
llvm[1]: Compiling BasicBlock.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.d" AsmWriter.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.d.tmp"; exit 1; fi
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.d" BasicBlock.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.d.tmp"; exit 1; fi
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.d" AutoUpgrade.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.d.tmp"; exit 1; fi
llvm[1]: Compiling ConstantFold.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.d" ConstantFold.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.d.tmp"; exit 1; fi
llvm[1]: Compiling Constants.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Constants.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Constants.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Constants.d" Constants.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Constants.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Constants.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Constants.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Constants.d.tmp"; exit 1; fi
llvm[1]: Compiling Core.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Core.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Core.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Core.d" Core.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Core.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Core.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Core.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Core.d.tmp"; exit 1; fi
llvm[1]: Compiling DIBuilder.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.d" DIBuilder.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.d.tmp"; exit 1; fi
llvm[1]: Compiling DataLayout.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.d" DataLayout.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.d.tmp"; exit 1; fi
llvm[1]: Compiling DebugInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.d" DebugInfo.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.d.tmp"; exit 1; fi
llvm[1]: Compiling DebugLoc.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.d" DebugLoc.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.d.tmp"; exit 1; fi
llvm[1]: Compiling DiagnosticInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.d" DiagnosticInfo.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.d.tmp"; exit 1; fi
llvm[1]: Compiling DiagnosticPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.d" DiagnosticPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.d.tmp"; exit 1; fi
llvm[1]: Compiling Dominators.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.d" Dominators.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.d.tmp"; exit 1; fi
llvm[1]: Compiling Function.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Function.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Function.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Function.d" Function.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Function.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Function.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Function.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Function.d.tmp"; exit 1; fi
llvm[1]: Compiling GCOV.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.d" GCOV.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.d.tmp"; exit 1; fi
llvm[1]: Compiling GVMaterializer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.d" GVMaterializer.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.d.tmp"; exit 1; fi
llvm[1]: Compiling Globals.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Globals.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Globals.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Globals.d" Globals.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Globals.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Globals.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Globals.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Globals.d.tmp"; exit 1; fi
llvm[1]: Compiling IRBuilder.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.d" IRBuilder.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.d.tmp"; exit 1; fi
llvm[1]: Compiling IRPrintingPasses.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.d" IRPrintingPasses.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.d.tmp"; exit 1; fi
llvm[1]: Compiling InlineAsm.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.d" InlineAsm.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.d.tmp"; exit 1; fi
llvm[1]: Compiling Instruction.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.d" Instruction.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.d.tmp"; exit 1; fi
llvm[1]: Compiling Instructions.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.d" Instructions.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.d.tmp"; exit 1; fi
llvm[1]: Compiling IntrinsicInst.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.d" IntrinsicInst.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.d.tmp"; exit 1; fi
llvm[1]: Compiling LLVMContext.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.d" LLVMContext.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.d.tmp"; exit 1; fi
llvm[1]: Compiling LLVMContextImpl.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.d" LLVMContextImpl.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.d.tmp"; exit 1; fi
llvm[1]: Compiling LeakDetector.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.d" LeakDetector.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.d.tmp"; exit 1; fi
llvm[1]: Compiling LegacyPassManager.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.d" LegacyPassManager.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.d.tmp"; exit 1; fi
llvm[1]: Compiling Mangler.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.d" Mangler.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.d.tmp"; exit 1; fi
llvm[1]: Compiling Metadata.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.d" Metadata.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.d.tmp"; exit 1; fi
llvm[1]: Compiling Module.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Module.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Module.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Module.d" Module.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Module.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Module.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Module.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Module.d.tmp"; exit 1; fi
llvm[1]: Compiling Pass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Pass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Pass.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Pass.d" Pass.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Pass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Pass.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Pass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Pass.d.tmp"; exit 1; fi
llvm[1]: Compiling PassManager.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.d" PassManager.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.d.tmp"; exit 1; fi
llvm[1]: Compiling PassRegistry.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.d" PassRegistry.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.d.tmp"; exit 1; fi
llvm[1]: Compiling Type.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Type.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Type.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Type.d" Type.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Type.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Type.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Type.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Type.d.tmp"; exit 1; fi
llvm[1]: Compiling TypeFinder.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.d" TypeFinder.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.d.tmp"; exit 1; fi
llvm[1]: Compiling Use.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Use.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Use.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Use.d" Use.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Use.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Use.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Use.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Use.d.tmp"; exit 1; fi
llvm[1]: Compiling User.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/User.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/User.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/User.d" User.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/User.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/User.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/User.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/User.d.tmp"; exit 1; fi
llvm[1]: Compiling Value.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Value.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Value.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Value.d" Value.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Value.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Value.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Value.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Value.d.tmp"; exit 1; fi
llvm[1]: Compiling ValueSymbolTable.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.d" ValueSymbolTable.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.d.tmp"; exit 1; fi
llvm[1]: Compiling ValueTypes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.d" ValueTypes.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.d.tmp"; exit 1; fi
llvm[1]: Compiling Verifier.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/IR -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.o" -MT "/private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.d" Verifier.cpp -o /private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.d.tmp" "/private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.d.tmp"; exit 1; fi
llvm[1]: Building Release Archive Library libLLVMCore.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMCore.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMCore.a /private/tmp/llvm35-WSQK/lib/IR/Release/AsmWriter.o /private/tmp/llvm35-WSQK/lib/IR/Release/Attributes.o /private/tmp/llvm35-WSQK/lib/IR/Release/AutoUpgrade.o /private/tmp/llvm35-WSQK/lib/IR/Release/BasicBlock.o /private/tmp/llvm35-WSQK/lib/IR/Release/ConstantFold.o /private/tmp/llvm35-WSQK/lib/IR/Release/Constants.o /private/tmp/llvm35-WSQK/lib/IR/Release/Core.o /private/tmp/llvm35-WSQK/lib/IR/Release/DIBuilder.o /private/tmp/llvm35-WSQK/lib/IR/Release/DataLayout.o /private/tmp/llvm35-WSQK/lib/IR/Release/DebugInfo.o /private/tmp/llvm35-WSQK/lib/IR/Release/DebugLoc.o /private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticInfo.o /private/tmp/llvm35-WSQK/lib/IR/Release/DiagnosticPrinter.o /private/tmp/llvm35-WSQK/lib/IR/Release/Dominators.o /private/tmp/llvm35-WSQK/lib/IR/Release/Function.o /private/tmp/llvm35-WSQK/lib/IR/Release/GCOV.o /private/tmp/llvm35-WSQK/lib/IR/Release/GVMaterializer.o /private/tmp/llvm35-WSQK/lib/IR/Release/Globals.o /private/tmp/llvm35-WSQK/lib/IR/Release/IRBuilder.o /private/tmp/llvm35-WSQK/lib/IR/Release/IRPrintingPasses.o /private/tmp/llvm35-WSQK/lib/IR/Release/InlineAsm.o /private/tmp/llvm35-WSQK/lib/IR/Release/Instruction.o /private/tmp/llvm35-WSQK/lib/IR/Release/Instructions.o /private/tmp/llvm35-WSQK/lib/IR/Release/IntrinsicInst.o /private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContext.o /private/tmp/llvm35-WSQK/lib/IR/Release/LLVMContextImpl.o /private/tmp/llvm35-WSQK/lib/IR/Release/LeakDetector.o /private/tmp/llvm35-WSQK/lib/IR/Release/LegacyPassManager.o /private/tmp/llvm35-WSQK/lib/IR/Release/Mangler.o /private/tmp/llvm35-WSQK/lib/IR/Release/Metadata.o /private/tmp/llvm35-WSQK/lib/IR/Release/Module.o /private/tmp/llvm35-WSQK/lib/IR/Release/Pass.o /private/tmp/llvm35-WSQK/lib/IR/Release/PassManager.o /private/tmp/llvm35-WSQK/lib/IR/Release/PassRegistry.o /private/tmp/llvm35-WSQK/lib/IR/Release/Type.o /private/tmp/llvm35-WSQK/lib/IR/Release/TypeFinder.o /private/tmp/llvm35-WSQK/lib/IR/Release/Use.o /private/tmp/llvm35-WSQK/lib/IR/Release/User.o /private/tmp/llvm35-WSQK/lib/IR/Release/Value.o /private/tmp/llvm35-WSQK/lib/IR/Release/ValueSymbolTable.o /private/tmp/llvm35-WSQK/lib/IR/Release/ValueTypes.o /private/tmp/llvm35-WSQK/lib/IR/Release/Verifier.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMCore.a
\
SD=/private/tmp/llvm35-WSQK/lib/IR; \
DD=IR; \
if [ ! -f $SD/Makefile ]; then \
SD=IR; \
DD=IR; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
\
SD=/private/tmp/llvm35-WSQK/lib/AsmParser; \
DD=AsmParser; \
if [ ! -f $SD/Makefile ]; then \
SD=AsmParser; \
DD=AsmParser; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
\
SD=/private/tmp/llvm35-WSQK/lib/Bitcode; \
DD=Bitcode; \
if [ ! -f $SD/Makefile ]; then \
SD=Bitcode; \
DD=Bitcode; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
\
SD=/private/tmp/llvm35-WSQK/lib/Analysis; \
DD=Analysis; \
if [ ! -f $SD/Makefile ]; then \
SD=Analysis; \
DD=Analysis; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/AsmParser/Release > /dev/null
\
SD=/private/tmp/llvm35-WSQK/lib/Bitcode/Reader; \
DD=Reader; \
if [ ! -f $SD/Makefile ]; then \
SD=Reader; \
DD=Reader; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/bin/date > /private/tmp/llvm35-WSQK/lib/AsmParser/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/AsmParser/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/AsmParser/Release/.//.dir
llvm[2]: Compiling LLLexer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/AsmParser -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.o" -MT "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.d" LLLexer.cpp -o /private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.d.tmp" "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.d.tmp"; exit 1; fi
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release > /dev/null
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Analysis/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/.//.dir
/bin/date > /private/tmp/llvm35-WSQK/lib/Analysis/Release/.dir
llvm[3]: Compiling BitReader.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Bitcode/Reader -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.o" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.d" BitReader.cpp -o /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.d.tmp" "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.d.tmp"; exit 1; fi
make[2]: Nothing to be done for `all'.
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Analysis/Release/./ > /dev/null
\
SD=/private/tmp/llvm35-WSQK/lib/Transforms; \
DD=Transforms; \
if [ ! -f $SD/Makefile ]; then \
SD=Transforms; \
DD=Transforms; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/bin/date > /private/tmp/llvm35-WSQK/lib/Analysis/Release/.//.dir
llvm[2]: Compiling AliasAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.d" AliasAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.d.tmp"; exit 1; fi
\
SD=/private/tmp/llvm35-WSQK/lib/Transforms/Utils; \
DD=Utils; \
if [ ! -f $SD/Makefile ]; then \
SD=Utils; \
DD=Utils; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/.//.dir
llvm[3]: Compiling ASanStackFrameLayout.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.d" ASanStackFrameLayout.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.d.tmp"; exit 1; fi
llvm[3]: Compiling BitcodeReader.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Bitcode/Reader -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.o" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.d" BitcodeReader.cpp -o /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.d.tmp" "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.d.tmp"; exit 1; fi
llvm[3]: Compiling BasicBlockUtils.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.d" BasicBlockUtils.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.d.tmp"; exit 1; fi
llvm[2]: Compiling LLParser.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/AsmParser -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.o" -MT "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.d" LLParser.cpp -o /private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.d.tmp" "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.d.tmp"; exit 1; fi
llvm[2]: Compiling AliasAnalysisCounter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.d" AliasAnalysisCounter.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.d.tmp"; exit 1; fi
llvm[2]: Compiling AliasAnalysisEvaluator.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.d" AliasAnalysisEvaluator.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.d.tmp"; exit 1; fi
llvm[3]: Compiling BreakCriticalEdges.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.d" BreakCriticalEdges.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.d.tmp"; exit 1; fi
llvm[2]: Compiling AliasDebugger.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.d" AliasDebugger.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.d.tmp"; exit 1; fi
llvm[3]: Compiling BuildLibCalls.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.d" BuildLibCalls.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.d.tmp"; exit 1; fi
llvm[3]: Compiling BitstreamReader.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Bitcode/Reader -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.o" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.d" BitstreamReader.cpp -o /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.d.tmp" "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.d.tmp"; exit 1; fi
llvm[2]: Compiling Parser.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/AsmParser -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.o" -MT "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.d" Parser.cpp -o /private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.d.tmp" "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.d.tmp"; exit 1; fi
llvm[2]: Compiling AliasSetTracker.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.d" AliasSetTracker.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.d.tmp"; exit 1; fi
llvm[3]: Compiling BypassSlowDivision.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.d" BypassSlowDivision.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMBitReader.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMBitReader.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMBitReader.a /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitReader.o /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitcodeReader.o /private/tmp/llvm35-WSQK/lib/Bitcode/Reader/Release/BitstreamReader.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMBitReader.a
\
SD=/private/tmp/llvm35-WSQK/lib/Bitcode/Writer; \
DD=Writer; \
if [ ! -f $SD/Makefile ]; then \
SD=Writer; \
DD=Writer; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/.//.dir
llvm[3]: Compiling BitWriter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Bitcode/Writer -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.o" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.d" BitWriter.cpp -o /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.d.tmp"; exit 1; fi
llvm[2]: Building Release Archive Library libLLVMAsmParser.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMAsmParser.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMAsmParser.a /private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLLexer.o /private/tmp/llvm35-WSQK/lib/AsmParser/Release/LLParser.o /private/tmp/llvm35-WSQK/lib/AsmParser/Release/Parser.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMAsmParser.a
llvm[3]: Compiling BitcodeWriter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Bitcode/Writer -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.o" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.d" BitcodeWriter.cpp -o /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.d.tmp"; exit 1; fi
\
SD=/private/tmp/llvm35-WSQK/lib/CodeGen; \
DD=CodeGen; \
if [ ! -f $SD/Makefile ]; then \
SD=CodeGen; \
DD=CodeGen; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/CodeGen/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/CodeGen/Release/.dir
llvm[2]: Compiling Analysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.d" Analysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.d.tmp"; exit 1; fi
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/CodeGen/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/CodeGen/Release/.//.dir
\
SD=/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG; \
DD=SelectionDAG; \
if [ ! -f $SD/Makefile ]; then \
SD=SelectionDAG; \
DD=SelectionDAG; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
llvm[3]: Compiling CloneFunction.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.d" CloneFunction.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.d.tmp"; exit 1; fi
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/.//.dir
llvm[3]: Compiling DAGCombiner.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.d" DAGCombiner.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.d.tmp"; exit 1; fi
llvm[2]: Compiling BasicAliasAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.d" BasicAliasAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling CloneModule.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.d" CloneModule.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.d.tmp"; exit 1; fi
llvm[2]: Compiling BlockFrequencyInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.d" BlockFrequencyInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling BitcodeWriterPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Bitcode/Writer -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.d" BitcodeWriterPass.cpp -o /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.d.tmp"; exit 1; fi
llvm[3]: Compiling CmpInstAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.d" CmpInstAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeExtractor.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.d" CodeExtractor.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.d.tmp"; exit 1; fi
llvm[3]: Compiling ValueEnumerator.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Bitcode/Writer -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.o" -MT "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.d" ValueEnumerator.cpp -o /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.d.tmp" "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.d.tmp"; exit 1; fi
llvm[2]: Compiling BranchProbabilityInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.d" BranchProbabilityInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMBitWriter.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMBitWriter.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMBitWriter.a /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitWriter.o /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriter.o /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/BitcodeWriterPass.o /private/tmp/llvm35-WSQK/lib/Bitcode/Writer/Release/ValueEnumerator.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMBitWriter.a
\
SD=/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation; \
DD=Instrumentation; \
if [ ! -f $SD/Makefile ]; then \
SD=Instrumentation; \
DD=Instrumentation; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/.//.dir
llvm[3]: Compiling AddressSanitizer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.d" AddressSanitizer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.d.tmp"; exit 1; fi
llvm[2]: Compiling CFG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.d" CFG.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.d.tmp"; exit 1; fi
llvm[3]: Compiling DemoteRegToStack.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.d" DemoteRegToStack.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.d.tmp"; exit 1; fi
llvm[2]: Compiling CFGPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.d" CFGPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling FlattenCFG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.d" FlattenCFG.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.d.tmp"; exit 1; fi
llvm[2]: Compiling CaptureTracking.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.d" CaptureTracking.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.d.tmp"; exit 1; fi
llvm[3]: Compiling GlobalStatus.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.d" GlobalStatus.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.d.tmp"; exit 1; fi
llvm[3]: Compiling BoundsChecking.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.d" BoundsChecking.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.d.tmp"; exit 1; fi
llvm[2]: Compiling CodeMetrics.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.d" CodeMetrics.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.d.tmp"; exit 1; fi
llvm[3]: Compiling FastISel.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.d" FastISel.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.d.tmp"; exit 1; fi
llvm[3]: Compiling InlineFunction.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.d" InlineFunction.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.d.tmp"; exit 1; fi
llvm[3]: Compiling DataFlowSanitizer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.d" DataFlowSanitizer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.d.tmp"; exit 1; fi
llvm[2]: Compiling ConstantFolding.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.d" ConstantFolding.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.d.tmp"; exit 1; fi
llvm[3]: Compiling InstructionNamer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.d" InstructionNamer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.d.tmp"; exit 1; fi
llvm[2]: Compiling CostModel.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.d" CostModel.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.d.tmp"; exit 1; fi
llvm[3]: Compiling FunctionLoweringInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.d" FunctionLoweringInfo.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling IntegerDivision.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.d" IntegerDivision.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.d.tmp"; exit 1; fi
llvm[2]: Compiling Delinearization.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.d" Delinearization.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.d.tmp"; exit 1; fi
llvm[3]: Compiling DebugIR.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.d" DebugIR.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.d.tmp"; exit 1; fi
llvm[3]: Compiling LCSSA.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.d" LCSSA.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.d.tmp"; exit 1; fi
llvm[2]: Compiling DependenceAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.d" DependenceAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling InstrEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.d" InstrEmitter.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling Local.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.d" Local.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.d.tmp"; exit 1; fi
llvm[3]: Compiling GCOVProfiling.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.d" GCOVProfiling.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.d.tmp"; exit 1; fi
llvm[3]: Compiling LegalizeDAG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.d" LegalizeDAG.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.d.tmp"; exit 1; fi
llvm[2]: Compiling DomPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.d" DomPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopSimplify.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.d" LoopSimplify.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.d.tmp"; exit 1; fi
llvm[3]: Compiling Instrumentation.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.d" Instrumentation.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.d.tmp"; exit 1; fi
llvm[3]: Compiling MemorySanitizer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.d" MemorySanitizer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.d.tmp"; exit 1; fi
llvm[2]: Compiling DominanceFrontier.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.d" DominanceFrontier.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopUnroll.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.d" LoopUnroll.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.d.tmp"; exit 1; fi
llvm[2]: Compiling IVUsers.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.d" IVUsers.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.d.tmp"; exit 1; fi
llvm[3]: Compiling LegalizeFloatTypes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.d" LegalizeFloatTypes.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.d.tmp"; exit 1; fi
llvm[2]: Compiling InstCount.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.d" InstCount.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.d.tmp"; exit 1; fi
llvm[3]: Compiling ThreadSanitizer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.d" ThreadSanitizer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopUnrollRuntime.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.d" LoopUnrollRuntime.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.d.tmp"; exit 1; fi
llvm[2]: Compiling InstructionSimplify.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.d" InstructionSimplify.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.d.tmp"; exit 1; fi
llvm[3]: Compiling LegalizeIntegerTypes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.d" LegalizeIntegerTypes.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMInstrumentation.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMInstrumentation.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMInstrumentation.a /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/AddressSanitizer.o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/BoundsChecking.o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DataFlowSanitizer.o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/DebugIR.o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/GCOVProfiling.o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/Instrumentation.o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/MemorySanitizer.o /private/tmp/llvm35-WSQK/lib/Transforms/Instrumentation/Release/ThreadSanitizer.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMInstrumentation.a
\
SD=/private/tmp/llvm35-WSQK/lib/Transforms/Scalar; \
DD=Scalar; \
if [ ! -f $SD/Makefile ]; then \
SD=Scalar; \
DD=Scalar; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
llvm[3]: Compiling LowerExpectIntrinsic.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.d" LowerExpectIntrinsic.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.d.tmp"; exit 1; fi
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/.//.dir
llvm[3]: Compiling ADCE.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.d" ADCE.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeGenPrepare.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.d" CodeGenPrepare.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.d.tmp"; exit 1; fi
llvm[3]: Compiling LowerInvoke.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.d" LowerInvoke.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.d.tmp"; exit 1; fi
llvm[2]: Compiling Interval.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.d" Interval.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.d.tmp"; exit 1; fi
llvm[3]: Compiling LegalizeTypes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.d" LegalizeTypes.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.d.tmp"; exit 1; fi
llvm[2]: Compiling IntervalPartition.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.d" IntervalPartition.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.d.tmp"; exit 1; fi
llvm[3]: Compiling LowerSwitch.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.d" LowerSwitch.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.d.tmp"; exit 1; fi
llvm[2]: Compiling LazyValueInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.d" LazyValueInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling LegalizeTypesGeneric.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.d" LegalizeTypesGeneric.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.d.tmp"; exit 1; fi
llvm[3]: Compiling ConstantProp.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.d" ConstantProp.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.d.tmp"; exit 1; fi
llvm[3]: Compiling Mem2Reg.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.d" Mem2Reg.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.d.tmp"; exit 1; fi
llvm[3]: Compiling CorrelatedValuePropagation.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.d" CorrelatedValuePropagation.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.d.tmp"; exit 1; fi
llvm[3]: Compiling LegalizeVectorOps.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.d" LegalizeVectorOps.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.d.tmp"; exit 1; fi
llvm[3]: Compiling MetaRenamer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.d" MetaRenamer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.d.tmp"; exit 1; fi
llvm[2]: Compiling LibCallAliasAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.d" LibCallAliasAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling ModuleUtils.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.d" ModuleUtils.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.d.tmp"; exit 1; fi
llvm[3]: Compiling DCE.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.d" DCE.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.d.tmp"; exit 1; fi
llvm[3]: Compiling LegalizeVectorTypes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.d" LegalizeVectorTypes.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.d.tmp"; exit 1; fi
llvm[2]: Compiling LibCallSemantics.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.d" LibCallSemantics.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.d.tmp"; exit 1; fi
llvm[3]: Compiling PromoteMemoryToRegister.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.d" PromoteMemoryToRegister.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.d.tmp"; exit 1; fi
llvm[3]: Compiling DeadStoreElimination.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.d" DeadStoreElimination.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.d.tmp"; exit 1; fi
llvm[2]: Compiling Lint.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.d" Lint.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.d.tmp"; exit 1; fi
llvm[3]: Compiling EarlyCSE.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.d" EarlyCSE.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.d.tmp"; exit 1; fi
llvm[3]: Compiling ResourcePriorityQueue.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.d" ResourcePriorityQueue.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.d.tmp"; exit 1; fi
llvm[2]: Compiling Loads.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.d" Loads.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.d.tmp"; exit 1; fi
llvm[3]: Compiling SSAUpdater.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.d" SSAUpdater.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.d.tmp"; exit 1; fi
llvm[2]: Compiling LoopInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.d" LoopInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling FlattenCFGPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.d" FlattenCFGPass.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.d.tmp"; exit 1; fi
llvm[3]: Compiling ScheduleDAGFast.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.d" ScheduleDAGFast.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.d.tmp"; exit 1; fi
llvm[3]: Compiling SimplifyCFG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.d" SimplifyCFG.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.d.tmp"; exit 1; fi
llvm[3]: Compiling GVN.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.d" GVN.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.d.tmp"; exit 1; fi
llvm[2]: Compiling LoopPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.d" LoopPass.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.d.tmp"; exit 1; fi
llvm[3]: Compiling ScheduleDAGRRList.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.d" ScheduleDAGRRList.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.d.tmp"; exit 1; fi
llvm[2]: Compiling MemDepPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.d" MemDepPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.d.tmp"; exit 1; fi
llvm[2]: Compiling MemoryBuiltins.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.d" MemoryBuiltins.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.d.tmp"; exit 1; fi
llvm[3]: Compiling GlobalMerge.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.d" GlobalMerge.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.d.tmp"; exit 1; fi
llvm[3]: Compiling SimplifyIndVar.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.d" SimplifyIndVar.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.d.tmp"; exit 1; fi
llvm[3]: Compiling ScheduleDAGSDNodes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.d" ScheduleDAGSDNodes.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.d.tmp"; exit 1; fi
llvm[3]: Compiling IndVarSimplify.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.d" IndVarSimplify.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.d.tmp"; exit 1; fi
llvm[2]: Compiling MemoryDependenceAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.d" MemoryDependenceAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling SimplifyInstructions.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.d" SimplifyInstructions.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.d.tmp"; exit 1; fi
llvm[3]: Compiling ScheduleDAGVLIW.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.d" ScheduleDAGVLIW.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.d.tmp"; exit 1; fi
llvm[3]: Compiling SimplifyLibCalls.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.d" SimplifyLibCalls.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.d.tmp"; exit 1; fi
llvm[3]: Compiling JumpThreading.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.d" JumpThreading.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.d.tmp"; exit 1; fi
llvm[2]: Compiling ModuleDebugInfoPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.d" ModuleDebugInfoPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling SelectionDAG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.d" SelectionDAG.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.d.tmp"; exit 1; fi
llvm[2]: Compiling NoAliasAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.d" NoAliasAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling SpecialCaseList.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.d" SpecialCaseList.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.d.tmp"; exit 1; fi
llvm[2]: Compiling PHITransAddr.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.d" PHITransAddr.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.d.tmp"; exit 1; fi
llvm[3]: Compiling LICM.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.d" LICM.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.d.tmp"; exit 1; fi
llvm[3]: Compiling UnifyFunctionExitNodes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.d" UnifyFunctionExitNodes.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.d.tmp"; exit 1; fi
llvm[2]: Compiling PostDominators.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.d" PostDominators.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.d.tmp"; exit 1; fi
llvm[3]: Compiling Utils.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.d" Utils.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.d.tmp"; exit 1; fi
llvm[3]: Compiling ValueMapper.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Utils -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.d" ValueMapper.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopDeletion.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.d" LoopDeletion.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.d.tmp"; exit 1; fi
llvm[2]: Compiling PtrUseVisitor.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.d" PtrUseVisitor.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMTransformUtils.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMTransformUtils.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMTransformUtils.a /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ASanStackFrameLayout.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BasicBlockUtils.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BreakCriticalEdges.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BuildLibCalls.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/BypassSlowDivision.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneFunction.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CloneModule.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CmpInstAnalysis.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/CodeExtractor.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/DemoteRegToStack.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/FlattenCFG.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/GlobalStatus.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InlineFunction.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/InstructionNamer.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/IntegerDivision.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LCSSA.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Local.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopSimplify.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnroll.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LoopUnrollRuntime.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerExpectIntrinsic.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerInvoke.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/LowerSwitch.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Mem2Reg.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/MetaRenamer.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ModuleUtils.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/PromoteMemoryToRegister.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SSAUpdater.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyCFG.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyIndVar.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyInstructions.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SimplifyLibCalls.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/SpecialCaseList.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/UnifyFunctionExitNodes.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/Utils.o /private/tmp/llvm35-WSQK/lib/Transforms/Utils/Release/ValueMapper.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMTransformUtils.a
\
SD=/private/tmp/llvm35-WSQK/lib/Target; \
DD=Target; \
if [ ! -f $SD/Makefile ]; then \
SD=Target; \
DD=Target; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/Release/.//.dir
\
SD=/private/tmp/llvm35-WSQK/lib/Target/X86; \
DD=X86; \
if [ ! -f $SD/Makefile ]; then \
SD=X86; \
DD=X86; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/X86/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/X86/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/X86/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/X86/Release/.//.dir
llvm[3]: Building X86.td register info implementation with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-register-info -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenRegisterInfo.inc.tmp X86.td
llvm[3]: Compiling SelectionDAGBuilder.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.d" SelectionDAGBuilder.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopIdiomRecognize.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.d" LoopIdiomRecognize.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.d.tmp"; exit 1; fi
llvm[2]: Compiling RegionInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.d" RegionInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.d.tmp"; exit 1; fi
llvm[3]: Building X86.td instruction information with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-instr-info -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenInstrInfo.inc.tmp X86.td
llvm[3]: Compiling LoopInstSimplify.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.d" LoopInstSimplify.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.d.tmp"; exit 1; fi
llvm[2]: Compiling RegionPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.d" RegionPass.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopRerollPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.d" LoopRerollPass.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.d.tmp"; exit 1; fi
llvm[3]: Building X86.td assembly writer with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-asm-writer -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmWriter.inc.tmp X86.td
llvm[2]: Compiling RegionPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.d" RegionPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.d.tmp"; exit 1; fi
llvm[3]: Building X86.td assembly matcher with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-asm-matcher -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmMatcher.inc.tmp X86.td
llvm[2]: Compiling ScalarEvolution.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.d" ScalarEvolution.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopRotation.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.d" LoopRotation.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.d.tmp"; exit 1; fi
llvm[3]: Compiling SelectionDAGDumper.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.d" SelectionDAGDumper.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.d.tmp"; exit 1; fi
llvm[3]: Building X86.td assembly writer #1 with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-asm-writer -asmwriternum=1 -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmWriter1.inc.tmp X86.td
llvm[3]: Compiling LoopStrengthReduce.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.d" LoopStrengthReduce.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.d.tmp"; exit 1; fi
llvm[3]: Compiling SelectionDAGISel.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.d" SelectionDAGISel.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.d.tmp"; exit 1; fi
llvm[3]: Building X86.td DAG instruction selector implementation with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-dag-isel -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenDAGISel.inc.tmp X86.td
llvm[2]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.d" ScalarEvolutionAliasAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Building X86.td disassembly tables with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-disassembler -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenDisassemblerTables.inc.tmp X86.td
llvm[2]: Compiling ScalarEvolutionExpander.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.d" ScalarEvolutionExpander.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.d.tmp"; exit 1; fi
llvm[3]: Compiling SelectionDAGPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.d" SelectionDAGPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopUnrollPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.d" LoopUnrollPass.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.d.tmp"; exit 1; fi
llvm[3]: Building X86.td "fast" instruction selector implementation with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-fast-isel -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenFastISel.inc.tmp X86.td
llvm[3]: Compiling LoopUnswitch.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.d" LoopUnswitch.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.d.tmp"; exit 1; fi
llvm[3]: Compiling TargetLowering.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.d" TargetLowering.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.d.tmp"; exit 1; fi
llvm[2]: Compiling ScalarEvolutionNormalization.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.d" ScalarEvolutionNormalization.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.d.tmp"; exit 1; fi
llvm[3]: Building X86.td calling convention information with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-callingconv -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenCallingConv.inc.tmp X86.td
llvm[2]: Compiling SparsePropagation.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.d" SparsePropagation.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.d.tmp"; exit 1; fi
llvm[3]: Compiling LowerAtomic.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.d" LowerAtomic.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.d.tmp"; exit 1; fi
llvm[3]: Building X86.td subtarget information with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/X86 -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-subtarget -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenSubtargetInfo.inc.tmp X86.td
llvm[2]: Compiling TargetTransformInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.d" TargetTransformInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling TargetSelectionDAGInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.d" TargetSelectionDAGInfo.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling MemCpyOptimizer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.d" MemCpyOptimizer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMSelectionDAG.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMSelectionDAG.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMSelectionDAG.a /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/DAGCombiner.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FastISel.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/FunctionLoweringInfo.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/InstrEmitter.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeDAG.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeFloatTypes.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeIntegerTypes.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypes.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeTypesGeneric.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorOps.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/LegalizeVectorTypes.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ResourcePriorityQueue.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGFast.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGRRList.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGSDNodes.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/ScheduleDAGVLIW.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAG.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGBuilder.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGDumper.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/SelectionDAGPrinter.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetLowering.o /private/tmp/llvm35-WSQK/lib/CodeGen/SelectionDAG/Release/TargetSelectionDAGInfo.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMSelectionDAG.a
\
SD=/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter; \
DD=AsmPrinter; \
if [ ! -f $SD/Makefile ]; then \
SD=AsmPrinter; \
DD=AsmPrinter; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/.//.dir
llvm[3]: Compiling ARMException.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.d" ARMException.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.d.tmp"; exit 1; fi
llvm[2]: Compiling Trace.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.d" Trace.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.d.tmp"; exit 1; fi
/usr/bin/cmp -s X86GenRegisterInfo.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenRegisterInfo.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenRegisterInfo.inc.tmp X86GenRegisterInfo.inc
/usr/bin/cmp -s X86GenInstrInfo.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenInstrInfo.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenInstrInfo.inc.tmp X86GenInstrInfo.inc
/usr/bin/cmp -s X86GenAsmWriter.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmWriter.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmWriter.inc.tmp X86GenAsmWriter.inc
/usr/bin/cmp -s X86GenAsmMatcher.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmMatcher.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmMatcher.inc.tmp X86GenAsmMatcher.inc
/usr/bin/cmp -s X86GenAsmWriter1.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmWriter1.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenAsmWriter1.inc.tmp X86GenAsmWriter1.inc
/usr/bin/cmp -s X86GenDAGISel.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenDAGISel.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenDAGISel.inc.tmp X86GenDAGISel.inc
/usr/bin/cmp -s X86GenDisassemblerTables.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenDisassemblerTables.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenDisassemblerTables.inc.tmp X86GenDisassemblerTables.inc
/usr/bin/cmp -s X86GenFastISel.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenFastISel.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenFastISel.inc.tmp X86GenFastISel.inc
/usr/bin/cmp -s X86GenCallingConv.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenCallingConv.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenCallingConv.inc.tmp X86GenCallingConv.inc
/usr/bin/cmp -s X86GenSubtargetInfo.inc /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenSubtargetInfo.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86GenSubtargetInfo.inc.tmp X86GenSubtargetInfo.inc
llvm[3]: Compiling X86AsmPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.d" X86AsmPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.d.tmp"; exit 1; fi
llvm[2]: Compiling TypeBasedAliasAnalysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.d" TypeBasedAliasAnalysis.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling PartiallyInlineLibCalls.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.d" PartiallyInlineLibCalls.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.d.tmp"; exit 1; fi
llvm[3]: Compiling AsmPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.d" AsmPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.d.tmp"; exit 1; fi
llvm[2]: Compiling ValueTracking.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.d" ValueTracking.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.d.tmp"; exit 1; fi
llvm[3]: Compiling Reassociate.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.d" Reassociate.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.d.tmp"; exit 1; fi
llvm[3]: Compiling X86COFFMachineModuleInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.d" X86COFFMachineModuleInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling X86CodeEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.d" X86CodeEmitter.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.d.tmp"; exit 1; fi
llvm[2]: Building Release Archive Library libLLVMAnalysis.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMAnalysis.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMAnalysis.a /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisCounter.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasAnalysisEvaluator.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasDebugger.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/AliasSetTracker.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Analysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/BasicAliasAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/BlockFrequencyInfo.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/BranchProbabilityInfo.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CFG.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CFGPrinter.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CaptureTracking.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CodeMetrics.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ConstantFolding.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/CostModel.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Delinearization.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/DependenceAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/DomPrinter.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/DominanceFrontier.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/IVUsers.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/InstCount.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/InstructionSimplify.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Interval.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/IntervalPartition.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LazyValueInfo.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallAliasAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LibCallSemantics.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Lint.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Loads.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopInfo.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/LoopPass.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/MemDepPrinter.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryBuiltins.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/MemoryDependenceAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ModuleDebugInfoPrinter.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/NoAliasAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/PHITransAddr.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/PostDominators.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/PtrUseVisitor.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionInfo.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPass.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/RegionPrinter.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolution.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionAliasAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionExpander.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ScalarEvolutionNormalization.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/SparsePropagation.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/TargetTransformInfo.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/Trace.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/TypeBasedAliasAnalysis.o /private/tmp/llvm35-WSQK/lib/Analysis/Release/ValueTracking.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMAnalysis.a
for dir in IPA; do \
(/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $dir all ) || exit 1; \
done
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/.//.dir
llvm[3]: Compiling CallGraph.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis/IPA -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.d" CallGraph.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.d.tmp"; exit 1; fi
llvm[3]: Compiling AsmPrinterDwarf.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.d" AsmPrinterDwarf.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.d.tmp"; exit 1; fi
llvm[3]: Compiling Reg2Mem.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.d" Reg2Mem.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.d.tmp"; exit 1; fi
llvm[3]: Compiling CallGraphSCCPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis/IPA -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.d" CallGraphSCCPass.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.d.tmp"; exit 1; fi
llvm[3]: Compiling AsmPrinterInlineAsm.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.d" AsmPrinterInlineAsm.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.d.tmp"; exit 1; fi
llvm[3]: Compiling X86FastISel.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.d" X86FastISel.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.d.tmp"; exit 1; fi
llvm[3]: Compiling SCCP.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.d" SCCP.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.d.tmp"; exit 1; fi
llvm[3]: Compiling CallPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis/IPA -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.d" CallPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling DIE.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.d" DIE.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.d.tmp"; exit 1; fi
llvm[3]: Compiling SROA.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.d" SROA.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.d.tmp"; exit 1; fi
llvm[3]: Compiling FindUsedTypes.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis/IPA -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.d" FindUsedTypes.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.d.tmp"; exit 1; fi
llvm[3]: Compiling DIEHash.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.d" DIEHash.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.d.tmp"; exit 1; fi
llvm[3]: Compiling GlobalsModRef.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis/IPA -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.d" GlobalsModRef.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.d.tmp"; exit 1; fi
llvm[3]: Compiling DwarfAccelTable.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.d" DwarfAccelTable.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.d.tmp"; exit 1; fi
llvm[3]: Compiling DwarfCFIException.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.d" DwarfCFIException.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.d.tmp"; exit 1; fi
llvm[3]: Compiling X86FixupLEAs.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.d" X86FixupLEAs.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.d.tmp"; exit 1; fi
llvm[3]: Compiling IPA.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis/IPA -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.d" IPA.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.d.tmp"; exit 1; fi
llvm[3]: Compiling InlineCost.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Analysis/IPA -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.o" -MT "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.d" InlineCost.cpp -o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.d.tmp" "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.d.tmp"; exit 1; fi
llvm[3]: Compiling SampleProfile.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.d" SampleProfile.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.d.tmp"; exit 1; fi
llvm[3]: Compiling X86FloatingPoint.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.d" X86FloatingPoint.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.d.tmp"; exit 1; fi
llvm[3]: Compiling DwarfDebug.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.d" DwarfDebug.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.d.tmp"; exit 1; fi
llvm[3]: Compiling X86FrameLowering.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.d" X86FrameLowering.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMipa.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMipa.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMipa.a /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraph.o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallGraphSCCPass.o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/CallPrinter.o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/FindUsedTypes.o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/GlobalsModRef.o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/IPA.o /private/tmp/llvm35-WSQK/lib/Analysis/IPA/Release/InlineCost.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMipa.a
\
SD=/private/tmp/llvm35-WSQK/lib/ExecutionEngine; \
DD=ExecutionEngine; \
if [ ! -f $SD/Makefile ]; then \
SD=ExecutionEngine; \
DD=ExecutionEngine; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/.//.dir
\
SD=/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter; \
DD=Interpreter; \
if [ ! -f $SD/Makefile ]; then \
SD=Interpreter; \
DD=Interpreter; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/.//.dir
llvm[3]: Compiling Execution.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.d" Execution.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.d.tmp"; exit 1; fi
llvm[3]: Compiling Scalar.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.d" Scalar.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.d.tmp"; exit 1; fi
llvm[3]: Compiling ScalarReplAggregates.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.d" ScalarReplAggregates.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.d.tmp"; exit 1; fi
llvm[3]: Compiling X86ISelDAGToDAG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.d" X86ISelDAGToDAG.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.d.tmp"; exit 1; fi
llvm[3]: Compiling DwarfException.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.d" DwarfException.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.d.tmp"; exit 1; fi
llvm[3]: Compiling ExternalFunctions.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.d" ExternalFunctions.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.d.tmp"; exit 1; fi
llvm[3]: Compiling Scalarizer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.d" Scalarizer.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.d.tmp"; exit 1; fi
llvm[3]: Compiling DwarfUnit.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.d" DwarfUnit.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.d.tmp"; exit 1; fi
llvm[3]: Compiling Interpreter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.d" Interpreter.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.d.tmp"; exit 1; fi
llvm[3]: Compiling SimplifyCFGPass.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.d" SimplifyCFGPass.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMInterpreter.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMInterpreter.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMInterpreter.a /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Execution.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/ExternalFunctions.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Interpreter/Release/Interpreter.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMInterpreter.a
\
SD=/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT; \
DD=JIT; \
if [ ! -f $SD/Makefile ]; then \
SD=JIT; \
DD=JIT; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/.//.dir
llvm[3]: Compiling JIT.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.d" JIT.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.d.tmp"; exit 1; fi
llvm[3]: Compiling Sink.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.d" Sink.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.d.tmp"; exit 1; fi
llvm[3]: Compiling X86ISelLowering.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.d" X86ISelLowering.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.d.tmp"; exit 1; fi
llvm[3]: Compiling ErlangGCPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.d" ErlangGCPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling StructurizeCFG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.d" StructurizeCFG.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.d.tmp"; exit 1; fi
llvm[3]: Compiling JITEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.d" JITEmitter.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling OcamlGCPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.d" OcamlGCPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling Win64Exception.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.d" Win64Exception.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.d.tmp"; exit 1; fi
llvm[3]: Compiling TailRecursionElimination.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/Scalar -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.d" TailRecursionElimination.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.d.tmp"; exit 1; fi
llvm[3]: Compiling JITMemoryManager.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.d" JITMemoryManager.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMJIT.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMJIT.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMJIT.a /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JIT.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITEmitter.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/JIT/Release/JITMemoryManager.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMJIT.a
\
SD=/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT; \
DD=MCJIT; \
if [ ! -f $SD/Makefile ]; then \
SD=MCJIT; \
DD=MCJIT; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/.//.dir
llvm[3]: Compiling MCJIT.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.d" MCJIT.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMAsmPrinter.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMAsmPrinter.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMAsmPrinter.a /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ARMException.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinter.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterDwarf.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/AsmPrinterInlineAsm.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIE.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DIEHash.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfAccelTable.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfCFIException.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfDebug.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfException.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/DwarfUnit.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/ErlangGCPrinter.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/OcamlGCPrinter.o /private/tmp/llvm35-WSQK/lib/CodeGen/AsmPrinter/Release/Win64Exception.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMAsmPrinter.a
llvm[2]: Compiling AggressiveAntiDepBreaker.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AggressiveAntiDepBreaker.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AggressiveAntiDepBreaker.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AggressiveAntiDepBreaker.d" AggressiveAntiDepBreaker.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/AggressiveAntiDepBreaker.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AggressiveAntiDepBreaker.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AggressiveAntiDepBreaker.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AggressiveAntiDepBreaker.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMScalarOpts.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMScalarOpts.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMScalarOpts.a /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ADCE.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CodeGenPrepare.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ConstantProp.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/CorrelatedValuePropagation.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DCE.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/DeadStoreElimination.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/EarlyCSE.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/FlattenCFGPass.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GVN.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/GlobalMerge.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/IndVarSimplify.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/JumpThreading.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LICM.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopDeletion.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopIdiomRecognize.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopInstSimplify.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRerollPass.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopRotation.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopStrengthReduce.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnrollPass.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LoopUnswitch.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/LowerAtomic.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/MemCpyOptimizer.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/PartiallyInlineLibCalls.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reassociate.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Reg2Mem.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SCCP.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SROA.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SampleProfile.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalar.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/ScalarReplAggregates.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Scalarizer.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/SimplifyCFGPass.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/Sink.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/StructurizeCFG.o /private/tmp/llvm35-WSQK/lib/Transforms/Scalar/Release/TailRecursionElimination.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMScalarOpts.a
\
SD=/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine; \
DD=InstCombine; \
if [ ! -f $SD/Makefile ]; then \
SD=InstCombine; \
DD=InstCombine; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/.//.dir
llvm[3]: Compiling InstCombineAddSub.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAddSub.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAddSub.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAddSub.d" InstCombineAddSub.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAddSub.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAddSub.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAddSub.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAddSub.d.tmp"; exit 1; fi
llvm[3]: Compiling SectionMemoryManager.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.d" SectionMemoryManager.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMMCJIT.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMMCJIT.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMMCJIT.a /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/MCJIT.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/MCJIT/Release/SectionMemoryManager.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMMCJIT.a
\
SD=/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld; \
DD=RuntimeDyld; \
if [ ! -f $SD/Makefile ]; then \
SD=RuntimeDyld; \
DD=RuntimeDyld; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/.//.dir
llvm[3]: Compiling GDBRegistrar.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.d" GDBRegistrar.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.d.tmp"; exit 1; fi
llvm[3]: Compiling RuntimeDyld.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.d" RuntimeDyld.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.d.tmp"; exit 1; fi
llvm[2]: Compiling AllocationOrder.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AllocationOrder.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AllocationOrder.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AllocationOrder.d" AllocationOrder.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/AllocationOrder.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AllocationOrder.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AllocationOrder.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/AllocationOrder.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineAndOrXor.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAndOrXor.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAndOrXor.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAndOrXor.d" InstCombineAndOrXor.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAndOrXor.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAndOrXor.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAndOrXor.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineAndOrXor.d.tmp"; exit 1; fi
llvm[2]: Compiling Analysis.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/Analysis.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/Analysis.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/Analysis.d" Analysis.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/Analysis.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/Analysis.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/Analysis.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/Analysis.d.tmp"; exit 1; fi
llvm[3]: Compiling RuntimeDyldELF.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.d" RuntimeDyldELF.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.d.tmp"; exit 1; fi
llvm[2]: Compiling BasicTargetTransformInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BasicTargetTransformInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BasicTargetTransformInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BasicTargetTransformInfo.d" BasicTargetTransformInfo.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/BasicTargetTransformInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BasicTargetTransformInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BasicTargetTransformInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BasicTargetTransformInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineCalls.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCalls.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCalls.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCalls.d" InstCombineCalls.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCalls.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCalls.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCalls.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCalls.d.tmp"; exit 1; fi
llvm[2]: Compiling BranchFolding.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BranchFolding.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BranchFolding.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BranchFolding.d" BranchFolding.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/BranchFolding.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BranchFolding.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BranchFolding.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/BranchFolding.d.tmp"; exit 1; fi
llvm[3]: Compiling X86InstrInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.d" X86InstrInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineCasts.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCasts.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCasts.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCasts.d" InstCombineCasts.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCasts.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCasts.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCasts.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCasts.d.tmp"; exit 1; fi
llvm[3]: Compiling RuntimeDyldMachO.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.d" RuntimeDyldMachO.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMRuntimeDyld.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMRuntimeDyld.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMRuntimeDyld.a /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/GDBRegistrar.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyld.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldELF.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/RuntimeDyld/Release/RuntimeDyldMachO.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMRuntimeDyld.a
llvm[2]: Compiling CalcSpillWeights.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CalcSpillWeights.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CalcSpillWeights.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CalcSpillWeights.d" CalcSpillWeights.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/CalcSpillWeights.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CalcSpillWeights.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CalcSpillWeights.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CalcSpillWeights.d.tmp"; exit 1; fi
llvm[2]: Compiling ExecutionEngine.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.d" ExecutionEngine.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineCompares.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCompares.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCompares.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCompares.d" InstCombineCompares.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCompares.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCompares.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCompares.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineCompares.d.tmp"; exit 1; fi
llvm[3]: Compiling X86JITInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.d" X86JITInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.d.tmp"; exit 1; fi
llvm[2]: Compiling CallingConvLower.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CallingConvLower.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CallingConvLower.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CallingConvLower.d" CallingConvLower.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/CallingConvLower.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CallingConvLower.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CallingConvLower.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CallingConvLower.d.tmp"; exit 1; fi
llvm[2]: Compiling ExecutionEngineBindings.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.d" ExecutionEngineBindings.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.d.tmp"; exit 1; fi
llvm[3]: Compiling X86MCInstLower.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.d" X86MCInstLower.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.d.tmp"; exit 1; fi
llvm[2]: Compiling CodeGen.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CodeGen.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CodeGen.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CodeGen.d" CodeGen.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/CodeGen.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CodeGen.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CodeGen.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CodeGen.d.tmp"; exit 1; fi
llvm[2]: Compiling CriticalAntiDepBreaker.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CriticalAntiDepBreaker.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CriticalAntiDepBreaker.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CriticalAntiDepBreaker.d" CriticalAntiDepBreaker.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/CriticalAntiDepBreaker.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CriticalAntiDepBreaker.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CriticalAntiDepBreaker.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/CriticalAntiDepBreaker.d.tmp"; exit 1; fi
llvm[2]: Compiling RTDyldMemoryManager.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.d" RTDyldMemoryManager.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.d.tmp"; exit 1; fi
llvm[2]: Compiling TargetSelect.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/ExecutionEngine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.o" -MT "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.d" TargetSelect.cpp -o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.d.tmp" "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineLoadStoreAlloca.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineLoadStoreAlloca.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineLoadStoreAlloca.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineLoadStoreAlloca.d" InstCombineLoadStoreAlloca.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineLoadStoreAlloca.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineLoadStoreAlloca.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineLoadStoreAlloca.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineLoadStoreAlloca.d.tmp"; exit 1; fi
llvm[2]: Building Release Archive Library libLLVMExecutionEngine.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMExecutionEngine.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMExecutionEngine.a /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngine.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/ExecutionEngineBindings.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/RTDyldMemoryManager.o /private/tmp/llvm35-WSQK/lib/ExecutionEngine/Release/TargetSelect.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMExecutionEngine.a
\
SD=/private/tmp/llvm35-WSQK/lib/Target/Sparc; \
DD=Sparc; \
if [ ! -f $SD/Makefile ]; then \
SD=Sparc; \
DD=Sparc; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $DD all
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/.//.dir
llvm[3]: Building Sparc.td register info implementation with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-register-info -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenRegisterInfo.inc.tmp Sparc.td
llvm[3]: Building Sparc.td instruction information with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-instr-info -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenInstrInfo.inc.tmp Sparc.td
llvm[3]: Compiling X86MachineFunctionInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.d" X86MachineFunctionInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.d.tmp"; exit 1; fi
llvm[2]: Compiling DFAPacketizer.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DFAPacketizer.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DFAPacketizer.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DFAPacketizer.d" DFAPacketizer.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/DFAPacketizer.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DFAPacketizer.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DFAPacketizer.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DFAPacketizer.d.tmp"; exit 1; fi
llvm[3]: Building Sparc.td assembly writer with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-asm-writer -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenAsmWriter.inc.tmp Sparc.td
llvm[3]: Building Sparc.td assembly matcher with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-asm-matcher -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenAsmMatcher.inc.tmp Sparc.td
llvm[3]: Compiling InstCombineMulDivRem.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineMulDivRem.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineMulDivRem.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineMulDivRem.d" InstCombineMulDivRem.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineMulDivRem.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineMulDivRem.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineMulDivRem.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineMulDivRem.d.tmp"; exit 1; fi
llvm[3]: Building Sparc.td DAG instruction selector implementation with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-dag-isel -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenDAGISel.inc.tmp Sparc.td
llvm[3]: Compiling X86PadShortFunction.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.d" X86PadShortFunction.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.d.tmp"; exit 1; fi
llvm[3]: Building Sparc.td disassembly tables with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-disassembler -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenDisassemblerTables.inc.tmp Sparc.td
llvm[3]: Building Sparc.td subtarget information with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-subtarget -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenSubtargetInfo.inc.tmp Sparc.td
llvm[3]: Building Sparc.td calling convention information with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-callingconv -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenCallingConv.inc.tmp Sparc.td
llvm[3]: Building Sparc.td code emitter with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-emitter -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenCodeEmitter.inc.tmp Sparc.td
llvm[3]: Building Sparc.td MC code emitter with tblgen
/private/tmp/llvm35-WSQK/Release/bin/llvm-tblgen -I /private/tmp/llvm35-WSQK/lib/Target/Sparc -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/include -I /private/tmp/llvm35-WSQK/lib/Target -gen-emitter -mc-emitter -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenMCCodeEmitter.inc.tmp Sparc.td
llvm[2]: Compiling DeadMachineInstructionElim.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DeadMachineInstructionElim.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DeadMachineInstructionElim.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DeadMachineInstructionElim.d" DeadMachineInstructionElim.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/DeadMachineInstructionElim.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DeadMachineInstructionElim.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DeadMachineInstructionElim.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DeadMachineInstructionElim.d.tmp"; exit 1; fi
/usr/bin/cmp -s SparcGenRegisterInfo.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenRegisterInfo.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenRegisterInfo.inc.tmp SparcGenRegisterInfo.inc
/usr/bin/cmp -s SparcGenInstrInfo.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenInstrInfo.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenInstrInfo.inc.tmp SparcGenInstrInfo.inc
/usr/bin/cmp -s SparcGenAsmWriter.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenAsmWriter.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenAsmWriter.inc.tmp SparcGenAsmWriter.inc
/usr/bin/cmp -s SparcGenAsmMatcher.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenAsmMatcher.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenAsmMatcher.inc.tmp SparcGenAsmMatcher.inc
/usr/bin/cmp -s SparcGenDAGISel.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenDAGISel.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenDAGISel.inc.tmp SparcGenDAGISel.inc
/usr/bin/cmp -s SparcGenDisassemblerTables.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenDisassemblerTables.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenDisassemblerTables.inc.tmp SparcGenDisassemblerTables.inc
/usr/bin/cmp -s SparcGenSubtargetInfo.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenSubtargetInfo.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenSubtargetInfo.inc.tmp SparcGenSubtargetInfo.inc
/usr/bin/cmp -s SparcGenCallingConv.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenCallingConv.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenCallingConv.inc.tmp SparcGenCallingConv.inc
/usr/bin/cmp -s SparcGenCodeEmitter.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenCodeEmitter.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenCodeEmitter.inc.tmp SparcGenCodeEmitter.inc
/usr/bin/cmp -s SparcGenMCCodeEmitter.inc /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenMCCodeEmitter.inc.tmp || /bin/cp /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcGenMCCodeEmitter.inc.tmp SparcGenMCCodeEmitter.inc
llvm[3]: Compiling DelaySlotFiller.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/Sparc -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/DelaySlotFiller.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/DelaySlotFiller.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/DelaySlotFiller.d" DelaySlotFiller.cpp -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/DelaySlotFiller.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/DelaySlotFiller.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/DelaySlotFiller.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/DelaySlotFiller.d.tmp"; exit 1; fi
llvm[3]: Compiling X86RegisterInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.d" X86RegisterInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombinePHI.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombinePHI.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombinePHI.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombinePHI.d" InstCombinePHI.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombinePHI.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombinePHI.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombinePHI.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombinePHI.d.tmp"; exit 1; fi
llvm[2]: Compiling DwarfEHPrepare.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DwarfEHPrepare.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DwarfEHPrepare.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DwarfEHPrepare.d" DwarfEHPrepare.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/DwarfEHPrepare.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DwarfEHPrepare.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DwarfEHPrepare.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/DwarfEHPrepare.d.tmp"; exit 1; fi
llvm[3]: Compiling SparcAsmPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/Sparc -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcAsmPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcAsmPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcAsmPrinter.d" SparcAsmPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcAsmPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcAsmPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcAsmPrinter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcAsmPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling X86SelectionDAGInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.d" X86SelectionDAGInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineSelect.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSelect.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSelect.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSelect.d" InstCombineSelect.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSelect.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSelect.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSelect.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSelect.d.tmp"; exit 1; fi
llvm[2]: Compiling EarlyIfConversion.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EarlyIfConversion.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EarlyIfConversion.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EarlyIfConversion.d" EarlyIfConversion.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/EarlyIfConversion.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EarlyIfConversion.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EarlyIfConversion.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EarlyIfConversion.d.tmp"; exit 1; fi
llvm[3]: Compiling SparcCodeEmitter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/Sparc -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcCodeEmitter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcCodeEmitter.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcCodeEmitter.d" SparcCodeEmitter.cpp -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcCodeEmitter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcCodeEmitter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcCodeEmitter.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcCodeEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling X86Subtarget.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.d" X86Subtarget.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineShifts.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineShifts.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineShifts.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineShifts.d" InstCombineShifts.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineShifts.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineShifts.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineShifts.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineShifts.d.tmp"; exit 1; fi
llvm[2]: Compiling EdgeBundles.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EdgeBundles.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EdgeBundles.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EdgeBundles.d" EdgeBundles.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/EdgeBundles.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EdgeBundles.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EdgeBundles.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/EdgeBundles.d.tmp"; exit 1; fi
llvm[3]: Compiling SparcFrameLowering.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/Sparc -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcFrameLowering.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcFrameLowering.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcFrameLowering.d" SparcFrameLowering.cpp -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcFrameLowering.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcFrameLowering.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcFrameLowering.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcFrameLowering.d.tmp"; exit 1; fi
llvm[3]: Compiling X86TargetMachine.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.d" X86TargetMachine.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.d.tmp"; exit 1; fi
llvm[2]: Compiling ErlangGC.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ErlangGC.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ErlangGC.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ErlangGC.d" ErlangGC.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/ErlangGC.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ErlangGC.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ErlangGC.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ErlangGC.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineSimplifyDemanded.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSimplifyDemanded.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSimplifyDemanded.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSimplifyDemanded.d" InstCombineSimplifyDemanded.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSimplifyDemanded.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSimplifyDemanded.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSimplifyDemanded.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineSimplifyDemanded.d.tmp"; exit 1; fi
llvm[3]: Compiling SparcISelDAGToDAG.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/Sparc -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelDAGToDAG.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelDAGToDAG.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelDAGToDAG.d" SparcISelDAGToDAG.cpp -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelDAGToDAG.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelDAGToDAG.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelDAGToDAG.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelDAGToDAG.d.tmp"; exit 1; fi
llvm[2]: Compiling ExecutionDepsFix.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExecutionDepsFix.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExecutionDepsFix.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExecutionDepsFix.d" ExecutionDepsFix.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExecutionDepsFix.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExecutionDepsFix.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExecutionDepsFix.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExecutionDepsFix.d.tmp"; exit 1; fi
llvm[3]: Compiling X86TargetObjectFile.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.d" X86TargetObjectFile.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCombineVectorOps.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineVectorOps.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineVectorOps.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineVectorOps.d" InstCombineVectorOps.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineVectorOps.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineVectorOps.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineVectorOps.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstCombineVectorOps.d.tmp"; exit 1; fi
llvm[2]: Compiling ExpandISelPseudos.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandISelPseudos.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandISelPseudos.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandISelPseudos.d" ExpandISelPseudos.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandISelPseudos.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandISelPseudos.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandISelPseudos.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandISelPseudos.d.tmp"; exit 1; fi
llvm[3]: Compiling SparcISelLowering.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/Sparc -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelLowering.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelLowering.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelLowering.d" SparcISelLowering.cpp -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelLowering.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelLowering.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelLowering.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcISelLowering.d.tmp"; exit 1; fi
llvm[3]: Compiling X86TargetTransformInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.d" X86TargetTransformInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.d.tmp"; exit 1; fi
llvm[2]: Compiling ExpandPostRAPseudos.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandPostRAPseudos.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandPostRAPseudos.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandPostRAPseudos.d" ExpandPostRAPseudos.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandPostRAPseudos.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandPostRAPseudos.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandPostRAPseudos.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/ExpandPostRAPseudos.d.tmp"; exit 1; fi
llvm[3]: Compiling InstructionCombining.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstructionCombining.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstructionCombining.o" -MT "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstructionCombining.d" InstructionCombining.cpp -o /private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstructionCombining.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstructionCombining.d.tmp" "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstructionCombining.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Transforms/InstCombine/Release/InstructionCombining.d.tmp"; exit 1; fi
llvm[3]: Compiling X86VZeroUpper.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.d" X86VZeroUpper.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.d.tmp"; exit 1; fi
llvm[2]: Compiling GCMetadata.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/CodeGen -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/GCMetadata.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/GCMetadata.o" -MT "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/GCMetadata.d" GCMetadata.cpp -o /private/tmp/llvm35-WSQK/lib/CodeGen/Release/GCMetadata.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/GCMetadata.d.tmp" "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/GCMetadata.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/CodeGen/Release/GCMetadata.d.tmp"; exit 1; fi
llvm[3]: Compiling SparcInstrInfo.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/Sparc -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcInstrInfo.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcInstrInfo.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcInstrInfo.d" SparcInstrInfo.cpp -o /private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcInstrInfo.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcInstrInfo.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcInstrInfo.d"; else /bin/rm "/private/tmp/llvm35-WSQK/lib/Target/Sparc/Release/SparcInstrInfo.d.tmp"; exit 1; fi
llvm[3]: Building Release Archive Library libLLVMX86CodeGen.a
/bin/rm -f /private/tmp/llvm35-WSQK/Release/lib/libLLVMX86CodeGen.a
ar cru /private/tmp/llvm35-WSQK/Release/lib/libLLVMX86CodeGen.a /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86AsmPrinter.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86COFFMachineModuleInfo.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86CodeEmitter.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FastISel.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FixupLEAs.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FloatingPoint.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86FrameLowering.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelDAGToDAG.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86ISelLowering.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86InstrInfo.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86JITInfo.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MCInstLower.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86MachineFunctionInfo.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86PadShortFunction.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86RegisterInfo.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86SelectionDAGInfo.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86Subtarget.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetMachine.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetObjectFile.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86TargetTransformInfo.o /private/tmp/llvm35-WSQK/lib/Target/X86/Release/X86VZeroUpper.o
ranlib /private/tmp/llvm35-WSQK/Release/lib/libLLVMX86CodeGen.a
for dir in InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils; do \
(/Applications/Xcode.app/Contents/Developer/usr/bin/make -C $dir all ) || exit 1; \
done
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/.dir
/private/tmp/llvm35-WSQK/autoconf/mkinstalldirs /private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/./ > /dev/null
/bin/date > /private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/.//.dir
llvm[4]: Compiling X86ATTInstPrinter.cpp for Release build
if clang++ -I/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/.. -I/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/.. -I/private/tmp/llvm35-WSQK/include -I/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fvisibility-inlines-hidden -fno-exceptions -fno-common -Woverloaded-virtual -Wcast-qual -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF "/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/X86ATTInstPrinter.d.tmp" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/X86ATTInstPrinter.o" -MT "/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/X86ATTInstPrinter.d" X86ATTInstPrinter.cpp -o /private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/X86ATTInstPrinter.o ; \
then /bin/mv -f "/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/Release/X86ATTInstPrinter.d.tmp" "/private/tmp/llvm35-WSQK/lib/Target/X86/InstPrinter/R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment