Skip to content

Instantly share code, notes, and snippets.

@ashgti
Created March 17, 2012 02:49
Show Gist options
  • Save ashgti/2054549 to your computer and use it in GitHub Desktop.
Save ashgti/2054549 to your computer and use it in GitHub Desktop.
Rustc build failure
Stack dump:
0. Running pass 'Function Pass Manager' on module 'core.rc'.
1. Running pass 'Greedy Register Allocator' on function '@_ZN7unicode16derived_property10Alphabetic17_fa1eb4cef144b687E'
/bin/sh: line 1: 78747 Illegal instruction: 4 x86_64-apple-darwin/stage1/bin/rustc -O --target=x86_64-apple-darwin --enforce-mut-vars -o x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/libcore.dylib src/libcore/core.rc
make: *** [x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/libcore.dylib] Error 132
==> Cloning git://github.com/mozilla/rust.git
M src/libcore/comm.rs
M src/libcore/core.rs
M src/libcore/either.rs
M src/libcore/extfmt.rs
M src/libcore/future.rs
M src/libcore/io.rs
M src/libcore/result.rs
M src/libcore/str.rs
M src/libcore/task.rs
M src/libcore/vec.rs
M src/libstd/json.rs
M src/libstd/test.rs
M src/rustc/front/attr.rs
M src/rustc/metadata/common.rs
M src/rustc/metadata/csearch.rs
M src/rustc/metadata/cstore.rs
M src/rustc/metadata/decoder.rs
M src/rustc/metadata/encoder.rs
M src/rustc/metadata/tydecode.rs
M src/rustc/metadata/tyencode.rs
M src/rustc/middle/ast_map.rs
M src/rustc/middle/resolve.rs
M src/rustc/middle/trans/base.rs
M src/rustc/middle/trans/debuginfo.rs
M src/rustc/middle/trans/type_of.rs
M src/rustc/middle/trans/type_use.rs
M src/rustc/middle/ty.rs
M src/rustc/middle/typeck.rs
M src/rustc/syntax/parse/parser.rs
M src/rustc/util/filesearch.rs
M src/rustdoc/config.rs
D src/test/auxiliary/cci_class.rs
D src/test/run-pass/classes-simple-cross-crate.rs
D src/test/run-pass/classes-simple-method.rs
D src/test/run-pass/impl-variance.rs
Updating /Users/john/Library/Caches/Homebrew/rust--git
git remote set-url origin git://github.com/mozilla/rust.git
git fetch origin
git reset --hard origin/HEAD
HEAD is now at d958123 Don't break -g in the presence of monomorphization.
git checkout-index -a -f --prefix=/private/tmp/homebrew-rust-HEAD-sAs0/
git submodule init
Submodule 'src/libuv' () registered for path 'src/libuv'
Submodule 'src/llvm' () registered for path 'src/llvm'
git submodule update
git submodule --quiet foreach --recursive git checkout-index -a -f "--prefix=/private/tmp/homebrew-rust-HEAD-sAs0/$path/"
==> ./configure --prefix=/usr/local/Cellar/rust/HEAD --enable-clang
./configure --prefix=/usr/local/Cellar/rust/HEAD --enable-clang
configure: looking for configure programs
configure: found cmp
configure: found mkdir
configure: found printf
configure: found cut
configure: found grep
configure: found xargs
configure: found cp
configure: found find
configure: found uname
configure: found date
configure: found tr
configure: found sed
configure: inspecting environment
configure: recreating config.tmp
configure:
configure: processing ./configure args
configure:
configure: CFG_ENABLE_CLANG := 1
configure: CFG_PREFIX := /usr/local/Cellar/rust/HEAD
configure: CFG_LLVM_ROOT :=
configure: CFG_HOST_TRIPLE := x86_64-apple-darwin
configure: CFG_TARGET_TRIPLES := x86_64-apple-darwin
configure:
configure: looking for build programs
configure:
configure: CFG_PERL := /usr/bin/perl
configure: CFG_PYTHON := /usr/bin/python
configure: CFG_CURL := /usr/bin/curl
configure: CFG_GIT := /usr/bin/git
configure: git: no git directory. disabling submodules
configure: CFG_CLANG := /usr/bin/clang++
configure: CFG_GCC := /usr/bin/gcc
configure: CFG_LLVM_CONFIG :=
configure: CFG_VALGRIND :=
configure: CFG_PERF :=
configure: CFG_ISCC :=
configure: CFG_LLNEXTGEN :=
configure: CFG_PANDOC :=
configure: CFG_PDFLATEX := /usr/texbin/pdflatex
configure: CFG_XETEX := /usr/texbin/xetex
configure: CFG_LUATEX := /usr/texbin/luatex
configure: CFG_NODE := /usr/local/bin/node
configure:
configure: found ok version of CLANG: 3.1
configure:
configure:
configure: making directories
configure:
configure: mkdir -p doc/core
configure: mkdir -p doc/std
configure: mkdir -p dl
configure: mkdir -p tmp
configure: mkdir -p llvm
configure: mkdir -p llvm/x86_64-apple-darwin
configure: mkdir -p rustllvm
configure: mkdir -p rustllvm/x86_64-apple-darwin
configure: mkdir -p rt
configure: mkdir -p rt/x86_64-apple-darwin
configure: mkdir -p rt/x86_64-apple-darwin/isaac
configure: mkdir -p rt/x86_64-apple-darwin/bigint
configure: mkdir -p rt/x86_64-apple-darwin/sync
configure: mkdir -p rt/x86_64-apple-darwin/test
configure: mkdir -p rt/x86_64-apple-darwin/arch/i386
configure: mkdir -p rt/x86_64-apple-darwin/arch/x86_64
configure: mkdir -p rt/x86_64-apple-darwin/libuv
configure: mkdir -p rt/x86_64-apple-darwin/libuv/src/ares
configure: mkdir -p rt/x86_64-apple-darwin/libuv/src/eio
configure: mkdir -p rt/x86_64-apple-darwin/libuv/src/ev
configure: mkdir -p x86_64-apple-darwin/stage0/bin
configure: mkdir -p x86_64-apple-darwin/stage0/lib
configure: mkdir -p x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/stage1/bin
configure: mkdir -p x86_64-apple-darwin/stage1/lib
configure: mkdir -p x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/stage2/bin
configure: mkdir -p x86_64-apple-darwin/stage2/lib
configure: mkdir -p x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/stage3/bin
configure: mkdir -p x86_64-apple-darwin/stage3/lib
configure: mkdir -p x86_64-apple-darwin/stage3/lib/rustc/x86_64-apple-darwin/bin
configure: mkdir -p x86_64-apple-darwin/stage3/lib/rustc/x86_64-apple-darwin/lib
configure: mkdir -p x86_64-apple-darwin/test/run-pass
configure: mkdir -p x86_64-apple-darwin/test/run-fail
configure: mkdir -p x86_64-apple-darwin/test/compile-fail
configure: mkdir -p x86_64-apple-darwin/test/bench
configure: mkdir -p x86_64-apple-darwin/test/perf
configure: mkdir -p x86_64-apple-darwin/test/pretty
configure: mkdir -p x86_64-apple-darwin/test/doc-tutorial
configure:
configure: configuring submodules
configure:
configure:
configure: looking at LLVM
configure:
configure: configuring LLVM for x86_64-apple-darwin
configure: configuring LLVM with:
configure: --enable-targets=x86,x86_64 --enable-optimized --disable-docs --disable-jit --enable-bindings=none --disable-threads --disable-pthreads --build=x86_64-apple-darwin --host=x86_64-apple-darwin --target=x86_64-apple-darwin
checking for x86_64-apple-darwin-clang... clang
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-darwin
checking host system type... x86_64-apple-darwin
checking target system type... x86_64-apple-darwin
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 x86_64-apple-darwin-ranlib... no
checking for ranlib... ranlib
checking for x86_64-apple-darwin-ar... no
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/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... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pod2html... /usr/bin/pod2html
checking for pod2man... /usr/bin/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... 128.2
checking for compiler -Wl,-R<path> option... no
checking for compiler -Wl,-export-dynamic option... no
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... darwin dyld
checking which extension is used for loadable modules... .dylib
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
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 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... -Wno-variadic-macros -Wno-missing-field-initializers
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing mallinfo... no
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 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... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.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 pread... 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>... no
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... no
checking for std::isinf in <cmath>... no
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 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: 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 runtime/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/homebrew-rust-HEAD-sAs0/llvm/x86_64-apple-darwin/projects/sample)
configure: running /bin/sh /private/tmp/homebrew-rust-HEAD-sAs0/./src/llvm/projects/sample/configure --prefix=/usr/local '--enable-targets=x86,x86_64' '--enable-optimized' '--disable-docs' '--disable-jit' '--enable-bindings=none' '--disable-threads' '--disable-pthreads' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--target=x86_64-apple-darwin' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'target_alias=x86_64-apple-darwin' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CXX=clang++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=/private/tmp/homebrew-rust-HEAD-sAs0/./src/llvm/projects/sample
checking llvm-config... no
checking LLVM package version... unknown
checking for x86_64-apple-darwin-clang... clang
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-darwin
checking host system type... x86_64-apple-darwin
checking target system type... x86_64-apple-darwin
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 x86_64-apple-darwin-ranlib... no
checking for ranlib... ranlib
checking for x86_64-apple-darwin-ar... no
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/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... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pod2html... /usr/bin/pod2html
checking for pod2man... /usr/bin/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... 128.2
checking for compiler -Wl,-R<path> option... no
checking for compiler -Wl,-export-dynamic option... no
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... darwin dyld
checking which extension is used for loadable modules... .dylib
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
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 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... -Wno-variadic-macros -Wno-missing-field-initializers
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing mallinfo... no
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 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... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.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>... no
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... no
checking for std::isinf in <cmath>... no
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
configure:
configure: writing configuration
configure:
configure: CFG_SRC_DIR := ./
configure: CFG_BUILD_DIR := /private/tmp/homebrew-rust-HEAD-sAs ...
configure: CFG_OSTYPE := apple-darwin
configure: CFG_CPUTYPE := x86_64
configure: CFG_CONFIGURE_ARGS := --prefix=/usr/local/Cellar/rust/HEA ...
configure: CFG_PREFIX := /usr/local/Cellar/rust/HEAD
configure: CFG_TARGET_TRIPLES := x86_64-apple-darwin
configure: CFG_C_COMPILER := clang
configure: CFG_LIBDIR := lib
configure: CFG_DISABLE_MANAGE_SUBMODULES := 1
configure: CFG_LLVM_ROOT :=
configure: CFG_LLVM_SRC_DIR := ./src/llvm
configure: CFG_LLVM_BUILD_DIR_x86_64_apple_darwin := /private/tmp/homebrew-rust-HEAD-sAs ...
configure: CFG_LLVM_INST_DIR_x86_64_apple_darwin := /private/tmp/homebrew-rust-HEAD-sAs ...
configure:
configure: cp ./Makefile.in ./Makefile
configure: mv config.tmp config.mk
configure:
configure: complete
configure:
==> make
make
cfg: shell host triple x86_64-apple-darwin
cfg: non host triples
cfg: host for x86_64-apple-darwin is x86_64
cfg: unix-y environment
cfg: using clang
cfg: no pandoc found, omitting doc/rust.pdf
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
fetch: x86_64-apple-darwin/stage0/bin/rustc
compile: rt/x86_64-apple-darwin/sync/timer.o
compile: rt/x86_64-apple-darwin/sync/lock_and_signal.o
compile: rt/x86_64-apple-darwin/sync/rust_thread.o
compile: rt/x86_64-apple-darwin/rust.o
compile: rt/x86_64-apple-darwin/rust_builtin.o
compile: rt/x86_64-apple-darwin/rust_run_program.o
compile: rt/x86_64-apple-darwin/rust_env.o
compile: rt/x86_64-apple-darwin/rust_task_thread.o
compile: rt/x86_64-apple-darwin/rust_scheduler.o
compile: rt/x86_64-apple-darwin/rust_task.o
compile: rt/x86_64-apple-darwin/rust_stack.o
compile: rt/x86_64-apple-darwin/rust_task_list.o
compile: rt/x86_64-apple-darwin/rust_port.o
compile: rt/x86_64-apple-darwin/rust_upcall.o
compile: rt/x86_64-apple-darwin/rust_uv.o
compile: rt/x86_64-apple-darwin/rust_log.o
compile: rt/x86_64-apple-darwin/rust_port_selector.o
compile: rt/x86_64-apple-darwin/circular_buffer.o
compile: rt/x86_64-apple-darwin/isaac/randport.o
compile: rt/x86_64-apple-darwin/rust_srv.o
compile: rt/x86_64-apple-darwin/rust_kernel.o
compile: rt/x86_64-apple-darwin/rust_shape.o
compile: rt/x86_64-apple-darwin/rust_abi.o
compile: rt/x86_64-apple-darwin/rust_cc.o
compile: rt/x86_64-apple-darwin/rust_debug.o
compile: rt/x86_64-apple-darwin/memory_region.o
compile: rt/x86_64-apple-darwin/boxed_region.o
compile: rt/x86_64-apple-darwin/arch/x86_64/context.o
make: llvm
llvm[1]: Constructing LLVMBuild project information.
llvm[2]: Compiling APFloat.cpp for Release+Asserts build
llvm[2]: Compiling APInt.cpp for Release+Asserts build
llvm[2]: Compiling APSInt.cpp for Release+Asserts build
llvm[2]: Compiling Allocator.cpp for Release+Asserts build
llvm[2]: Compiling Atomic.cpp for Release+Asserts build
llvm[2]: Compiling BlockFrequency.cpp for Release+Asserts build
determined most recent snapshot: rust-stage0-2012-03-16-735fdfa-macos-x86_64-f88f0323f3c5cc6f61c2c154b5439d5c0de7bb91.tar.bz2
got download with ok hash
opening snapshot dl/rust-stage0-2012-03-16-735fdfa-macos-x86_64-f88f0323f3c5cc6f61c2c154b5439d5c0de7bb91.tar.bz2
extracting rust-stage0/bin/rustc
extracting rust-stage0/lib/libcore-14bd852465126fe7-0.1.dylib
extracting rust-stage0/lib/libstd-a49027b54567464a-0.1.dylib
extracting rust-stage0/lib/librustc-2384c9e5928f8c53-0.1.dylib
extracting rust-stage0/lib/librustrt.dylib
extracting rust-stage0/lib/librustllvm.dylib
def: rt/rustrt.darwin.def
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/uv-common.o
llvm[2]: Compiling BranchProbability.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_cancel.o
llvm[2]: Compiling CommandLine.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__close_sockets.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_data.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_destroy.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_expand_name.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_expand_string.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_fds.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_free_hostent.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_free_string.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_gethostbyaddr.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_gethostbyname.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__get_hostent.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_getnameinfo.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_getopt.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_getsock.o
llvm[2]: Compiling ConstantRange.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_init.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_library_init.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_llist.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_mkquery.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_nowarn.o
llvm[2]: Compiling CrashRecoveryContext.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_options.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_aaaa_reply.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_a_reply.o
llvm[2]: Compiling DAGDeltaAlgorithm.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_mx_reply.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_ns_reply.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_ptr_reply.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_srv_reply.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_txt_reply.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_process.o
llvm[2]: Compiling DataExtractor.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_query.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__read_line.o
llvm[2]: Compiling DataStream.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_search.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_send.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_strcasecmp.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_strdup.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_strerror.o
llvm[2]: Compiling Debug.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_timeout.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__timeval.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_version.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_writev.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/bitncmp.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/inet_net_pton.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/inet_ntop.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/ares/windows_port.o
llvm[2]: Compiling DeltaAlgorithm.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/core.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/uv-eio.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/fs.o
llvm[2]: Compiling Disassembler.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/udp.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/tcp.o
llvm[2]: Compiling Dwarf.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/pipe.o
llvm[2]: Compiling DynamicLibrary.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/tty.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/stream.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/cares.o
llvm[2]: Compiling Errno.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/dl.o
llvm[2]: Compiling ErrorHandling.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/error.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/thread.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/process.o
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/eio/eio.o
llvm[2]: Compiling FileUtilities.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/ev/ev.o
llvm[2]: Compiling FoldingSet.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/darwin.o
llvm[2]: Compiling FormattedStream.cpp for Release+Asserts build
llvm[2]: Compiling GraphWriter.cpp for Release+Asserts build
CC(target) /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/obj.target/uv/src/libuv/src/unix/kqueue.o
LIBTOOL-STATIC /private/tmp/homebrew-rust-HEAD-sAs0/rt/x86_64-apple-darwin/libuv/Release/libuv.a
sed: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/intrinsics.ll
def: rustllvm/rustllvm.darwin.def
sed: x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/intrinsics.ll
llvm[2]: Compiling Hashing.cpp for Release+Asserts build
llvm[2]: Compiling Host.cpp for Release+Asserts build
sed: x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib/intrinsics.ll
llvm[2]: Compiling IncludeFile.cpp for Release+Asserts build
llvm[2]: Compiling IntEqClasses.cpp for Release+Asserts build
llvm[2]: Compiling IntervalMap.cpp for Release+Asserts build
llvm[2]: Compiling IntrusiveRefCntPtr.cpp for Release+Asserts build
llvm[2]: Compiling IsInf.cpp for Release+Asserts build
llvm[2]: Compiling IsNAN.cpp for Release+Asserts build
llvm[2]: Compiling JSONParser.cpp for Release+Asserts build
llvm[2]: Compiling LockFileManager.cpp for Release+Asserts build
llvm[2]: Compiling ManagedStatic.cpp for Release+Asserts build
llvm[2]: Compiling Memory.cpp for Release+Asserts build
llvm[2]: Compiling MemoryBuffer.cpp for Release+Asserts build
llvm[2]: Compiling MemoryObject.cpp for Release+Asserts build
llvm[2]: Compiling Mutex.cpp for Release+Asserts build
llvm[2]: Compiling Path.cpp for Release+Asserts build
llvm[2]: Compiling PathV2.cpp for Release+Asserts build
llvm[2]: Compiling PluginLoader.cpp for Release+Asserts build
llvm[2]: Compiling PrettyStackTrace.cpp for Release+Asserts build
llvm[2]: Compiling Process.cpp for Release+Asserts build
llvm[2]: Compiling Program.cpp for Release+Asserts build
llvm[2]: Compiling RWMutex.cpp for Release+Asserts build
llvm[2]: Compiling Regex.cpp for Release+Asserts build
llvm[2]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release+Asserts build
llvm[2]: Compiling Signals.cpp for Release+Asserts build
llvm[2]: Compiling SmallPtrSet.cpp for Release+Asserts build
llvm[2]: Compiling SmallVector.cpp for Release+Asserts build
llvm[2]: Compiling SourceMgr.cpp for Release+Asserts build
llvm[2]: Compiling Statistic.cpp for Release+Asserts build
llvm[2]: Compiling StreamableMemoryObject.cpp for Release+Asserts build
llvm[2]: Compiling StringExtras.cpp for Release+Asserts build
llvm[2]: Compiling StringMap.cpp for Release+Asserts build
llvm[2]: Compiling StringPool.cpp for Release+Asserts build
llvm[2]: Compiling StringRef.cpp for Release+Asserts build
llvm[2]: Compiling SystemUtils.cpp for Release+Asserts build
llvm[2]: Compiling TargetRegistry.cpp for Release+Asserts build
llvm[2]: Compiling ThreadLocal.cpp for Release+Asserts build
llvm[2]: Compiling Threading.cpp for Release+Asserts build
llvm[2]: Compiling TimeValue.cpp for Release+Asserts build
llvm[2]: Compiling Timer.cpp for Release+Asserts build
llvm[2]: Compiling ToolOutputFile.cpp for Release+Asserts build
llvm[2]: Compiling Triple.cpp for Release+Asserts build
llvm[2]: Compiling Twine.cpp for Release+Asserts build
llvm[2]: Compiling Valgrind.cpp for Release+Asserts build
llvm[2]: Compiling circular_raw_ostream.cpp for Release+Asserts build
llvm[2]: Compiling raw_os_ostream.cpp for Release+Asserts build
llvm[2]: Compiling raw_ostream.cpp for Release+Asserts build
llvm[2]: Compiling regcomp.c for Release+Asserts build
llvm[2]: Compiling regerror.c for Release+Asserts build
llvm[2]: Compiling regexec.c for Release+Asserts build
llvm[2]: Compiling regfree.c for Release+Asserts build
llvm[2]: Compiling regstrlcpy.c for Release+Asserts build
llvm[2]: Compiling system_error.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMSupport.a
llvm[2]: Compiling Error.cpp for Release+Asserts build
llvm[2]: Compiling Main.cpp for Release+Asserts build
llvm[2]: Compiling Record.cpp for Release+Asserts build
llvm[2]: Compiling TGLexer.cpp for Release+Asserts build
llvm[2]: Compiling TGParser.cpp for Release+Asserts build
llvm[2]: Compiling TableGenAction.cpp for Release+Asserts build
llvm[2]: Compiling TableGenBackend.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMTableGen.a
llvm[3]: Compiling FileUpdate.cpp for Release+Asserts build
llvm[3]: Compiling FileCheck.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable FileUpdate (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable FileUpdate (without symbols)
llvm[3]: Compiling AsmMatcherEmitter.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable FileCheck (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable FileCheck (without symbols)
llvm[3]: Compiling PerfectShuffle.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-PerfectShuffle (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-PerfectShuffle (without symbols)
llvm[3]: Compiling count.c for Release+Asserts build
llvm[3]: Linking Release+Asserts executable count (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable count (without symbols)
llvm[3]: Compiling fpcmp.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable fpcmp (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable fpcmp (without symbols)
llvm[3]: Creating 'llvm-lit' script...
llvm[3]: Compiling not.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable not (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable not (without symbols)
llvm[4]: Compiling gtest.cc for Release+Asserts build
llvm[3]: Compiling AsmWriterEmitter.cpp for Release+Asserts build
llvm[4]: Compiling gtest-death-test.cc for Release+Asserts build
llvm[3]: Compiling AsmWriterInst.cpp for Release+Asserts build
llvm[4]: Compiling gtest-filepath.cc for Release+Asserts build
llvm[4]: Compiling gtest-port.cc for Release+Asserts build
llvm[3]: Compiling CallingConvEmitter.cpp for Release+Asserts build
llvm[4]: Compiling gtest-printers.cc for Release+Asserts build
llvm[3]: Compiling CodeEmitterGen.cpp for Release+Asserts build
llvm[4]: Compiling gtest-test-part.cc for Release+Asserts build
llvm[4]: Compiling gtest-typed-test.cc for Release+Asserts build
llvm[3]: Compiling CodeGenDAGPatterns.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libgtest.a
llvm[4]: Compiling TestMain.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libgtest_main.a
llvm[3]: Compiling CodeGenInstruction.cpp for Release+Asserts build
llvm[3]: Compiling JSONBench.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable json-bench (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable json-bench (without symbols)
llvm[3]: Compiling CodeGenRegisters.cpp for Release+Asserts build
llvm[3]: Compiling CodeGenTarget.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelEmitter.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcher.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcherEmitter.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcherGen.cpp for Release+Asserts build
llvm[3]: Compiling DAGISelMatcherOpt.cpp for Release+Asserts build
llvm[3]: Compiling DFAPacketizerEmitter.cpp for Release+Asserts build
llvm[3]: Compiling DisassemblerEmitter.cpp for Release+Asserts build
llvm[3]: Compiling EDEmitter.cpp for Release+Asserts build
llvm[3]: Compiling FastISelEmitter.cpp for Release+Asserts build
llvm[3]: Compiling FixedLenDecoderEmitter.cpp for Release+Asserts build
llvm[3]: Compiling InstrInfoEmitter.cpp for Release+Asserts build
llvm[3]: Compiling IntrinsicEmitter.cpp for Release+Asserts build
llvm[3]: Compiling PseudoLoweringEmitter.cpp for Release+Asserts build
llvm[3]: Compiling RegisterInfoEmitter.cpp for Release+Asserts build
llvm[3]: Compiling SetTheory.cpp for Release+Asserts build
llvm[3]: Compiling StringMatcher.cpp for Release+Asserts build
llvm[3]: Compiling SubtargetEmitter.cpp for Release+Asserts build
llvm[3]: Compiling TGValueTypes.cpp for Release+Asserts build
llvm[3]: Compiling TableGen.cpp for Release+Asserts build
llvm[3]: Compiling X86DisassemblerTables.cpp for Release+Asserts build
llvm[3]: Compiling X86ModRMFilters.cpp for Release+Asserts build
llvm[3]: Compiling X86RecognizableInstr.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-tblgen (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-tblgen (without symbols)
llvm[2]: Building Intrinsics.gen.tmp from Intrinsics.td
llvm[2]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
llvm[2]: Compiling Attributes.cpp for Release+Asserts build
llvm[2]: Compiling AutoUpgrade.cpp for Release+Asserts build
llvm[2]: Compiling BasicBlock.cpp for Release+Asserts build
llvm[2]: Compiling ConstantFold.cpp for Release+Asserts build
llvm[2]: Compiling Constants.cpp for Release+Asserts build
llvm[2]: Compiling Core.cpp for Release+Asserts build
llvm[2]: Compiling DebugInfoProbe.cpp for Release+Asserts build
llvm[2]: Compiling DebugLoc.cpp for Release+Asserts build
llvm[2]: Compiling Dominators.cpp for Release+Asserts build
llvm[2]: Compiling Function.cpp for Release+Asserts build
llvm[2]: Compiling GCOV.cpp for Release+Asserts build
llvm[2]: Compiling GVMaterializer.cpp for Release+Asserts build
llvm[2]: Compiling Globals.cpp for Release+Asserts build
llvm[2]: Compiling IRBuilder.cpp for Release+Asserts build
llvm[2]: Compiling InlineAsm.cpp for Release+Asserts build
llvm[2]: Compiling Instruction.cpp for Release+Asserts build
llvm[2]: Compiling Instructions.cpp for Release+Asserts build
llvm[2]: Compiling IntrinsicInst.cpp for Release+Asserts build
llvm[2]: Compiling LLVMContext.cpp for Release+Asserts build
llvm[2]: Compiling LLVMContextImpl.cpp for Release+Asserts build
llvm[2]: Compiling LeakDetector.cpp for Release+Asserts build
llvm[2]: Compiling Metadata.cpp for Release+Asserts build
llvm[2]: Compiling Module.cpp for Release+Asserts build
llvm[2]: Compiling Pass.cpp for Release+Asserts build
llvm[2]: Compiling PassManager.cpp for Release+Asserts build
llvm[2]: Compiling PassRegistry.cpp for Release+Asserts build
llvm[2]: Compiling PrintModulePass.cpp for Release+Asserts build
llvm[2]: Compiling Type.cpp for Release+Asserts build
llvm[2]: Compiling Use.cpp for Release+Asserts build
llvm[2]: Compiling User.cpp for Release+Asserts build
llvm[2]: Compiling Value.cpp for Release+Asserts build
llvm[2]: Compiling ValueSymbolTable.cpp for Release+Asserts build
llvm[2]: Compiling ValueTypes.cpp for Release+Asserts build
llvm[2]: Compiling Verifier.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMCore.a
llvm[3]: Compiling LLLexer.cpp for Release+Asserts build
make[3]: Nothing to be done for `all'.
llvm[3]: Compiling LLParser.cpp for Release+Asserts build
llvm[3]: Compiling Parser.cpp for Release+Asserts build
llvm[4]: Compiling BitReader.cpp for Release+Asserts build
llvm[4]: Compiling BitcodeReader.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMAsmParser.a
llvm[3]: Compiling Archive.cpp for Release+Asserts build
llvm[3]: Compiling ArchiveReader.cpp for Release+Asserts build
llvm[3]: Compiling ArchiveWriter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMArchive.a
llvm[3]: Compiling AliasAnalysis.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMBitReader.a
llvm[4]: Compiling BitWriter.cpp for Release+Asserts build
llvm[3]: Compiling AliasAnalysisCounter.cpp for Release+Asserts build
llvm[4]: Compiling BitcodeWriter.cpp for Release+Asserts build
llvm[3]: Compiling AliasAnalysisEvaluator.cpp for Release+Asserts build
llvm[3]: Compiling AliasDebugger.cpp for Release+Asserts build
llvm[4]: Compiling BitcodeWriterPass.cpp for Release+Asserts build
llvm[3]: Compiling AliasSetTracker.cpp for Release+Asserts build
llvm[4]: Compiling ValueEnumerator.cpp for Release+Asserts build
llvm[3]: Compiling Analysis.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMBitWriter.a
llvm[3]: Compiling BasicAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling BlockFrequencyInfo.cpp for Release+Asserts build
llvm[3]: Compiling BranchProbabilityInfo.cpp for Release+Asserts build
llvm[4]: Compiling AddrModeMatcher.cpp for Release+Asserts build
llvm[3]: Compiling CFGPrinter.cpp for Release+Asserts build
llvm[4]: Compiling BasicBlockUtils.cpp for Release+Asserts build
llvm[3]: Compiling CaptureTracking.cpp for Release+Asserts build
llvm[4]: Compiling BasicInliner.cpp for Release+Asserts build
llvm[3]: Compiling ConstantFolding.cpp for Release+Asserts build
llvm[4]: Compiling BreakCriticalEdges.cpp for Release+Asserts build
llvm[3]: Compiling DIBuilder.cpp for Release+Asserts build
llvm[4]: Compiling BuildLibCalls.cpp for Release+Asserts build
llvm[3]: Compiling DbgInfoPrinter.cpp for Release+Asserts build
llvm[4]: Compiling CloneFunction.cpp for Release+Asserts build
llvm[3]: Compiling DebugInfo.cpp for Release+Asserts build
llvm[4]: Compiling CloneModule.cpp for Release+Asserts build
llvm[3]: Compiling DomPrinter.cpp for Release+Asserts build
llvm[4]: Compiling CmpInstAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling CodeExtractor.cpp for Release+Asserts build
llvm[3]: Compiling DominanceFrontier.cpp for Release+Asserts build
llvm[3]: Compiling IVUsers.cpp for Release+Asserts build
llvm[4]: Compiling DemoteRegToStack.cpp for Release+Asserts build
llvm[3]: Compiling InlineCost.cpp for Release+Asserts build
llvm[4]: Compiling InlineFunction.cpp for Release+Asserts build
llvm[3]: Compiling InstCount.cpp for Release+Asserts build
llvm[4]: Compiling InstructionNamer.cpp for Release+Asserts build
llvm[3]: Compiling InstructionSimplify.cpp for Release+Asserts build
llvm[4]: Compiling LCSSA.cpp for Release+Asserts build
llvm[4]: Compiling Local.cpp for Release+Asserts build
llvm[3]: Compiling Interval.cpp for Release+Asserts build
llvm[3]: Compiling IntervalPartition.cpp for Release+Asserts build
llvm[4]: Compiling LoopSimplify.cpp for Release+Asserts build
llvm[3]: Compiling LazyValueInfo.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnroll.cpp for Release+Asserts build
llvm[3]: Compiling LibCallAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling LibCallSemantics.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnrollRuntime.cpp for Release+Asserts build
llvm[3]: Compiling Lint.cpp for Release+Asserts build
llvm[3]: Compiling Loads.cpp for Release+Asserts build
llvm[4]: Compiling LowerExpectIntrinsic.cpp for Release+Asserts build
llvm[3]: Compiling LoopDependenceAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling LowerInvoke.cpp for Release+Asserts build
llvm[3]: Compiling LoopInfo.cpp for Release+Asserts build
llvm[4]: Compiling LowerSwitch.cpp for Release+Asserts build
llvm[4]: Compiling Mem2Reg.cpp for Release+Asserts build
llvm[4]: Compiling ModuleUtils.cpp for Release+Asserts build
llvm[3]: Compiling LoopPass.cpp for Release+Asserts build
llvm[4]: Compiling PromoteMemoryToRegister.cpp for Release+Asserts build
llvm[3]: Compiling MemDepPrinter.cpp for Release+Asserts build
llvm[3]: Compiling MemoryBuiltins.cpp for Release+Asserts build
llvm[4]: Compiling SSAUpdater.cpp for Release+Asserts build
llvm[3]: Compiling MemoryDependenceAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyCFG.cpp for Release+Asserts build
llvm[3]: Compiling ModuleDebugInfoPrinter.cpp for Release+Asserts build
llvm[3]: Compiling NoAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling PHITransAddr.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyIndVar.cpp for Release+Asserts build
llvm[3]: Compiling PathNumbering.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyInstructions.cpp for Release+Asserts build
llvm[3]: Compiling PathProfileInfo.cpp for Release+Asserts build
llvm[4]: Compiling UnifyFunctionExitNodes.cpp for Release+Asserts build
llvm[3]: Compiling PathProfileVerifier.cpp for Release+Asserts build
llvm[4]: Compiling Utils.cpp for Release+Asserts build
llvm[4]: Compiling ValueMapper.cpp for Release+Asserts build
llvm[3]: Compiling PostDominators.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMTransformUtils.a
llvm[4]: Compiling AddressSanitizer.cpp for Release+Asserts build
llvm[3]: Compiling ProfileEstimatorPass.cpp for Release+Asserts build
llvm[3]: Compiling ProfileInfo.cpp for Release+Asserts build
llvm[4]: Compiling EdgeProfiling.cpp for Release+Asserts build
llvm[4]: Compiling GCOVProfiling.cpp for Release+Asserts build
llvm[3]: Compiling ProfileInfoLoader.cpp for Release+Asserts build
llvm[4]: Compiling Instrumentation.cpp for Release+Asserts build
llvm[3]: Compiling ProfileInfoLoaderPass.cpp for Release+Asserts build
llvm[4]: Compiling OptimalEdgeProfiling.cpp for Release+Asserts build
llvm[3]: Compiling ProfileVerifierPass.cpp for Release+Asserts build
llvm[4]: Compiling PathProfiling.cpp for Release+Asserts build
llvm[3]: Compiling RegionInfo.cpp for Release+Asserts build
llvm[4]: Compiling ProfilingUtils.cpp for Release+Asserts build
llvm[4]: Compiling ThreadSanitizer.cpp for Release+Asserts build
llvm[3]: Compiling RegionPass.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMInstrumentation.a
llvm[4]: Compiling ADCE.cpp for Release+Asserts build
llvm[3]: Compiling RegionPrinter.cpp for Release+Asserts build
llvm[4]: Compiling BasicBlockPlacement.cpp for Release+Asserts build
llvm[4]: Compiling CodeGenPrepare.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolution.cpp for Release+Asserts build
llvm[4]: Compiling ConstantProp.cpp for Release+Asserts build
llvm[4]: Compiling CorrelatedValuePropagation.cpp for Release+Asserts build
llvm[4]: Compiling DCE.cpp for Release+Asserts build
llvm[4]: Compiling DeadStoreElimination.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolutionExpander.cpp for Release+Asserts build
llvm[4]: Compiling EarlyCSE.cpp for Release+Asserts build
llvm[4]: Compiling GVN.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build
llvm[3]: Compiling SparsePropagation.cpp for Release+Asserts build
llvm[4]: Compiling GlobalMerge.cpp for Release+Asserts build
llvm[3]: Compiling Trace.cpp for Release+Asserts build
llvm[3]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build
llvm[4]: Compiling IndVarSimplify.cpp for Release+Asserts build
llvm[3]: Compiling ValueTracking.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMAnalysis.a
llvm[4]: Compiling JumpThreading.cpp for Release+Asserts build
llvm[4]: Compiling CallGraph.cpp for Release+Asserts build
llvm[4]: Compiling CallGraphSCCPass.cpp for Release+Asserts build
llvm[4]: Compiling LICM.cpp for Release+Asserts build
llvm[4]: Compiling FindUsedTypes.cpp for Release+Asserts build
llvm[4]: Compiling GlobalsModRef.cpp for Release+Asserts build
llvm[4]: Compiling LoopDeletion.cpp for Release+Asserts build
llvm[4]: Compiling LoopIdiomRecognize.cpp for Release+Asserts build
llvm[4]: Compiling IPA.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMipa.a
llvm[4]: Compiling InstCombineAddSub.cpp for Release+Asserts build
llvm[4]: Compiling LoopInstSimplify.cpp for Release+Asserts build
llvm[4]: Compiling LoopRotation.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineAndOrXor.cpp for Release+Asserts build
llvm[4]: Compiling LoopStrengthReduce.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineCalls.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineCasts.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineCompares.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnrollPass.cpp for Release+Asserts build
llvm[4]: Compiling LoopUnswitch.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineLoadStoreAlloca.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineMulDivRem.cpp for Release+Asserts build
llvm[4]: Compiling LowerAtomic.cpp for Release+Asserts build
llvm[4]: Compiling MemCpyOptimizer.cpp for Release+Asserts build
llvm[4]: Compiling InstCombinePHI.cpp for Release+Asserts build
llvm[4]: Compiling ObjCARC.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineSelect.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineShifts.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineSimplifyDemanded.cpp for Release+Asserts build
llvm[4]: Compiling Reassociate.cpp for Release+Asserts build
llvm[4]: Compiling InstCombineVectorOps.cpp for Release+Asserts build
llvm[4]: Compiling Reg2Mem.cpp for Release+Asserts build
llvm[4]: Compiling SCCP.cpp for Release+Asserts build
llvm[4]: Compiling InstructionCombining.cpp for Release+Asserts build
llvm[4]: Compiling Scalar.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMInstCombine.a
llvm[4]: Compiling ArgumentPromotion.cpp for Release+Asserts build
llvm[4]: Compiling ScalarReplAggregates.cpp for Release+Asserts build
llvm[4]: Compiling ConstantMerge.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyCFGPass.cpp for Release+Asserts build
llvm[4]: Compiling DeadArgumentElimination.cpp for Release+Asserts build
llvm[4]: Compiling SimplifyLibCalls.cpp for Release+Asserts build
llvm[4]: Compiling ExtractGV.cpp for Release+Asserts build
llvm[4]: Compiling FunctionAttrs.cpp for Release+Asserts build
llvm[4]: Compiling Sink.cpp for Release+Asserts build
llvm[4]: Compiling TailRecursionElimination.cpp for Release+Asserts build
llvm[4]: Compiling GlobalDCE.cpp for Release+Asserts build
llvm[4]: Compiling GlobalOpt.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMScalarOpts.a
llvm[4]: Compiling BBVectorize.cpp for Release+Asserts build
llvm[4]: Compiling IPConstantPropagation.cpp for Release+Asserts build
llvm[4]: Compiling Vectorize.cpp for Release+Asserts build
llvm[4]: Compiling IPO.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMVectorize.a
llvm[4]: Compiling Hello.cpp for Release+Asserts build (PIC)
llvm[4]: Compiling InlineAlways.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts Loadable Module LLVMHello.dylib
llvm[4]: Compiling DAGCombiner.cpp for Release+Asserts build
llvm[4]: Compiling InlineSimple.cpp for Release+Asserts build
llvm[4]: Compiling Inliner.cpp for Release+Asserts build
llvm[4]: Compiling Internalize.cpp for Release+Asserts build
llvm[4]: Compiling LoopExtractor.cpp for Release+Asserts build
llvm[4]: Compiling MergeFunctions.cpp for Release+Asserts build
llvm[4]: Compiling PartialInlining.cpp for Release+Asserts build
llvm[4]: Compiling FastISel.cpp for Release+Asserts build
llvm[4]: Compiling PassManagerBuilder.cpp for Release+Asserts build
llvm[4]: Compiling PruneEH.cpp for Release+Asserts build
llvm[4]: Compiling FunctionLoweringInfo.cpp for Release+Asserts build
llvm[4]: Compiling StripDeadPrototypes.cpp for Release+Asserts build
llvm[4]: Compiling StripSymbols.cpp for Release+Asserts build
llvm[4]: Compiling InstrEmitter.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMipo.a
llvm[4]: Building X86.td register info implementation with tblgen
llvm[4]: Compiling LegalizeDAG.cpp for Release+Asserts build
llvm[4]: Building X86.td instruction information with tblgen
llvm[4]: Building X86.td assembly writer with tblgen
llvm[4]: Compiling LegalizeFloatTypes.cpp for Release+Asserts build
llvm[4]: Building X86.td assembly matcher with tblgen
llvm[4]: Compiling LegalizeIntegerTypes.cpp for Release+Asserts build
llvm[4]: Building X86.td assembly writer #1 with tblgen
llvm[4]: Compiling LegalizeTypes.cpp for Release+Asserts build
llvm[4]: Building X86.td DAG instruction selector implementation with tblgen
llvm[4]: Compiling LegalizeTypesGeneric.cpp for Release+Asserts build
llvm[4]: Compiling LegalizeVectorOps.cpp for Release+Asserts build
llvm[4]: Building X86.td disassembly tables with tblgen
llvm[4]: Compiling LegalizeVectorTypes.cpp for Release+Asserts build
llvm[4]: Building X86.td "fast" instruction selector implementation with tblgen
llvm[4]: Compiling ResourcePriorityQueue.cpp for Release+Asserts build
llvm[4]: Building X86.td calling convention information with tblgen
llvm[4]: Compiling ScheduleDAGFast.cpp for Release+Asserts build
llvm[4]: Building X86.td subtarget information with tblgen
llvm[4]: Building X86.td enhanced disassembly information with tblgen
llvm[4]: Compiling ScheduleDAGRRList.cpp for Release+Asserts build
llvm[4]: Compiling X86AsmPrinter.cpp for Release+Asserts build
llvm[4]: Compiling ScheduleDAGSDNodes.cpp for Release+Asserts build
llvm[4]: Compiling X86COFFMachineModuleInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86CodeEmitter.cpp for Release+Asserts build
llvm[4]: Compiling ScheduleDAGVLIW.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAG.cpp for Release+Asserts build
llvm[4]: Compiling X86ELFWriterInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86FastISel.cpp for Release+Asserts build
llvm[4]: Compiling X86FloatingPoint.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGBuilder.cpp for Release+Asserts build
llvm[4]: Compiling X86FrameLowering.cpp for Release+Asserts build
llvm[4]: Compiling X86ISelDAGToDAG.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGDumper.cpp for Release+Asserts build
llvm[4]: Compiling X86ISelLowering.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGISel.cpp for Release+Asserts build
llvm[4]: Compiling SelectionDAGPrinter.cpp for Release+Asserts build
llvm[4]: Compiling TargetLowering.cpp for Release+Asserts build
llvm[4]: Compiling X86InstrInfo.cpp for Release+Asserts build
llvm[4]: Compiling TargetSelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMSelectionDAG.a
llvm[4]: Compiling ARMException.cpp for Release+Asserts build
llvm[4]: Compiling AsmPrinter.cpp for Release+Asserts build
llvm[4]: Compiling X86JITInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86MCInstLower.cpp for Release+Asserts build
llvm[4]: Compiling AsmPrinterDwarf.cpp for Release+Asserts build
llvm[4]: Compiling X86MachineFunctionInfo.cpp for Release+Asserts build
llvm[4]: Compiling X86RegisterInfo.cpp for Release+Asserts build
llvm[4]: Compiling AsmPrinterInlineAsm.cpp for Release+Asserts build
llvm[4]: Compiling DIE.cpp for Release+Asserts build
llvm[4]: Compiling DwarfAccelTable.cpp for Release+Asserts build
llvm[4]: Compiling X86SelectionDAGInfo.cpp for Release+Asserts build
llvm[4]: Compiling DwarfCFIException.cpp for Release+Asserts build
llvm[4]: Compiling X86Subtarget.cpp for Release+Asserts build
llvm[4]: Compiling DwarfCompileUnit.cpp for Release+Asserts build
llvm[4]: Compiling X86TargetMachine.cpp for Release+Asserts build
llvm[4]: Compiling X86TargetObjectFile.cpp for Release+Asserts build
llvm[4]: Compiling DwarfDebug.cpp for Release+Asserts build
llvm[4]: Compiling X86VZeroUpper.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMX86CodeGen.a
llvm[5]: Compiling X86ATTInstPrinter.cpp for Release+Asserts build
llvm[5]: Compiling X86InstComments.cpp for Release+Asserts build
llvm[4]: Compiling DwarfException.cpp for Release+Asserts build
llvm[5]: Compiling X86IntelInstPrinter.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86AsmPrinter.a
llvm[5]: Compiling X86AsmLexer.cpp for Release+Asserts build
llvm[4]: Compiling OcamlGCPrinter.cpp for Release+Asserts build
llvm[5]: Compiling X86AsmParser.cpp for Release+Asserts build
llvm[4]: Compiling Win64Exception.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMAsmPrinter.a
llvm[3]: Compiling AggressiveAntiDepBreaker.cpp for Release+Asserts build
llvm[3]: Compiling AllocationOrder.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86AsmParser.a
llvm[5]: Compiling X86Disassembler.cpp for Release+Asserts build
llvm[3]: Compiling Analysis.cpp for Release+Asserts build
llvm[3]: Compiling BranchFolding.cpp for Release+Asserts build
llvm[5]: Compiling X86DisassemblerDecoder.c for Release+Asserts build
llvm[3]: Compiling CalcSpillWeights.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Disassembler.a
llvm[5]: Compiling X86TargetInfo.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Info.a
llvm[5]: Compiling X86AsmBackend.cpp for Release+Asserts build
llvm[3]: Compiling CallingConvLower.cpp for Release+Asserts build
llvm[5]: Compiling X86ELFObjectWriter.cpp for Release+Asserts build
llvm[5]: Compiling X86MCAsmInfo.cpp for Release+Asserts build
llvm[3]: Compiling CodeGen.cpp for Release+Asserts build
llvm[5]: Compiling X86MCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling CodePlacementOpt.cpp for Release+Asserts build
llvm[5]: Compiling X86MCTargetDesc.cpp for Release+Asserts build
llvm[3]: Compiling CriticalAntiDepBreaker.cpp for Release+Asserts build
llvm[5]: Compiling X86MachObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling DFAPacketizer.cpp for Release+Asserts build
llvm[5]: Compiling X86WinCOFFObjectWriter.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Desc.a
llvm[5]: Compiling X86ShuffleDecode.cpp for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libLLVMX86Utils.a
llvm[3]: Compiling Mangler.cpp for Release+Asserts build
llvm[3]: Compiling DeadMachineInstructionElim.cpp for Release+Asserts build
llvm[3]: Compiling Target.cpp for Release+Asserts build
llvm[3]: Compiling DwarfEHPrepare.cpp for Release+Asserts build
llvm[3]: Compiling TargetData.cpp for Release+Asserts build
llvm[3]: Compiling EdgeBundles.cpp for Release+Asserts build
llvm[3]: Compiling TargetELFWriterInfo.cpp for Release+Asserts build
llvm[3]: Compiling ExecutionDepsFix.cpp for Release+Asserts build
llvm[3]: Compiling TargetInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetIntrinsicInfo.cpp for Release+Asserts build
llvm[3]: Compiling ExpandISelPseudos.cpp for Release+Asserts build
llvm[3]: Compiling TargetJITInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetLibraryInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetLoweringObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling ExpandPostRAPseudos.cpp for Release+Asserts build
llvm[3]: Compiling TargetMachine.cpp for Release+Asserts build
llvm[3]: Compiling GCMetadata.cpp for Release+Asserts build
llvm[3]: Compiling TargetRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling TargetSubtargetInfo.cpp for Release+Asserts build
llvm[3]: Compiling GCMetadataPrinter.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMTarget.a
llvm[4]: Compiling Execution.cpp for Release+Asserts build
llvm[3]: Compiling GCStrategy.cpp for Release+Asserts build
llvm[3]: Compiling IfConversion.cpp for Release+Asserts build
llvm[4]: Compiling ExternalFunctions.cpp for Release+Asserts build
llvm[4]: Compiling Interpreter.cpp for Release+Asserts build
llvm[3]: Compiling InlineSpiller.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMInterpreter.a
llvm[4]: Compiling Intercept.cpp for Release+Asserts build
llvm[4]: Compiling JIT.cpp for Release+Asserts build
llvm[4]: Compiling JITDwarfEmitter.cpp for Release+Asserts build
llvm[3]: Compiling InterferenceCache.cpp for Release+Asserts build
llvm[4]: Compiling JITEmitter.cpp for Release+Asserts build
llvm[3]: Compiling IntrinsicLowering.cpp for Release+Asserts build
llvm[3]: Compiling JITCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling LLVMTargetMachine.cpp for Release+Asserts build
llvm[4]: Compiling JITMemoryManager.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMJIT.a
llvm[4]: Compiling Intercept.cpp for Release+Asserts build
llvm[3]: Compiling LatencyPriorityQueue.cpp for Release+Asserts build
llvm[4]: Compiling MCJIT.cpp for Release+Asserts build
llvm[3]: Compiling LexicalScopes.cpp for Release+Asserts build
llvm[4]: Compiling MCJITMemoryManager.cpp for Release+Asserts build
llvm[3]: Compiling LiveDebugVariables.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMCJIT.a
llvm[4]: Compiling RuntimeDyld.cpp for Release+Asserts build
llvm[4]: Compiling RuntimeDyldELF.cpp for Release+Asserts build
llvm[4]: Compiling RuntimeDyldMachO.cpp for Release+Asserts build
llvm[3]: Compiling LiveInterval.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMRuntimeDyld.a
llvm[3]: Compiling ExecutionEngine.cpp for Release+Asserts build
llvm[3]: Compiling LiveIntervalAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling ExecutionEngineBindings.cpp for Release+Asserts build
llvm[3]: Compiling TargetSelect.cpp for Release+Asserts build
llvm[3]: Compiling LiveIntervalUnion.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMExecutionEngine.a
llvm[3]: Compiling LiveRangeCalc.cpp for Release+Asserts build
llvm[3]: Compiling LiveRangeEdit.cpp for Release+Asserts build
llvm[3]: Compiling LiveStackAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling LiveVariables.cpp for Release+Asserts build
llvm[3]: Compiling LocalStackSlotAllocation.cpp for Release+Asserts build
llvm[3]: Compiling LinkArchives.cpp for Release+Asserts build
llvm[3]: Compiling MachineBasicBlock.cpp for Release+Asserts build
llvm[3]: Compiling LinkItems.cpp for Release+Asserts build
llvm[3]: Compiling LinkModules.cpp for Release+Asserts build
llvm[3]: Compiling MachineBlockFrequencyInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineBlockPlacement.cpp for Release+Asserts build
llvm[3]: Compiling Linker.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMLinker.a
llvm[3]: Compiling MachineBranchProbabilityInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineCSE.cpp for Release+Asserts build
llvm[4]: Compiling AsmLexer.cpp for Release+Asserts build
llvm[4]: Compiling AsmParser.cpp for Release+Asserts build
llvm[3]: Compiling MachineCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling MachineCopyPropagation.cpp for Release+Asserts build
llvm[4]: Compiling COFFAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling MachineDominators.cpp for Release+Asserts build
llvm[4]: Compiling DarwinAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling ELFAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunction.cpp for Release+Asserts build
llvm[4]: Compiling MCAsmLexer.cpp for Release+Asserts build
llvm[4]: Compiling MCAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling MCAsmParserExtension.cpp for Release+Asserts build
llvm[4]: Compiling MCTargetAsmParser.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunctionAnalysis.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMCParser.a
llvm[4]: Compiling Disassembler.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunctionPass.cpp for Release+Asserts build
llvm[4]: Compiling EDDisassembler.cpp for Release+Asserts build
llvm[3]: Compiling MachineFunctionPrinterPass.cpp for Release+Asserts build
llvm[4]: Compiling EDInst.cpp for Release+Asserts build
llvm[3]: Compiling MachineInstr.cpp for Release+Asserts build
llvm[4]: Compiling EDMain.cpp for Release+Asserts build
llvm[4]: Compiling EDOperand.cpp for Release+Asserts build
llvm[4]: Compiling EDToken.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMMCDisassembler.a
llvm[3]: Compiling ELFObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling MachineInstrBundle.cpp for Release+Asserts build
llvm[3]: Compiling MachineLICM.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmBackend.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmInfoCOFF.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmInfoDarwin.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MachineLoopInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCAssembler.cpp for Release+Asserts build
llvm[3]: Compiling MCAtom.cpp for Release+Asserts build
llvm[3]: Compiling MachineLoopRanges.cpp for Release+Asserts build
llvm[3]: Compiling MCCodeEmitter.cpp for Release+Asserts build
llvm[3]: Compiling MCCodeGenInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCContext.cpp for Release+Asserts build
llvm[3]: Compiling MCDisassembler.cpp for Release+Asserts build
llvm[3]: Compiling MachineModuleInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCDwarf.cpp for Release+Asserts build
llvm[3]: Compiling MCELF.cpp for Release+Asserts build
llvm[3]: Compiling MachineModuleInfoImpls.cpp for Release+Asserts build
llvm[3]: Compiling MCELFObjectTargetWriter.cpp for Release+Asserts build
llvm[3]: Compiling MCELFStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MachinePassRegistry.cpp for Release+Asserts build
llvm[3]: Compiling MachineRegisterInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCExpr.cpp for Release+Asserts build
llvm[3]: Compiling MachineSSAUpdater.cpp for Release+Asserts build
llvm[3]: Compiling MCInst.cpp for Release+Asserts build
llvm[3]: Compiling MCInstPrinter.cpp for Release+Asserts build
llvm[3]: Compiling MCInstrAnalysis.cpp for Release+Asserts build
llvm[3]: Compiling MachineScheduler.cpp for Release+Asserts build
llvm[3]: Compiling MCLabel.cpp for Release+Asserts build
llvm[3]: Compiling MCMachOStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCMachObjectTargetWriter.cpp for Release+Asserts build
llvm[3]: Compiling MCModule.cpp for Release+Asserts build
llvm[3]: Compiling MachineSink.cpp for Release+Asserts build
llvm[3]: Compiling MCNullStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCObjectFileInfo.cpp for Release+Asserts build
llvm[3]: Compiling MachineVerifier.cpp for Release+Asserts build
llvm[3]: Compiling MCObjectStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling MCPureStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCSection.cpp for Release+Asserts build
llvm[3]: Compiling MCSectionCOFF.cpp for Release+Asserts build
llvm[3]: Compiling OcamlGC.cpp for Release+Asserts build
llvm[3]: Compiling MCSectionELF.cpp for Release+Asserts build
llvm[3]: Compiling OptimizePHIs.cpp for Release+Asserts build
llvm[3]: Compiling MCSectionMachO.cpp for Release+Asserts build
llvm[3]: Compiling PHIElimination.cpp for Release+Asserts build
llvm[3]: Compiling MCStreamer.cpp for Release+Asserts build
llvm[3]: Compiling MCSubtargetInfo.cpp for Release+Asserts build
llvm[3]: Compiling MCSymbol.cpp for Release+Asserts build
llvm[3]: Compiling PHIEliminationUtils.cpp for Release+Asserts build
llvm[3]: Compiling MCTargetAsmLexer.cpp for Release+Asserts build
llvm[3]: Compiling MCValue.cpp for Release+Asserts build
llvm[3]: Compiling MCWin64EH.cpp for Release+Asserts build
llvm[3]: Compiling Passes.cpp for Release+Asserts build
llvm[3]: Compiling MachObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling PeepholeOptimizer.cpp for Release+Asserts build
llvm[3]: Compiling SubtargetFeature.cpp for Release+Asserts build
llvm[3]: Compiling WinCOFFObjectWriter.cpp for Release+Asserts build
llvm[3]: Compiling PostRASchedulerList.cpp for Release+Asserts build
llvm[3]: Compiling WinCOFFStreamer.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMMC.a
llvm[3]: Compiling Archive.cpp for Release+Asserts build
llvm[3]: Compiling Binary.cpp for Release+Asserts build
llvm[3]: Compiling COFFObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling ProcessImplicitDefs.cpp for Release+Asserts build
llvm[3]: Compiling ELFObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling PrologEpilogInserter.cpp for Release+Asserts build
llvm[3]: Compiling PseudoSourceValue.cpp for Release+Asserts build
llvm[3]: Compiling Error.cpp for Release+Asserts build
llvm[3]: Compiling MachOObject.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocBase.cpp for Release+Asserts build
llvm[3]: Compiling MachOObjectFile.cpp for Release+Asserts build
llvm[3]: Compiling Object.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocBasic.cpp for Release+Asserts build
llvm[3]: Compiling ObjectFile.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMObject.a
llvm[3]: Compiling DIContext.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocFast.cpp for Release+Asserts build
llvm[3]: Compiling DWARFAbbreviationDeclaration.cpp for Release+Asserts build
llvm[3]: Compiling DWARFCompileUnit.cpp for Release+Asserts build
llvm[3]: Compiling DWARFContext.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocGreedy.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugAbbrev.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugArangeSet.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugAranges.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugInfoEntry.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugLine.cpp for Release+Asserts build
llvm[3]: Compiling RegAllocPBQP.cpp for Release+Asserts build
llvm[3]: Compiling DWARFFormValue.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMDebugInfo.a
llvm[3]: Compiling RegisterClassInfo.cpp for Release+Asserts build
llvm[3]: Compiling RegisterCoalescer.cpp for Release+Asserts build
llvm[3]: Compiling RegisterScavenging.cpp for Release+Asserts build
llvm[3]: Compiling RenderMachineFunction.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAG.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGInstrs.cpp for Release+Asserts build
llvm[3]: Compiling ScheduleDAGPrinter.cpp for Release+Asserts build
llvm[3]: Compiling ScoreboardHazardRecognizer.cpp for Release+Asserts build
llvm[3]: Compiling ShadowStackGC.cpp for Release+Asserts build
llvm[3]: Compiling ShrinkWrapping.cpp for Release+Asserts build
llvm[3]: Compiling SjLjEHPrepare.cpp for Release+Asserts build
llvm[3]: Compiling SlotIndexes.cpp for Release+Asserts build
llvm[3]: Compiling SpillPlacement.cpp for Release+Asserts build
llvm[3]: Compiling Spiller.cpp for Release+Asserts build
llvm[3]: Compiling SplitKit.cpp for Release+Asserts build
llvm[3]: Compiling StackProtector.cpp for Release+Asserts build
llvm[3]: Compiling StackSlotColoring.cpp for Release+Asserts build
llvm[3]: Compiling StrongPHIElimination.cpp for Release+Asserts build
llvm[3]: Compiling TailDuplication.cpp for Release+Asserts build
llvm[3]: Compiling TargetFrameLoweringImpl.cpp for Release+Asserts build
llvm[3]: Compiling TargetInstrInfoImpl.cpp for Release+Asserts build
llvm[3]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
llvm[3]: Compiling TargetOptionsImpl.cpp for Release+Asserts build
llvm[3]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
llvm[3]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
llvm[3]: Compiling VirtRegMap.cpp for Release+Asserts build
llvm[3]: Building Release+Asserts Archive Library libLLVMCodeGen.a
llvm[2]: Building llvm-config BuildVariables.inc file.
llvm[2]: Compiling llvm-config.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts executable llvm-config (without symbols)
llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-config (without symbols)
make[3]: Nothing to be done for `all'.
llvm[3]: Compiling AnalysisWrappers.cpp for Release+Asserts build
llvm[3]: Compiling llvm-as.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-as (without symbols)
llvm[3]: Compiling GraphPrinters.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-as (without symbols)
llvm[3]: Compiling llvm-dis.cpp for Release+Asserts build
llvm[3]: Compiling PrintSCC.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-dis (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-dis (without symbols)
llvm[3]: Compiling llc.cpp for Release+Asserts build
llvm[3]: Compiling opt.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llc (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llc (without symbols)
llvm[3]: Compiling llvm-ranlib.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable opt (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable opt (without symbols)
llvm[3]: Compiling llvm-ar.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-ranlib (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-ranlib (without symbols)
llvm[3]: Compiling llvm-nm.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-ar (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-ar (without symbols)
llvm[3]: Compiling Optimize.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-nm (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-nm (without symbols)
llvm[3]: Compiling llvm-prof.cpp for Release+Asserts build
llvm[3]: Compiling llvm-ld.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-prof (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-prof (without symbols)
llvm[3]: Compiling llvm-link.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-ld (without symbols)
llvm[3]: Linking Release+Asserts executable llvm-link (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-link (without symbols)
llvm[3]: Compiling lli.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-ld (without symbols)
llvm[3]: Compiling llvm-extract.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-extract (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-extract (without symbols)
llvm[3]: Compiling Disassembler.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable lli (without symbols)
llvm[3]: Compiling llvm-mc.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Executable lli (without symbols)
llvm[3]: Compiling BugDriver.cpp for Release+Asserts build
llvm[3]: Compiling CrashDebugger.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-mc (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-mc (without symbols)
llvm[3]: Compiling llvm-bcanalyzer.cpp for Release+Asserts build
llvm[3]: Compiling ExecutionDriver.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-bcanalyzer (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-bcanalyzer (without symbols)
llvm[3]: Compiling llvm-stub.c for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-stub (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-stub (without symbols)
llvm[3]: Compiling ExtractFunction.cpp for Release+Asserts build
llvm[3]: Compiling DiffConsumer.cpp for Release+Asserts build
llvm[3]: Compiling FindBugs.cpp for Release+Asserts build
llvm[3]: Compiling DiffLog.cpp for Release+Asserts build
llvm[3]: Compiling Miscompilation.cpp for Release+Asserts build
llvm[3]: Compiling DifferenceEngine.cpp for Release+Asserts build
llvm[3]: Compiling llvm-diff.cpp for Release+Asserts build
llvm[3]: Compiling OptimizerDriver.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-diff (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-diff (without symbols)
llvm[3]: Compiling ToolRunner.cpp for Release+Asserts build
llvm[3]: Compiling macho-dump.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable macho-dump (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable macho-dump (without symbols)
llvm[3]: Compiling bugpoint.cpp for Release+Asserts build
llvm[3]: Compiling MCFunction.cpp for Release+Asserts build
llvm[3]: Compiling MachODump.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable bugpoint (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable bugpoint (without symbols)
llvm[3]: Compiling llvm-readobj.cpp for Release+Asserts build
llvm[3]: Compiling llvm-objdump.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-readobj (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-readobj (without symbols)
llvm[3]: Compiling llvm-rtdyld.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-objdump (without symbols)
llvm[3]: Linking Release+Asserts executable llvm-rtdyld (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-rtdyld (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-objdump (without symbols)
llvm[3]: Compiling llvm-dwarfdump.cpp for Release+Asserts build
llvm[3]: Compiling llvm-cov.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-cov (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-cov (without symbols)
llvm[3]: Linking Release+Asserts executable llvm-dwarfdump (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-dwarfdump (without symbols)
llvm[3]: Compiling llvm-stress.cpp for Release+Asserts build
llvm[3]: Compiling llvm-size.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts executable llvm-size (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-size (without symbols)
llvm[3]: Compiling LTOCodeGenerator.cpp for Release+Asserts build (PIC)
llvm[3]: Linking Release+Asserts executable llvm-stress (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-stress (without symbols)
llvm[3]: Compiling TestPasses.cpp for Release+Asserts build (PIC)
llvm[3]: Linking Release+Asserts Loadable Module BugpointPasses.dylib
llvm[3]: Compiling LTOModule.cpp for Release+Asserts build (PIC)
llvm[3]: Compiling lto.cpp for Release+Asserts build (PIC)
llvm[3]: Building Release+Asserts Archive Library libLTO.a
b
llvm[3]: Compiling CommonProfiling.c for Release+Asserts build (PIC)
llvm[3]: Compiling BasicBlockTracing.c for Release+Asserts build (PIC)
llvm[3]: Compiling EdgeProfiling.c for Release+Asserts build (PIC)
llvm[3]: Compiling GCDAProfiling.c for Release+Asserts build (PIC)
llvm[3]: Compiling OptimalEdgeProfiling.c for Release+Asserts build (PIC)
llvm[3]: Compiling PathProfiling.c for Release+Asserts build (PIC)
llvm[3]: Linking Release+Asserts Shared Library libprofile_rt.dylib
llvm[3]: Building Release+Asserts Archive Library libprofile_rt.a
llvm[3]: Compiling APFloatTest.cpp for Release+Asserts build
llvm[4]: Compiling JITMemoryManagerTest.cpp for Release+Asserts build
llvm[4]: Compiling JITTest.cpp for Release+Asserts build
llvm[3]: Compiling APIntTest.cpp for Release+Asserts build
llvm[4]: Compiling MultiJITTest.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test JIT (without symbols)
llvm[4]: ======= Finished Linking Release+Asserts Unit test JIT (without symbols)
llvm[3]: Compiling ExecutionEngineTest.cpp for Release+Asserts build
llvm[3]: Compiling BitVectorTest.cpp for Release+Asserts build
llvm[3]: Compiling JITEventListenerTest.cpp for Release+Asserts build
llvm[3]: Compiling DAGDeltaAlgorithmTest.cpp for Release+Asserts build
llvm[3]: Compiling DeltaAlgorithmTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test ExecutionEngine (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Unit test ExecutionEngine (without symbols)
llvm[3]: Compiling DenseMapTest.cpp for Release+Asserts build
llvm[3]: Compiling AllocatorTest.cpp for Release+Asserts build
llvm[3]: Compiling BlockFrequencyTest.cpp for Release+Asserts build
llvm[3]: Compiling DenseSetTest.cpp for Release+Asserts build
llvm[3]: Compiling Casting.cpp for Release+Asserts build
llvm[3]: Compiling FoldingSet.cpp for Release+Asserts build
llvm[3]: Compiling HashingTest.cpp for Release+Asserts build
llvm[3]: Compiling CommandLineTest.cpp for Release+Asserts build
llvm[3]: Compiling ConstantRangeTest.cpp for Release+Asserts build
llvm[3]: Compiling ImmutableSetTest.cpp for Release+Asserts build
llvm[3]: Compiling DataExtractorTest.cpp for Release+Asserts build
llvm[3]: Compiling IntEqClassesTest.cpp for Release+Asserts build
llvm[3]: Compiling EndianTest.cpp for Release+Asserts build
llvm[3]: Compiling IntervalMapTest.cpp for Release+Asserts build
llvm[3]: Compiling IRBuilderTest.cpp for Release+Asserts build
llvm[3]: Compiling JSONParserTest.cpp for Release+Asserts build
llvm[3]: Compiling IntrusiveRefCntPtrTest.cpp for Release+Asserts build
llvm[3]: Compiling LeakDetectorTest.cpp for Release+Asserts build
llvm[3]: Compiling PackedVectorTest.cpp for Release+Asserts build
llvm[3]: Compiling ManagedStatic.cpp for Release+Asserts build
llvm[3]: Compiling MathExtrasTest.cpp for Release+Asserts build
llvm[3]: Compiling SCCIteratorTest.cpp for Release+Asserts build
llvm[3]: Compiling Path.cpp for Release+Asserts build
llvm[3]: Compiling SmallBitVectorTest.cpp for Release+Asserts build
llvm[3]: Compiling SmallPtrSetTest.cpp for Release+Asserts build
llvm[3]: Compiling RegexTest.cpp for Release+Asserts build
llvm[3]: Compiling SmallStringTest.cpp for Release+Asserts build
llvm[3]: Compiling SwapByteOrderTest.cpp for Release+Asserts build
llvm[3]: Compiling TimeValue.cpp for Release+Asserts build
llvm[3]: Compiling SmallVectorTest.cpp for Release+Asserts build
llvm[3]: Compiling TypeBuilderTest.cpp for Release+Asserts build
llvm[3]: Compiling SparseBitVectorTest.cpp for Release+Asserts build
llvm[3]: Compiling ValueHandleTest.cpp for Release+Asserts build
llvm[3]: Compiling SparseSetTest.cpp for Release+Asserts build
llvm[3]: Compiling StringMapTest.cpp for Release+Asserts build
llvm[3]: Compiling raw_ostream_test.cpp for Release+Asserts build
llvm[3]: Compiling StringRefTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test Support (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Unit test Support (without symbols)
llvm[3]: Compiling TripleTest.cpp for Release+Asserts build
llvm[4]: Compiling Cloning.cpp for Release+Asserts build
llvm[3]: Compiling TwineTest.cpp for Release+Asserts build
llvm[4]: Compiling Local.cpp for Release+Asserts build
llvm[3]: Compiling VariadicFunctionTest.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts unit test Utils (without symbols)
llvm[3]: Compiling ilistTest.cpp for Release+Asserts build
llvm[4]: ======= Finished Linking Release+Asserts Unit test Utils (without symbols)
llvm[3]: Compiling ConstantsTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test ADT (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Unit test ADT (without symbols)
llvm[3]: Compiling InstructionsTest.cpp for Release+Asserts build
llvm[3]: Compiling ScalarEvolutionTest.cpp for Release+Asserts build
llvm[3]: Compiling MetadataTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test Analysis (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Unit test Analysis (without symbols)
llvm[3]: Compiling PassManagerTest.cpp for Release+Asserts build
llvm[3]: Compiling ValueMapTest.cpp for Release+Asserts build
llvm[3]: Compiling VerifierTest.cpp for Release+Asserts build
llvm[3]: Compiling BitReaderTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test Bitcode (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Unit test Bitcode (without symbols)
llvm[3]: Linking Release+Asserts unit test VMCore (without symbols)
llvm[3]: ======= Finished Linking Release+Asserts Unit test VMCore (without symbols)
llvm[5]: Compiling sample.c for Release+Asserts build
llvm[5]: Building Release+Asserts Archive Library libsample.a
llvm[5]: Compiling main.c for Release+Asserts build
llvm[5]: Linking Release+Asserts executable Sample (without symbols)
llvm[5]: ======= Finished Linking Release+Asserts Executable Sample (without symbols)
make[2]: Nothing to be done for `all'.
llvm[1]: ***** Completed Release+Asserts Build
compile: rt/x86_64-apple-darwin/arch/x86_64/_context.o
compile: rt/x86_64-apple-darwin/arch/x86_64/ccall.o
compile: rt/x86_64-apple-darwin/arch/x86_64/record_sp.o
llvms-as: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/intrinsics.bc
compile: rt/x86_64-apple-darwin/arch/x86_64/morestack.o
compile: rustllvm/x86_64-apple-darwin/RustGCMetadataPrinter.o
compile: rustllvm/x86_64-apple-darwin/RustGCStrategy.o
compile: rustllvm/x86_64-apple-darwin/RustWrapper.o
llvms-as: x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/intrinsics.bc
llvms-as: x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib/intrinsics.bc
link: rt/x86_64-apple-darwin/librustrt.dylib
link: rt/x86_64-apple-darwin/arch/x86_64/libmorestack.a
cp: x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/librustrt.dylib
cp: x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/libmorestack.a
cp: x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib/librustrt.dylib
cp: x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib/libmorestack.a
cp: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/librustrt.dylib
cp: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/libmorestack.a
link: rustllvm/x86_64-apple-darwin/librustllvm.dylib
compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/libcore.dylib
cp: x86_64-apple-darwin/stage1/lib/librustrt.dylib
cp: x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/librustllvm.dylib
cp: x86_64-apple-darwin/stage2/lib/librustrt.dylib
cp: x86_64-apple-darwin/stage2/lib/librustllvm.dylib
cp: x86_64-apple-darwin/stage2/lib/rustc/x86_64-apple-darwin/lib/librustllvm.dylib
cp: x86_64-apple-darwin/stage3/lib/librustrt.dylib
cp: x86_64-apple-darwin/stage3/lib/librustllvm.dylib
cp: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/librustllvm.dylib
cp: x86_64-apple-darwin/stage1/lib/librustllvm.dylib
warning: no debug symbols in executable (-arch x86_64)
compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/libstd.dylib
cp: x86_64-apple-darwin/stage1/lib/libcore.dylib
warning: no debug symbols in executable (-arch x86_64)
compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/lib/librustc.dylib
cp: x86_64-apple-darwin/stage1/lib/libstd.dylib
warning: no debug symbols in executable (-arch x86_64)
compile_and_link: x86_64-apple-darwin/stage0/lib/rustc/x86_64-apple-darwin/bin/rustc
cp: x86_64-apple-darwin/stage1/lib/librustc.dylib
warning: no debug symbols in executable (-arch x86_64)
cp: x86_64-apple-darwin/stage1/bin/rustc
compile_and_link: x86_64-apple-darwin/stage1/lib/rustc/x86_64-apple-darwin/lib/libcore.dylib
==> Exit Status: 2
https://github.com/mxcl/master/blob/master/Library/Formula/rust.rb#L11
==> Build Environment
CPU: dual-core 64-bit penryn
MacOS: 10.7.3-x86_64
Xcode: 4.3.1
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
MAKEFLAGS: -j2
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig/:/usr/local/share/pkgconfig:
Error: Failed executing: make (rust.rb:11)
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment