Created
December 3, 2011 02:14
-
-
Save gresrun/1425763 to your computer and use it in GitHub Desktop.
LLVM 3.0 Fails to Install - Related to OCAML???
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew update | |
Already up-to-date. | |
$ brew doctor | |
We couldn't detect gcc 4.2.x. Some formulae require this compiler. | |
NOTE: Versions of XCode newer than 4.2 don't include gcc 4.2.x. | |
/Library/Frameworks/Mono.framework detected | |
This can be picked up by Cmake's build system and likely cause the | |
build to fail, finding improper header files for libpng for instance. | |
$ brew install -v llvm | |
==> Downloading http://llvm.org/releases/3.0/llvm-3.0.tar.gz | |
File already downloaded in /Users/greghaines/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/greghaines/Library/Caches/Homebrew/llvm-3.0.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/llvm/3.0 --enable-optimized --enable-targets=host-only | |
./configure --prefix=/usr/local/Cellar/llvm/3.0 --enable-optimized --enable-targets=host-only | |
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 /usr/bin/llvm-gcc accepts -g... yes | |
checking for /usr/bin/llvm-gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/llvm-g++ accepts -g... yes | |
checking how to run the C preprocessor... /usr/bin/llvm-gcc -E | |
checking build system type... x86_64-apple-darwin11.2.0 | |
checking host system type... x86_64-apple-darwin11.2.0 | |
checking target system type... x86_64-apple-darwin11.2.0 | |
checking type of operating system we're going to host on... Darwin | |
checking type of operating system we're going to target... Darwin | |
checking target architecture... x86_64 | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking optimization flags... -O3 | |
checking for BSD-compatible nm... /usr/bin/nm | |
checking for GNU make... make | |
checking whether ln -s works... yes | |
checking for cmp... /usr/bin/cmp | |
checking for cp... /bin/cp | |
checking for date... /bin/date | |
checking for find... /usr/bin/find | |
checking for grep... (cached) /usr/bin/grep | |
checking for mkdir... /bin/mkdir | |
checking for mv... /bin/mv | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking for rm... /bin/rm | |
checking for sed... /usr/bin/sed | |
checking for tar... /usr/bin/tar | |
checking for pwd... /bin/pwd | |
checking for Graphviz... echo Graphviz | |
checking for dot... echo dot | |
checking for fdp... echo fdp | |
checking for neato... echo neato | |
checking for twopi... echo twopi | |
checking for circo... echo circo | |
checking for gv... no | |
checking for gsview32... no | |
checking for dotty... echo dotty | |
checking for xdot.py... echo xdot.py | |
checking for perl... /usr/bin/perl | |
checking for Perl 5.006 or newer... yes | |
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... /usr/local/bin/ocamlc | |
checking for ocamlopt... /usr/local/bin/ocamlopt | |
checking for ocamldep... /usr/local/bin/ocamldep | |
checking for ocamldoc... /usr/local/bin/ocamldoc | |
checking for gas... no | |
checking for as... /usr/bin/as | |
checking for linker version... 127.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... darwin11.2.0 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 pthread_mutex_init in -lpthread... yes | |
checking for library containing pthread_mutex_lock... none required | |
checking for library containing pthread_rwlock_init... none required | |
checking for library containing pthread_getspecific... none required | |
checking for 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 pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.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 include/llvm/Config/Targets.def | |
config.status: creating include/llvm/Config/AsmPrinters.def | |
config.status: creating include/llvm/Config/AsmParsers.def | |
config.status: creating include/llvm/Config/Disassemblers.def | |
config.status: creating Makefile.config | |
config.status: creating llvm.spec | |
config.status: creating docs/doxygen.cfg | |
config.status: creating tools/llvm-config/llvm-config.in | |
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-llvm-3.0-igeO/llvm-3.0.src/projects/sample) | |
configure: running /bin/sh ./configure '--prefix=/usr/local/Cellar/llvm/3.0' '--enable-optimized' '--enable-targets=host-only' 'CC=/usr/bin/llvm-gcc' 'CFLAGS=-O3 -march=core2 -w -pipe' 'CXX=/usr/bin/llvm-g++' 'CXXFLAGS=-O3 -march=core2 -w -pipe' --cache-file=/dev/null --srcdir=. | |
configure: creating ./config.status | |
config.status: creating Makefile.common | |
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 | |
==> make | |
make | |
llvm[1]: Compiling APFloat.cpp for Release build | |
llvm[1]: Compiling APInt.cpp for Release build | |
llvm[1]: Compiling APSInt.cpp for Release build | |
llvm[1]: Compiling Allocator.cpp for Release build | |
llvm[1]: Compiling Atomic.cpp for Release build | |
llvm[1]: Compiling BlockFrequency.cpp for Release build | |
llvm[1]: Compiling BranchProbability.cpp for Release build | |
llvm[1]: Compiling CommandLine.cpp for Release build | |
llvm[1]: Compiling ConstantRange.cpp for Release build | |
llvm[1]: Compiling CrashRecoveryContext.cpp for Release build | |
llvm[1]: Compiling DAGDeltaAlgorithm.cpp for Release build | |
llvm[1]: Compiling DataExtractor.cpp for Release build | |
llvm[1]: Compiling Debug.cpp for Release build | |
llvm[1]: Compiling DeltaAlgorithm.cpp for Release build | |
llvm[1]: Compiling Disassembler.cpp for Release build | |
llvm[1]: Compiling Dwarf.cpp for Release build | |
llvm[1]: Compiling DynamicLibrary.cpp for Release build | |
llvm[1]: Compiling Errno.cpp for Release build | |
llvm[1]: Compiling ErrorHandling.cpp for Release build | |
llvm[1]: Compiling FileUtilities.cpp for Release build | |
llvm[1]: Compiling FoldingSet.cpp for Release build | |
llvm[1]: Compiling FormattedStream.cpp for Release build | |
llvm[1]: Compiling GraphWriter.cpp for Release build | |
llvm[1]: Compiling Host.cpp for Release build | |
llvm[1]: Compiling IncludeFile.cpp for Release build | |
llvm[1]: Compiling IntEqClasses.cpp for Release build | |
llvm[1]: Compiling IntervalMap.cpp for Release build | |
llvm[1]: Compiling IsInf.cpp for Release build | |
llvm[1]: Compiling IsNAN.cpp for Release build | |
llvm[1]: Compiling ManagedStatic.cpp for Release build | |
llvm[1]: Compiling Memory.cpp for Release build | |
llvm[1]: Compiling MemoryBuffer.cpp for Release build | |
llvm[1]: Compiling MemoryObject.cpp for Release build | |
llvm[1]: Compiling Mutex.cpp for Release build | |
llvm[1]: Compiling Path.cpp for Release build | |
llvm[1]: Compiling PathV2.cpp for Release build | |
llvm[1]: Compiling PluginLoader.cpp for Release build | |
llvm[1]: Compiling PrettyStackTrace.cpp for Release build | |
llvm[1]: Compiling Process.cpp for Release build | |
llvm[1]: Compiling Program.cpp for Release build | |
llvm[1]: Compiling RWMutex.cpp for Release build | |
llvm[1]: Compiling Regex.cpp for Release build | |
llvm[1]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release build | |
llvm[1]: Compiling Signals.cpp for Release build | |
llvm[1]: Compiling SmallPtrSet.cpp for Release build | |
llvm[1]: Compiling SmallVector.cpp for Release build | |
llvm[1]: Compiling SourceMgr.cpp for Release build | |
llvm[1]: Compiling Statistic.cpp for Release build | |
llvm[1]: Compiling StringExtras.cpp for Release build | |
llvm[1]: Compiling StringMap.cpp for Release build | |
llvm[1]: Compiling StringPool.cpp for Release build | |
llvm[1]: Compiling StringRef.cpp for Release build | |
llvm[1]: Compiling SystemUtils.cpp for Release build | |
llvm[1]: Compiling TargetRegistry.cpp for Release build | |
llvm[1]: Compiling ThreadLocal.cpp for Release build | |
llvm[1]: Compiling Threading.cpp for Release build | |
llvm[1]: Compiling TimeValue.cpp for Release build | |
llvm[1]: Compiling Timer.cpp for Release build | |
llvm[1]: Compiling ToolOutputFile.cpp for Release build | |
llvm[1]: Compiling Triple.cpp for Release build | |
llvm[1]: Compiling Twine.cpp for Release build | |
llvm[1]: Compiling Valgrind.cpp for Release build | |
llvm[1]: Compiling circular_raw_ostream.cpp for Release build | |
llvm[1]: Compiling raw_os_ostream.cpp for Release build | |
llvm[1]: Compiling raw_ostream.cpp for Release build | |
llvm[1]: Compiling regcomp.c for Release build | |
llvm[1]: Compiling regerror.c for Release build | |
llvm[1]: Compiling regexec.c for Release build | |
llvm[1]: Compiling regfree.c for Release build | |
llvm[1]: Compiling regstrlcpy.c for Release build | |
llvm[1]: Compiling system_error.cpp for Release build | |
llvm[1]: Building Release Archive Library libLLVMSupport.a | |
llvm[1]: Compiling Error.cpp for Release build | |
llvm[1]: Compiling Main.cpp for Release build | |
llvm[1]: Compiling Record.cpp for Release build | |
llvm[1]: Compiling TGLexer.cpp for Release build | |
llvm[1]: Compiling TGParser.cpp for Release build | |
llvm[1]: Compiling TableGenBackend.cpp for Release build | |
llvm[1]: Building Release Archive Library libLLVMTableGen.a | |
mkdir: /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/Release/bin: File exists | |
llvm[2]: Compiling FileCheck.cpp for Release build | |
llvm[2]: Compiling FileUpdate.cpp for Release build | |
llvm[2]: Linking Release executable FileUpdate (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable FileUpdate (without symbols) | |
llvm[2]: Compiling ARMDecoderEmitter.cpp for Release build | |
llvm[2]: Linking Release executable FileCheck (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable FileCheck (without symbols) | |
llvm[2]: Compiling PerfectShuffle.cpp for Release build | |
llvm[2]: Linking Release executable llvm-PerfectShuffle (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-PerfectShuffle (without symbols) | |
llvm[2]: Compiling count.c for Release build | |
llvm[2]: Linking Release executable count (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable count (without symbols) | |
llvm[2]: Compiling fpcmp.cpp for Release build | |
llvm[2]: Linking Release executable fpcmp (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable fpcmp (without symbols) | |
llvm[2]: Compiling AsmMatcherEmitter.cpp for Release build | |
llvm[2]: Compiling AsmWriterEmitter.cpp for Release build | |
llvm[2]: Compiling AsmWriterInst.cpp for Release build | |
llvm[2]: Compiling CallingConvEmitter.cpp for Release build | |
llvm[2]: Compiling CodeEmitterGen.cpp for Release build | |
llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release build | |
llvm[2]: Compiling CodeGenInstruction.cpp for Release build | |
llvm[2]: Creating 'llvm-lit' script... | |
llvm[2]: Compiling not.cpp for Release build | |
llvm[2]: Linking Release executable not (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable not (without symbols) | |
llvm[3]: Compiling gtest.cc for Release build | |
llvm[2]: Compiling CodeGenRegisters.cpp for Release build | |
llvm[2]: Compiling CodeGenTarget.cpp for Release build | |
llvm[3]: Compiling gtest-death-test.cc for Release build | |
llvm[2]: Compiling DAGISelEmitter.cpp for Release build | |
llvm[3]: Compiling gtest-filepath.cc for Release build | |
llvm[3]: Compiling gtest-port.cc for Release build | |
llvm[2]: Compiling DAGISelMatcher.cpp for Release build | |
llvm[3]: Compiling gtest-printers.cc for Release build | |
llvm[3]: Compiling gtest-test-part.cc for Release build | |
llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release build | |
llvm[3]: Compiling gtest-typed-test.cc for Release build | |
llvm[3]: Building Release Archive Library libGoogleTest.a | |
llvm[3]: Compiling TestMain.cpp for Release build | |
llvm[2]: Compiling DAGISelMatcherGen.cpp for Release build | |
llvm[3]: Building Release Archive Library libUnitTestMain.a | |
llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release build | |
llvm[2]: Compiling DisassemblerEmitter.cpp for Release build | |
llvm[2]: Compiling EDEmitter.cpp for Release build | |
llvm[2]: Compiling FastISelEmitter.cpp for Release build | |
llvm[2]: Compiling FixedLenDecoderEmitter.cpp for Release build | |
llvm[2]: Compiling InstrEnumEmitter.cpp for Release build | |
llvm[2]: Compiling InstrInfoEmitter.cpp for Release build | |
llvm[2]: Compiling IntrinsicEmitter.cpp for Release build | |
llvm[2]: Compiling PseudoLoweringEmitter.cpp for Release build | |
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release build | |
llvm[2]: Compiling SetTheory.cpp for Release build | |
llvm[2]: Compiling StringMatcher.cpp for Release build | |
llvm[2]: Compiling SubtargetEmitter.cpp for Release build | |
llvm[2]: Compiling TGValueTypes.cpp for Release build | |
llvm[2]: Compiling TableGen.cpp for Release build | |
llvm[2]: Compiling X86DisassemblerTables.cpp for Release build | |
llvm[2]: Compiling X86RecognizableInstr.cpp for Release build | |
llvm[2]: Linking Release executable llvm-tblgen (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-tblgen (without symbols) | |
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td | |
llvm[1]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly. | |
llvm[1]: Compiling AsmWriter.cpp for Release build | |
llvm[1]: Compiling Attributes.cpp for Release build | |
llvm[1]: Compiling AutoUpgrade.cpp for Release build | |
llvm[1]: Compiling BasicBlock.cpp for Release build | |
llvm[1]: Compiling ConstantFold.cpp for Release build | |
llvm[1]: Compiling Constants.cpp for Release build | |
llvm[1]: Compiling Core.cpp for Release build | |
llvm[1]: Compiling DebugInfoProbe.cpp for Release build | |
llvm[1]: Compiling DebugLoc.cpp for Release build | |
llvm[1]: Compiling Dominators.cpp for Release build | |
llvm[1]: Compiling Function.cpp for Release build | |
llvm[1]: Compiling GCOV.cpp for Release build | |
llvm[1]: Compiling GVMaterializer.cpp for Release build | |
llvm[1]: Compiling Globals.cpp for Release build | |
llvm[1]: Compiling IRBuilder.cpp for Release build | |
llvm[1]: Compiling InlineAsm.cpp for Release build | |
llvm[1]: Compiling Instruction.cpp for Release build | |
llvm[1]: Compiling Instructions.cpp for Release build | |
llvm[1]: Compiling IntrinsicInst.cpp for Release build | |
llvm[1]: Compiling LLVMContext.cpp for Release build | |
llvm[1]: Compiling LLVMContextImpl.cpp for Release build | |
llvm[1]: Compiling LeakDetector.cpp for Release build | |
llvm[1]: Compiling Metadata.cpp for Release build | |
llvm[1]: Compiling Module.cpp for Release build | |
llvm[1]: Compiling Pass.cpp for Release build | |
llvm[1]: Compiling PassManager.cpp for Release build | |
llvm[1]: Compiling PassRegistry.cpp for Release build | |
llvm[1]: Compiling PrintModulePass.cpp for Release build | |
llvm[1]: Compiling Type.cpp for Release build | |
llvm[1]: Compiling Use.cpp for Release build | |
llvm[1]: Compiling User.cpp for Release build | |
llvm[1]: Compiling Value.cpp for Release build | |
llvm[1]: Compiling ValueSymbolTable.cpp for Release build | |
llvm[1]: Compiling ValueTypes.cpp for Release build | |
llvm[1]: Compiling Verifier.cpp for Release build | |
llvm[1]: Building Release Archive Library libLLVMCore.a | |
llvm[2]: Compiling LLLexer.cpp for Release build | |
make[2]: Nothing to be done for `all'. | |
llvm[3]: Compiling BitReader.cpp for Release build | |
llvm[3]: Compiling BitcodeReader.cpp for Release build | |
llvm[2]: Compiling LLParser.cpp for Release build | |
llvm[2]: Compiling Parser.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMBitReader.a | |
llvm[3]: Compiling BitWriter.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMAsmParser.a | |
llvm[3]: Compiling BitcodeWriter.cpp for Release build | |
llvm[2]: Compiling Archive.cpp for Release build | |
llvm[2]: Compiling ArchiveReader.cpp for Release build | |
llvm[2]: Compiling ArchiveWriter.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMArchive.a | |
llvm[2]: Compiling AliasAnalysis.cpp for Release build | |
llvm[3]: Compiling BitcodeWriterPass.cpp for Release build | |
llvm[3]: Compiling ValueEnumerator.cpp for Release build | |
llvm[2]: Compiling AliasAnalysisCounter.cpp for Release build | |
llvm[2]: Compiling AliasAnalysisEvaluator.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMBitWriter.a | |
llvm[3]: Compiling AddrModeMatcher.cpp for Release build | |
llvm[2]: Compiling AliasDebugger.cpp for Release build | |
llvm[3]: Compiling BasicBlockUtils.cpp for Release build | |
llvm[2]: Compiling AliasSetTracker.cpp for Release build | |
llvm[3]: Compiling BasicInliner.cpp for Release build | |
llvm[2]: Compiling Analysis.cpp for Release build | |
llvm[3]: Compiling BreakCriticalEdges.cpp for Release build | |
llvm[2]: Compiling BasicAliasAnalysis.cpp for Release build | |
llvm[3]: Compiling BuildLibCalls.cpp for Release build | |
llvm[2]: Compiling BlockFrequencyInfo.cpp for Release build | |
llvm[3]: Compiling CloneFunction.cpp for Release build | |
llvm[2]: Compiling BranchProbabilityInfo.cpp for Release build | |
llvm[3]: Compiling CloneModule.cpp for Release build | |
llvm[2]: Compiling CFGPrinter.cpp for Release build | |
llvm[3]: Compiling CodeExtractor.cpp for Release build | |
llvm[2]: Compiling CaptureTracking.cpp for Release build | |
llvm[2]: Compiling ConstantFolding.cpp for Release build | |
llvm[3]: Compiling DemoteRegToStack.cpp for Release build | |
llvm[3]: Compiling InlineFunction.cpp for Release build | |
llvm[2]: Compiling DIBuilder.cpp for Release build | |
llvm[2]: Compiling DbgInfoPrinter.cpp for Release build | |
llvm[3]: Compiling InstructionNamer.cpp for Release build | |
llvm[3]: Compiling LCSSA.cpp for Release build | |
llvm[2]: Compiling DebugInfo.cpp for Release build | |
llvm[2]: Compiling DomPrinter.cpp for Release build | |
llvm[3]: Compiling Local.cpp for Release build | |
llvm[2]: Compiling DominanceFrontier.cpp for Release build | |
llvm[3]: Compiling LoopSimplify.cpp for Release build | |
llvm[2]: Compiling IVUsers.cpp for Release build | |
llvm[3]: Compiling LoopUnroll.cpp for Release build | |
llvm[2]: Compiling InlineCost.cpp for Release build | |
llvm[2]: Compiling InstCount.cpp for Release build | |
llvm[3]: Compiling LowerExpectIntrinsic.cpp for Release build | |
llvm[2]: Compiling InstructionSimplify.cpp for Release build | |
llvm[3]: Compiling LowerInvoke.cpp for Release build | |
llvm[2]: Compiling Interval.cpp for Release build | |
llvm[3]: Compiling LowerSwitch.cpp for Release build | |
llvm[2]: Compiling IntervalPartition.cpp for Release build | |
llvm[3]: Compiling Mem2Reg.cpp for Release build | |
llvm[2]: Compiling LazyValueInfo.cpp for Release build | |
llvm[3]: Compiling PromoteMemoryToRegister.cpp for Release build | |
llvm[2]: Compiling LibCallAliasAnalysis.cpp for Release build | |
llvm[3]: Compiling SSAUpdater.cpp for Release build | |
llvm[2]: Compiling LibCallSemantics.cpp for Release build | |
llvm[2]: Compiling Lint.cpp for Release build | |
llvm[3]: Compiling SimplifyCFG.cpp for Release build | |
llvm[2]: Compiling Loads.cpp for Release build | |
llvm[2]: Compiling LoopDependenceAnalysis.cpp for Release build | |
llvm[3]: Compiling SimplifyIndVar.cpp for Release build | |
llvm[2]: Compiling LoopInfo.cpp for Release build | |
llvm[3]: Compiling SimplifyInstructions.cpp for Release build | |
llvm[3]: Compiling UnifyFunctionExitNodes.cpp for Release build | |
llvm[2]: Compiling LoopPass.cpp for Release build | |
llvm[3]: Compiling Utils.cpp for Release build | |
llvm[2]: Compiling MemDepPrinter.cpp for Release build | |
llvm[3]: Compiling ValueMapper.cpp for Release build | |
llvm[2]: Compiling MemoryBuiltins.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMTransformUtils.a | |
llvm[2]: Compiling MemoryDependenceAnalysis.cpp for Release build | |
llvm[3]: Compiling EdgeProfiling.cpp for Release build | |
llvm[3]: Compiling GCOVProfiling.cpp for Release build | |
llvm[2]: Compiling ModuleDebugInfoPrinter.cpp for Release build | |
llvm[2]: Compiling NoAliasAnalysis.cpp for Release build | |
llvm[3]: Compiling Instrumentation.cpp for Release build | |
llvm[2]: Compiling PHITransAddr.cpp for Release build | |
llvm[3]: Compiling OptimalEdgeProfiling.cpp for Release build | |
llvm[2]: Compiling PathNumbering.cpp for Release build | |
llvm[3]: Compiling PathProfiling.cpp for Release build | |
llvm[2]: Compiling PathProfileInfo.cpp for Release build | |
llvm[3]: Compiling ProfilingUtils.cpp for Release build | |
llvm[2]: Compiling PathProfileVerifier.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMInstrumentation.a | |
llvm[3]: Compiling ADCE.cpp for Release build | |
llvm[2]: Compiling PostDominators.cpp for Release build | |
llvm[3]: Compiling BasicBlockPlacement.cpp for Release build | |
llvm[2]: Compiling ProfileEstimatorPass.cpp for Release build | |
llvm[3]: Compiling CodeGenPrepare.cpp for Release build | |
llvm[2]: Compiling ProfileInfo.cpp for Release build | |
llvm[3]: Compiling ConstantProp.cpp for Release build | |
llvm[3]: Compiling CorrelatedValuePropagation.cpp for Release build | |
llvm[3]: Compiling DCE.cpp for Release build | |
llvm[2]: Compiling ProfileInfoLoader.cpp for Release build | |
llvm[3]: Compiling DeadStoreElimination.cpp for Release build | |
llvm[2]: Compiling ProfileInfoLoaderPass.cpp for Release build | |
llvm[3]: Compiling EarlyCSE.cpp for Release build | |
llvm[2]: Compiling ProfileVerifierPass.cpp for Release build | |
llvm[3]: Compiling GVN.cpp for Release build | |
llvm[2]: Compiling RegionInfo.cpp for Release build | |
llvm[3]: Compiling IndVarSimplify.cpp for Release build | |
llvm[2]: Compiling RegionPass.cpp for Release build | |
llvm[2]: Compiling RegionPrinter.cpp for Release build | |
llvm[3]: Compiling JumpThreading.cpp for Release build | |
llvm[2]: Compiling ScalarEvolution.cpp for Release build | |
llvm[3]: Compiling LICM.cpp for Release build | |
llvm[3]: Compiling LoopDeletion.cpp for Release build | |
llvm[3]: Compiling LoopIdiomRecognize.cpp for Release build | |
llvm[2]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release build | |
llvm[2]: Compiling ScalarEvolutionExpander.cpp for Release build | |
llvm[3]: Compiling LoopInstSimplify.cpp for Release build | |
llvm[3]: Compiling LoopRotation.cpp for Release build | |
llvm[2]: Compiling ScalarEvolutionNormalization.cpp for Release build | |
llvm[3]: Compiling LoopStrengthReduce.cpp for Release build | |
llvm[2]: Compiling SparsePropagation.cpp for Release build | |
llvm[2]: Compiling Trace.cpp for Release build | |
llvm[2]: Compiling TypeBasedAliasAnalysis.cpp for Release build | |
llvm[2]: Compiling ValueTracking.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMAnalysis.a | |
llvm[3]: Compiling LoopUnrollPass.cpp for Release build | |
llvm[3]: Compiling CallGraph.cpp for Release build | |
llvm[3]: Compiling LoopUnswitch.cpp for Release build | |
llvm[3]: Compiling CallGraphSCCPass.cpp for Release build | |
llvm[3]: Compiling LowerAtomic.cpp for Release build | |
llvm[3]: Compiling FindUsedTypes.cpp for Release build | |
llvm[3]: Compiling MemCpyOptimizer.cpp for Release build | |
llvm[3]: Compiling GlobalsModRef.cpp for Release build | |
llvm[3]: Compiling ObjCARC.cpp for Release build | |
llvm[3]: Compiling IPA.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMipa.a | |
llvm[3]: Compiling DAGCombiner.cpp for Release build | |
llvm[3]: Compiling Reassociate.cpp for Release build | |
llvm[3]: Compiling Reg2Mem.cpp for Release build | |
llvm[3]: Compiling SCCP.cpp for Release build | |
llvm[3]: Compiling FastISel.cpp for Release build | |
llvm[3]: Compiling Scalar.cpp for Release build | |
llvm[3]: Compiling ScalarReplAggregates.cpp for Release build | |
llvm[3]: Compiling FunctionLoweringInfo.cpp for Release build | |
llvm[3]: Compiling SimplifyCFGPass.cpp for Release build | |
llvm[3]: Compiling SimplifyLibCalls.cpp for Release build | |
llvm[3]: Compiling InstrEmitter.cpp for Release build | |
llvm[3]: Compiling Sink.cpp for Release build | |
llvm[3]: Compiling LegalizeDAG.cpp for Release build | |
llvm[3]: Compiling TailRecursionElimination.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMScalarOpts.a | |
llvm[3]: Compiling InstCombineAddSub.cpp for Release build | |
llvm[3]: Compiling LegalizeFloatTypes.cpp for Release build | |
llvm[3]: Compiling InstCombineAndOrXor.cpp for Release build | |
llvm[3]: Compiling LegalizeIntegerTypes.cpp for Release build | |
llvm[3]: Compiling InstCombineCalls.cpp for Release build | |
llvm[3]: Compiling LegalizeTypes.cpp for Release build | |
llvm[3]: Compiling InstCombineCasts.cpp for Release build | |
llvm[3]: Compiling LegalizeTypesGeneric.cpp for Release build | |
llvm[3]: Compiling InstCombineCompares.cpp for Release build | |
llvm[3]: Compiling LegalizeVectorOps.cpp for Release build | |
llvm[3]: Compiling LegalizeVectorTypes.cpp for Release build | |
llvm[3]: Compiling InstCombineLoadStoreAlloca.cpp for Release build | |
llvm[3]: Compiling ScheduleDAGFast.cpp for Release build | |
llvm[3]: Compiling InstCombineMulDivRem.cpp for Release build | |
llvm[3]: Compiling ScheduleDAGList.cpp for Release build | |
llvm[3]: Compiling InstCombinePHI.cpp for Release build | |
llvm[3]: Compiling ScheduleDAGRRList.cpp for Release build | |
llvm[3]: Compiling InstCombineSelect.cpp for Release build | |
llvm[3]: Compiling InstCombineShifts.cpp for Release build | |
llvm[3]: Compiling ScheduleDAGSDNodes.cpp for Release build | |
llvm[3]: Compiling InstCombineSimplifyDemanded.cpp for Release build | |
llvm[3]: Compiling SelectionDAG.cpp for Release build | |
llvm[3]: Compiling InstCombineVectorOps.cpp for Release build | |
llvm[3]: Compiling InstructionCombining.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMInstCombine.a | |
llvm[3]: Compiling SelectionDAGBuilder.cpp for Release build | |
llvm[3]: Compiling ArgumentPromotion.cpp for Release build | |
llvm[3]: Compiling ConstantMerge.cpp for Release build | |
llvm[3]: Compiling DeadArgumentElimination.cpp for Release build | |
llvm[3]: Compiling ExtractGV.cpp for Release build | |
llvm[3]: Compiling FunctionAttrs.cpp for Release build | |
llvm[3]: Compiling SelectionDAGISel.cpp for Release build | |
llvm[3]: Compiling GlobalDCE.cpp for Release build | |
llvm[3]: Compiling GlobalOpt.cpp for Release build | |
llvm[3]: Compiling IPConstantPropagation.cpp for Release build | |
llvm[3]: Compiling SelectionDAGPrinter.cpp for Release build | |
llvm[3]: Compiling IPO.cpp for Release build | |
llvm[3]: Compiling TargetLowering.cpp for Release build | |
llvm[3]: Compiling InlineAlways.cpp for Release build | |
llvm[3]: Compiling InlineSimple.cpp for Release build | |
llvm[3]: Compiling Inliner.cpp for Release build | |
llvm[3]: Compiling Internalize.cpp for Release build | |
llvm[3]: Compiling TargetSelectionDAGInfo.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMSelectionDAG.a | |
llvm[3]: Compiling LoopExtractor.cpp for Release build | |
llvm[3]: Compiling ARMException.cpp for Release build | |
llvm[3]: Compiling MergeFunctions.cpp for Release build | |
llvm[3]: Compiling AsmPrinter.cpp for Release build | |
llvm[3]: Compiling PartialInlining.cpp for Release build | |
llvm[3]: Compiling PassManagerBuilder.cpp for Release build | |
llvm[3]: Compiling AsmPrinterDwarf.cpp for Release build | |
llvm[3]: Compiling AsmPrinterInlineAsm.cpp for Release build | |
llvm[3]: Compiling PruneEH.cpp for Release build | |
llvm[3]: Compiling StripDeadPrototypes.cpp for Release build | |
llvm[3]: Compiling DIE.cpp for Release build | |
llvm[3]: Compiling StripSymbols.cpp for Release build | |
llvm[3]: Compiling DwarfCFIException.cpp for Release build | |
llvm[3]: Compiling DwarfCompileUnit.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMipo.a | |
llvm[3]: Compiling Hello.cpp for Release build (PIC) | |
llvm[3]: Linking Release Loadable Module LLVMHello.dylib | |
llvm[3]: Compiling DwarfDebug.cpp for Release build | |
llvm[3]: Compiling DwarfException.cpp for Release build | |
llvm[3]: Compiling OcamlGCPrinter.cpp for Release build | |
llvm[3]: Compiling Win64Exception.cpp for Release build | |
llvm[3]: Building X86.td register info implementation with tblgen | |
llvm[3]: Building Release Archive Library libLLVMAsmPrinter.a | |
llvm[2]: Compiling AggressiveAntiDepBreaker.cpp for Release build | |
llvm[2]: Compiling AllocationOrder.cpp for Release build | |
llvm[3]: Building X86.td instruction information with tblgen | |
llvm[2]: Compiling Analysis.cpp for Release build | |
llvm[2]: Compiling BranchFolding.cpp for Release build | |
llvm[3]: Building X86.td assembly writer with tblgen | |
llvm[2]: Compiling CalcSpillWeights.cpp for Release build | |
llvm[2]: Compiling CallingConvLower.cpp for Release build | |
llvm[3]: Building X86.td assembly matcher with tblgen | |
llvm[2]: Compiling CodeGen.cpp for Release build | |
llvm[2]: Compiling CodePlacementOpt.cpp for Release build | |
llvm[3]: Building X86.td assembly writer #1 with tblgen | |
llvm[2]: Compiling CriticalAntiDepBreaker.cpp for Release build | |
llvm[2]: Compiling DeadMachineInstructionElim.cpp for Release build | |
llvm[2]: Compiling DwarfEHPrepare.cpp for Release build | |
llvm[3]: Building X86.td DAG instruction selector implementation with tblgen | |
llvm[2]: Compiling ELFCodeEmitter.cpp for Release build | |
llvm[2]: Compiling ELFWriter.cpp for Release build | |
llvm[3]: Building X86.td disassembly tables with tblgen | |
llvm[2]: Compiling EdgeBundles.cpp for Release build | |
llvm[3]: Building X86.td "fast" instruction selector implementation with tblgen | |
llvm[2]: Compiling ExecutionDepsFix.cpp for Release build | |
llvm[2]: Compiling ExpandISelPseudos.cpp for Release build | |
llvm[2]: Compiling ExpandPostRAPseudos.cpp for Release build | |
llvm[3]: Building X86.td calling convention information with tblgen | |
llvm[2]: Compiling GCMetadata.cpp for Release build | |
llvm[2]: Compiling GCMetadataPrinter.cpp for Release build | |
llvm[2]: Compiling GCStrategy.cpp for Release build | |
llvm[3]: Building X86.td subtarget information with tblgen | |
llvm[2]: Compiling IfConversion.cpp for Release build | |
llvm[3]: Building X86.td enhanced disassembly information with tblgen | |
llvm[2]: Compiling InlineSpiller.cpp for Release build | |
llvm[3]: Compiling X86AsmPrinter.cpp for Release build | |
llvm[2]: Compiling InterferenceCache.cpp for Release build | |
llvm[2]: Compiling IntrinsicLowering.cpp for Release build | |
llvm[3]: Compiling X86COFFMachineModuleInfo.cpp for Release build | |
llvm[3]: Compiling X86CodeEmitter.cpp for Release build | |
llvm[2]: Compiling LLVMTargetMachine.cpp for Release build | |
llvm[2]: Compiling LatencyPriorityQueue.cpp for Release build | |
llvm[3]: Compiling X86ELFWriterInfo.cpp for Release build | |
llvm[3]: Compiling X86FastISel.cpp for Release build | |
llvm[2]: Compiling LexicalScopes.cpp for Release build | |
llvm[2]: Compiling LiveDebugVariables.cpp for Release build | |
llvm[2]: Compiling LiveInterval.cpp for Release build | |
llvm[3]: Compiling X86FloatingPoint.cpp for Release build | |
llvm[2]: Compiling LiveIntervalAnalysis.cpp for Release build | |
llvm[3]: Compiling X86FrameLowering.cpp for Release build | |
llvm[2]: Compiling LiveIntervalUnion.cpp for Release build | |
llvm[3]: Compiling X86ISelDAGToDAG.cpp for Release build | |
llvm[2]: Compiling LiveRangeCalc.cpp for Release build | |
llvm[2]: Compiling LiveRangeEdit.cpp for Release build | |
llvm[3]: Compiling X86ISelLowering.cpp for Release build | |
llvm[2]: Compiling LiveStackAnalysis.cpp for Release build | |
llvm[2]: Compiling LiveVariables.cpp for Release build | |
llvm[2]: Compiling LocalStackSlotAllocation.cpp for Release build | |
llvm[2]: Compiling MachineBasicBlock.cpp for Release build | |
llvm[2]: Compiling MachineBlockFrequencyInfo.cpp for Release build | |
llvm[2]: Compiling MachineBranchProbabilityInfo.cpp for Release build | |
llvm[2]: Compiling MachineCSE.cpp for Release build | |
llvm[2]: Compiling MachineDominators.cpp for Release build | |
llvm[3]: Compiling X86InstrInfo.cpp for Release build | |
llvm[2]: Compiling MachineFunction.cpp for Release build | |
llvm[2]: Compiling MachineFunctionAnalysis.cpp for Release build | |
llvm[3]: Compiling X86JITInfo.cpp for Release build | |
llvm[2]: Compiling MachineFunctionPass.cpp for Release build | |
llvm[2]: Compiling MachineFunctionPrinterPass.cpp for Release build | |
llvm[3]: Compiling X86MCInstLower.cpp for Release build | |
llvm[2]: Compiling MachineInstr.cpp for Release build | |
llvm[3]: Compiling X86RegisterInfo.cpp for Release build | |
llvm[2]: Compiling MachineLICM.cpp for Release build | |
llvm[3]: Compiling X86SelectionDAGInfo.cpp for Release build | |
llvm[2]: Compiling MachineLoopInfo.cpp for Release build | |
llvm[3]: Compiling X86Subtarget.cpp for Release build | |
llvm[2]: Compiling MachineLoopRanges.cpp for Release build | |
llvm[3]: Compiling X86TargetMachine.cpp for Release build | |
llvm[2]: Compiling MachineModuleInfo.cpp for Release build | |
llvm[3]: Compiling X86TargetObjectFile.cpp for Release build | |
llvm[3]: Compiling X86VZeroUpper.cpp for Release build | |
llvm[2]: Compiling MachineModuleInfoImpls.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMX86CodeGen.a | |
llvm[2]: Compiling MachinePassRegistry.cpp for Release build | |
llvm[4]: Compiling X86ATTInstPrinter.cpp for Release build | |
llvm[2]: Compiling MachineRegisterInfo.cpp for Release build | |
llvm[4]: Compiling X86InstComments.cpp for Release build | |
llvm[4]: Compiling X86IntelInstPrinter.cpp for Release build | |
llvm[2]: Compiling MachineSSAUpdater.cpp for Release build | |
llvm[4]: Building Release Archive Library libLLVMX86AsmPrinter.a | |
llvm[4]: Compiling X86AsmLexer.cpp for Release build | |
llvm[2]: Compiling MachineSink.cpp for Release build | |
llvm[4]: Compiling X86AsmParser.cpp for Release build | |
llvm[2]: Compiling MachineVerifier.cpp for Release build | |
llvm[4]: Building Release Archive Library libLLVMX86AsmParser.a | |
llvm[4]: Compiling X86Disassembler.cpp for Release build | |
llvm[4]: Compiling X86DisassemblerDecoder.c for Release build | |
llvm[2]: Compiling ObjectCodeEmitter.cpp for Release build | |
llvm[2]: Compiling OcamlGC.cpp for Release build | |
llvm[2]: Compiling OptimizePHIs.cpp for Release build | |
llvm[2]: Compiling PHIElimination.cpp for Release build | |
llvm[4]: Building Release Archive Library libLLVMX86Disassembler.a | |
llvm[4]: Compiling X86TargetInfo.cpp for Release build | |
llvm[4]: Building Release Archive Library libLLVMX86Info.a | |
llvm[4]: Compiling X86AsmBackend.cpp for Release build | |
llvm[2]: Compiling PHIEliminationUtils.cpp for Release build | |
llvm[4]: Compiling X86MCAsmInfo.cpp for Release build | |
llvm[2]: Compiling Passes.cpp for Release build | |
llvm[2]: Compiling PeepholeOptimizer.cpp for Release build | |
llvm[4]: Compiling X86MCCodeEmitter.cpp for Release build | |
llvm[4]: Compiling X86MCTargetDesc.cpp for Release build | |
llvm[2]: Compiling PostRASchedulerList.cpp for Release build | |
llvm[4]: Compiling X86MachObjectWriter.cpp for Release build | |
llvm[2]: Compiling ProcessImplicitDefs.cpp for Release build | |
llvm[4]: Building Release Archive Library libLLVMX86Desc.a | |
llvm[4]: Compiling X86ShuffleDecode.cpp for Release build | |
llvm[4]: Building Release Archive Library libLLVMX86Utils.a | |
llvm[2]: Compiling Mangler.cpp for Release build | |
llvm[2]: Compiling PrologEpilogInserter.cpp for Release build | |
llvm[2]: Compiling Target.cpp for Release build | |
llvm[2]: Compiling TargetData.cpp for Release build | |
llvm[2]: Compiling PseudoSourceValue.cpp for Release build | |
llvm[2]: Compiling TargetELFWriterInfo.cpp for Release build | |
llvm[2]: Compiling RegAllocBasic.cpp for Release build | |
llvm[2]: Compiling TargetFrameLowering.cpp for Release build | |
llvm[2]: Compiling TargetInstrInfo.cpp for Release build | |
llvm[2]: Compiling TargetIntrinsicInfo.cpp for Release build | |
llvm[2]: Compiling TargetLibraryInfo.cpp for Release build | |
llvm[2]: Compiling RegAllocFast.cpp for Release build | |
llvm[2]: Compiling TargetLoweringObjectFile.cpp for Release build | |
llvm[2]: Compiling TargetMachine.cpp for Release build | |
llvm[2]: Compiling RegAllocGreedy.cpp for Release build | |
llvm[2]: Compiling TargetRegisterInfo.cpp for Release build | |
llvm[2]: Compiling TargetSubtargetInfo.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMTarget.a | |
llvm[3]: Compiling Execution.cpp for Release build | |
llvm[2]: Compiling RegAllocLinearScan.cpp for Release build | |
llvm[3]: Compiling ExternalFunctions.cpp for Release build | |
llvm[3]: Compiling Interpreter.cpp for Release build | |
llvm[2]: Compiling RegAllocPBQP.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMInterpreter.a | |
llvm[3]: Compiling Intercept.cpp for Release build | |
llvm[3]: Compiling JIT.cpp for Release build | |
llvm[3]: Compiling JITDebugRegisterer.cpp for Release build | |
llvm[2]: Compiling RegisterClassInfo.cpp for Release build | |
llvm[3]: Compiling JITDwarfEmitter.cpp for Release build | |
llvm[2]: Compiling RegisterCoalescer.cpp for Release build | |
llvm[3]: Compiling JITEmitter.cpp for Release build | |
llvm[2]: Compiling RegisterScavenging.cpp for Release build | |
llvm[3]: Compiling JITMemoryManager.cpp for Release build | |
llvm[3]: Compiling OProfileJITEventListener.cpp for Release build | |
llvm[2]: Compiling RenderMachineFunction.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMJIT.a | |
llvm[3]: Compiling Intercept.cpp for Release build | |
llvm[3]: Compiling MCJIT.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMMCJIT.a | |
llvm[3]: Compiling RuntimeDyld.cpp for Release build | |
llvm[3]: Compiling RuntimeDyldMachO.cpp for Release build | |
llvm[2]: Compiling ScheduleDAG.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMRuntimeDyld.a | |
llvm[2]: Compiling ExecutionEngine.cpp for Release build | |
llvm[2]: Compiling ScheduleDAGEmit.cpp for Release build | |
llvm[2]: Compiling ScheduleDAGInstrs.cpp for Release build | |
llvm[2]: Compiling ExecutionEngineBindings.cpp for Release build | |
llvm[2]: Compiling TargetSelect.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMExecutionEngine.a | |
llvm[2]: Compiling ScheduleDAGPrinter.cpp for Release build | |
llvm[2]: Compiling ScoreboardHazardRecognizer.cpp for Release build | |
llvm[2]: Compiling ShadowStackGC.cpp for Release build | |
llvm[2]: Compiling ShrinkWrapping.cpp for Release build | |
llvm[2]: Compiling LinkArchives.cpp for Release build | |
llvm[2]: Compiling LinkItems.cpp for Release build | |
llvm[2]: Compiling SjLjEHPrepare.cpp for Release build | |
llvm[2]: Compiling LinkModules.cpp for Release build | |
llvm[2]: Compiling SlotIndexes.cpp for Release build | |
llvm[2]: Compiling Linker.cpp for Release build | |
llvm[2]: Compiling SpillPlacement.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMLinker.a | |
llvm[3]: Compiling AsmLexer.cpp for Release build | |
llvm[3]: Compiling AsmParser.cpp for Release build | |
llvm[2]: Compiling Spiller.cpp for Release build | |
llvm[2]: Compiling SplitKit.cpp for Release build | |
llvm[3]: Compiling COFFAsmParser.cpp for Release build | |
llvm[3]: Compiling DarwinAsmParser.cpp for Release build | |
llvm[3]: Compiling ELFAsmParser.cpp for Release build | |
llvm[3]: Compiling MCAsmLexer.cpp for Release build | |
llvm[3]: Compiling MCAsmParser.cpp for Release build | |
llvm[2]: Compiling Splitter.cpp for Release build | |
llvm[3]: Compiling MCAsmParserExtension.cpp for Release build | |
llvm[3]: Compiling MCTargetAsmParser.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMMCParser.a | |
llvm[3]: Compiling Disassembler.cpp for Release build | |
llvm[3]: Compiling EDDisassembler.cpp for Release build | |
llvm[3]: Compiling EDInst.cpp for Release build | |
llvm[2]: Compiling StackProtector.cpp for Release build | |
llvm[3]: Compiling EDOperand.cpp for Release build | |
llvm[3]: Compiling EDToken.cpp for Release build | |
llvm[3]: Building Release Archive Library libLLVMMCDisassembler.a | |
llvm[2]: Compiling ELFObjectWriter.cpp for Release build | |
llvm[2]: Compiling StackSlotColoring.cpp for Release build | |
llvm[2]: Compiling MCAsmBackend.cpp for Release build | |
llvm[2]: Compiling MCAsmInfo.cpp for Release build | |
llvm[2]: Compiling MCAsmInfoCOFF.cpp for Release build | |
llvm[2]: Compiling StrongPHIElimination.cpp for Release build | |
llvm[2]: Compiling MCAsmInfoDarwin.cpp for Release build | |
llvm[2]: Compiling MCAsmStreamer.cpp for Release build | |
llvm[2]: Compiling MCAssembler.cpp for Release build | |
llvm[2]: Compiling TailDuplication.cpp for Release build | |
llvm[2]: Compiling MCAtom.cpp for Release build | |
llvm[2]: Compiling MCCodeEmitter.cpp for Release build | |
llvm[2]: Compiling MCCodeGenInfo.cpp for Release build | |
llvm[2]: Compiling MCContext.cpp for Release build | |
llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release build | |
llvm[2]: Compiling MCDisassembler.cpp for Release build | |
llvm[2]: Compiling MCDwarf.cpp for Release build | |
llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release build | |
llvm[2]: Compiling MCELF.cpp for Release build | |
llvm[2]: Compiling MCELFObjectTargetWriter.cpp for Release build | |
llvm[2]: Compiling MCELFStreamer.cpp for Release build | |
llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release build | |
llvm[2]: Compiling MCExpr.cpp for Release build | |
llvm[2]: Compiling MCInst.cpp for Release build | |
llvm[2]: Compiling MCInstPrinter.cpp for Release build | |
llvm[2]: Compiling UnreachableBlockElim.cpp for Release build | |
llvm[2]: Compiling MCInstrAnalysis.cpp for Release build | |
llvm[2]: Compiling MCLabel.cpp for Release build | |
llvm[2]: Compiling MCLoggingStreamer.cpp for Release build | |
llvm[2]: Compiling MCMachOStreamer.cpp for Release build | |
llvm[2]: Compiling VirtRegMap.cpp for Release build | |
llvm[2]: Compiling MCMachObjectTargetWriter.cpp for Release build | |
llvm[2]: Compiling MCModule.cpp for Release build | |
llvm[2]: Compiling MCNullStreamer.cpp for Release build | |
llvm[2]: Compiling VirtRegRewriter.cpp for Release build | |
llvm[2]: Compiling MCObjectFileInfo.cpp for Release build | |
llvm[2]: Compiling MCObjectStreamer.cpp for Release build | |
llvm[2]: Compiling MCObjectWriter.cpp for Release build | |
llvm[2]: Compiling MCPureStreamer.cpp for Release build | |
llvm[2]: Compiling MCSection.cpp for Release build | |
llvm[2]: Compiling MCSectionCOFF.cpp for Release build | |
llvm[2]: Compiling MCSectionELF.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMCodeGen.a | |
llvm[2]: Compiling MCSectionMachO.cpp for Release build | |
llvm[2]: Compiling Archive.cpp for Release build | |
llvm[2]: Compiling MCStreamer.cpp for Release build | |
llvm[2]: Compiling Binary.cpp for Release build | |
llvm[2]: Compiling COFFObjectFile.cpp for Release build | |
llvm[2]: Compiling MCSubtargetInfo.cpp for Release build | |
llvm[2]: Compiling ELFObjectFile.cpp for Release build | |
llvm[2]: Compiling MCSymbol.cpp for Release build | |
llvm[2]: Compiling MCTargetAsmLexer.cpp for Release build | |
llvm[2]: Compiling MCValue.cpp for Release build | |
llvm[2]: Compiling MCWin64EH.cpp for Release build | |
llvm[2]: Compiling MachObjectWriter.cpp for Release build | |
llvm[2]: Compiling SubtargetFeature.cpp for Release build | |
llvm[2]: Compiling Error.cpp for Release build | |
llvm[2]: Compiling MachOObject.cpp for Release build | |
llvm[2]: Compiling WinCOFFObjectWriter.cpp for Release build | |
llvm[2]: Compiling MachOObjectFile.cpp for Release build | |
llvm[2]: Compiling Object.cpp for Release build | |
llvm[2]: Compiling WinCOFFStreamer.cpp for Release build | |
llvm[2]: Compiling ObjectFile.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMMC.a | |
llvm[2]: Building Release Archive Library libLLVMObject.a | |
llvm[2]: Compiling DIContext.cpp for Release build | |
llvm[2]: Compiling DWARFAbbreviationDeclaration.cpp for Release build | |
llvm[2]: Compiling DWARFCompileUnit.cpp for Release build | |
llvm[2]: Compiling DWARFContext.cpp for Release build | |
llvm[2]: Compiling DWARFDebugAbbrev.cpp for Release build | |
llvm[2]: Compiling DWARFDebugArangeSet.cpp for Release build | |
llvm[2]: Compiling DWARFDebugAranges.cpp for Release build | |
llvm[2]: Compiling DWARFDebugInfoEntry.cpp for Release build | |
llvm[2]: Compiling DWARFDebugLine.cpp for Release build | |
llvm[2]: Compiling DWARFFormValue.cpp for Release build | |
llvm[2]: Building Release Archive Library libLLVMDebugInfo.a | |
llvm[1]: Regenerating LibDeps.txt.tmp | |
llvm[1]: Updated LibDeps.txt because dependencies changed | |
llvm[1]: Checking for cyclic dependencies between LLVM libraries. | |
llvm[1]: Building llvm-config script. | |
make[2]: Nothing to be done for `all'. | |
llvm[2]: Compiling AnalysisWrappers.cpp for Release build | |
llvm[2]: Compiling llvm-as.cpp for Release build | |
llvm[2]: Linking Release executable llvm-as (without symbols) | |
llvm[2]: Compiling GraphPrinters.cpp for Release build | |
llvm[2]: ======= Finished Linking Release Executable llvm-as (without symbols) | |
llvm[2]: Compiling llvm-dis.cpp for Release build | |
llvm[2]: Compiling PrintSCC.cpp for Release build | |
llvm[2]: Linking Release executable llvm-dis (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-dis (without symbols) | |
llvm[2]: Compiling opt.cpp for Release build | |
llvm[2]: Compiling llc.cpp for Release build | |
llvm[2]: Linking Release executable llc (without symbols) | |
llvm[2]: Linking Release executable opt (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable opt (without symbols) | |
llvm[2]: Compiling llvm-ranlib.cpp for Release build | |
llvm[2]: ======= Finished Linking Release Executable llc (without symbols) | |
llvm[2]: Compiling llvm-ar.cpp for Release build | |
llvm[2]: Linking Release executable llvm-ranlib (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-ranlib (without symbols) | |
llvm[2]: Compiling llvm-nm.cpp for Release build | |
llvm[2]: Linking Release executable llvm-ar (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-ar (without symbols) | |
llvm[2]: Compiling Optimize.cpp for Release build | |
llvm[2]: Linking Release executable llvm-nm (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-nm (without symbols) | |
llvm[2]: Compiling llvm-ld.cpp for Release build | |
llvm[2]: Compiling llvm-prof.cpp for Release build | |
llvm[2]: Linking Release executable llvm-ld (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-ld (without symbols) | |
llvm[2]: Linking Release executable llvm-prof (without symbols) | |
llvm[2]: Compiling llvm-link.cpp for Release build | |
llvm[2]: ======= Finished Linking Release Executable llvm-prof (without symbols) | |
llvm[2]: Compiling lli.cpp for Release build | |
llvm[2]: Linking Release executable llvm-link (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-link (without symbols) | |
llvm[2]: Compiling llvm-extract.cpp for Release build | |
llvm[2]: Linking Release executable lli (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable lli (without symbols) | |
llvm[2]: Linking Release executable llvm-extract (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-extract (without symbols) | |
llvm[2]: Compiling Disassembler.cpp for Release build | |
llvm[2]: Compiling BugDriver.cpp for Release build | |
llvm[2]: Compiling llvm-mc.cpp for Release build | |
llvm[2]: Compiling CrashDebugger.cpp for Release build | |
llvm[2]: Linking Release executable llvm-mc (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-mc (without symbols) | |
llvm[2]: Compiling ExecutionDriver.cpp for Release build | |
llvm[2]: Compiling llvm-bcanalyzer.cpp for Release build | |
llvm[2]: Compiling ExtractFunction.cpp for Release build | |
llvm[2]: Linking Release executable llvm-bcanalyzer (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-bcanalyzer (without symbols) | |
llvm[2]: Compiling FindBugs.cpp for Release build | |
llvm[2]: Compiling Miscompilation.cpp for Release build | |
llvm[2]: Compiling OptimizerDriver.cpp for Release build | |
llvm[2]: Compiling ToolRunner.cpp for Release build | |
llvm[2]: Compiling bugpoint.cpp for Release build | |
llvm[2]: Compiling llvm-stub.c for Release build | |
llvm[2]: Linking Release executable llvm-stub (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-stub (without symbols) | |
llvm[2]: Compiling DiffConsumer.cpp for Release build | |
llvm[2]: Compiling DiffLog.cpp for Release build | |
llvm[2]: Linking Release executable bugpoint (without symbols) | |
llvm[2]: Compiling DifferenceEngine.cpp for Release build | |
llvm[2]: ======= Finished Linking Release Executable bugpoint (without symbols) | |
llvm[2]: Compiling macho-dump.cpp for Release build | |
llvm[2]: Linking Release executable macho-dump (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable macho-dump (without symbols) | |
llvm[2]: Compiling MCFunction.cpp for Release build | |
llvm[2]: Compiling llvm-diff.cpp for Release build | |
llvm[2]: Compiling MachODump.cpp for Release build | |
llvm[2]: Linking Release executable llvm-diff (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-diff (without symbols) | |
llvm[2]: Compiling llvm-rtdyld.cpp for Release build | |
llvm[2]: Linking Release executable llvm-rtdyld (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-rtdyld (without symbols) | |
llvm[2]: Compiling llvm-dwarfdump.cpp for Release build | |
llvm[2]: Compiling llvm-objdump.cpp for Release build | |
llvm[2]: Linking Release executable llvm-dwarfdump (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-dwarfdump (without symbols) | |
llvm[2]: Compiling llvm-cov.cpp for Release build | |
llvm[2]: Linking Release executable llvm-cov (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-cov (without symbols) | |
llvm[2]: Linking Release executable llvm-objdump (without symbols) | |
llvm[2]: Compiling llvm-size.cpp for Release build | |
llvm[2]: ======= Finished Linking Release Executable llvm-objdump (without symbols) | |
llvm[2]: Compiling LTOCodeGenerator.cpp for Release build (PIC) | |
llvm[2]: Linking Release executable llvm-size (without symbols) | |
llvm[2]: ======= Finished Linking Release Executable llvm-size (without symbols) | |
llvm[2]: Compiling TestPasses.cpp for Release build (PIC) | |
llvm[2]: Compiling LTOModule.cpp for Release build (PIC) | |
llvm[2]: Linking Release Loadable Module BugpointPasses.dylib | |
llvm[2]: Compiling EDMain.cpp for Release build | |
llvm[2]: Building Release Archive Library libEnhancedDisassembly.a | |
llvm[2]: Compiling lto.cpp for Release build (PIC) | |
llvm[2]: Linking Release Shared Library libLTO.dylib | |
llvm[2]: Building Release Archive Library libLTO.a | |
llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC) | |
llvm[2]: Compiling CommonProfiling.c for Release build (PIC) | |
llvm[2]: Compiling EdgeProfiling.c for Release build (PIC) | |
llvm[2]: Compiling GCDAProfiling.c for Release build (PIC) | |
llvm[2]: Compiling OptimalEdgeProfiling.c for Release build (PIC) | |
llvm[2]: Compiling PathProfiling.c for Release build (PIC) | |
llvm[2]: Building Release Archive Library libprofile_rt.a | |
llvm[2]: Linking Release Shared Library libprofile_rt.dylib | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `all'. | |
llvm[2]: Compiling APFloatTest.cpp for Release build | |
llvm[3]: Compiling JITEventListenerTest.cpp for Release build | |
llvm[3]: Compiling JITMemoryManagerTest.cpp for Release build | |
llvm[2]: Compiling APIntTest.cpp for Release build | |
llvm[3]: Compiling JITTest.cpp for Release build | |
llvm[3]: Compiling MultiJITTest.cpp for Release build | |
llvm[2]: Compiling BitVectorTest.cpp for Release build | |
llvm[3]: Linking Release unit test JIT (without symbols) | |
llvm[3]: ======= Finished Linking Release Unit test JIT (without symbols) | |
llvm[2]: Compiling ExecutionEngineTest.cpp for Release build | |
llvm[2]: Compiling DAGDeltaAlgorithmTest.cpp for Release build | |
llvm[2]: Compiling DeltaAlgorithmTest.cpp for Release build | |
llvm[2]: Linking Release unit test ExecutionEngine (without symbols) | |
llvm[2]: ======= Finished Linking Release Unit test ExecutionEngine (without symbols) | |
llvm[2]: Compiling AllocatorTest.cpp for Release build | |
llvm[2]: Compiling DenseMapTest.cpp for Release build | |
llvm[2]: Compiling BlockFrequencyTest.cpp for Release build | |
llvm[2]: Compiling DenseSetTest.cpp for Release build | |
llvm[2]: Compiling Casting.cpp for Release build | |
llvm[2]: Compiling FoldingSet.cpp for Release build | |
llvm[2]: Compiling CommandLineTest.cpp for Release build | |
llvm[2]: Compiling ImmutableSetTest.cpp for Release build | |
llvm[2]: Compiling ConstantRangeTest.cpp for Release build | |
llvm[2]: Compiling IntEqClassesTest.cpp for Release build | |
llvm[2]: Compiling IntervalMapTest.cpp for Release build | |
llvm[2]: Compiling DataExtractorTest.cpp for Release build | |
llvm[2]: Compiling EndianTest.cpp for Release build | |
llvm[2]: Compiling IRBuilderTest.cpp for Release build | |
llvm[2]: Compiling LeakDetectorTest.cpp for Release build | |
llvm[2]: Compiling PackedVectorTest.cpp for Release build | |
llvm[2]: Compiling MathExtrasTest.cpp for Release build | |
llvm[2]: Compiling SCCIteratorTest.cpp for Release build | |
llvm[2]: Compiling Path.cpp for Release build | |
llvm[2]: Compiling SmallBitVectorTest.cpp for Release build | |
llvm[2]: Compiling RegexTest.cpp for Release build | |
llvm[2]: Compiling SwapByteOrderTest.cpp for Release build | |
llvm[2]: Compiling SmallStringTest.cpp for Release build | |
llvm[2]: Compiling SmallVectorTest.cpp for Release build | |
llvm[2]: Compiling TimeValue.cpp for Release build | |
llvm[2]: Compiling TypeBuilderTest.cpp for Release build | |
llvm[2]: Compiling SparseBitVectorTest.cpp for Release build | |
llvm[2]: Compiling ValueHandleTest.cpp for Release build | |
llvm[2]: Compiling StringMapTest.cpp for Release build | |
llvm[2]: Compiling StringRefTest.cpp for Release build | |
llvm[2]: Compiling raw_ostream_test.cpp for Release build | |
llvm[2]: Linking Release unit test Support (without symbols) | |
llvm[2]: ======= Finished Linking Release Unit test Support (without symbols) | |
llvm[3]: Compiling Cloning.cpp for Release build | |
llvm[2]: Compiling TripleTest.cpp for Release build | |
llvm[3]: Compiling Local.cpp for Release build | |
llvm[2]: Compiling TwineTest.cpp for Release build | |
llvm[3]: Linking Release unit test Utils (without symbols) | |
llvm[3]: ======= Finished Linking Release Unit test Utils (without symbols) | |
llvm[2]: Compiling ConstantsTest.cpp for Release build | |
llvm[2]: Compiling ilistTest.cpp for Release build | |
llvm[2]: Compiling InstructionsTest.cpp for Release build | |
llvm[2]: Linking Release unit test ADT (without symbols) | |
llvm[2]: ======= Finished Linking Release Unit test ADT (without symbols) | |
llvm[2]: Compiling ScalarEvolutionTest.cpp for Release build | |
llvm[2]: Compiling MetadataTest.cpp for Release build | |
llvm[2]: Linking Release unit test Analysis (without symbols) | |
llvm[2]: ======= Finished Linking Release Unit test Analysis (without symbols) | |
llvm[2]: Compiling PassManagerTest.cpp for Release build | |
llvm[2]: Compiling ValueMapTest.cpp for Release build | |
llvm[2]: Compiling VerifierTest.cpp for Release build | |
llvm[2]: Linking Release unit test VMCore (without symbols) | |
llvm[2]: ======= Finished Linking Release Unit test VMCore (without symbols) | |
llvm[4]: Compiling sample.c for Release build | |
llvm[4]: Building Release Archive Library libsample.a | |
llvm[4]: Compiling main.c for Release build | |
llvm[4]: Linking Release executable Sample (without symbols) | |
llvm[4]: ======= Finished Linking Release Executable Sample (without symbols) | |
llvm[3]: Compiling llvm_ocaml.c for Release build | |
llvm[3]: Compiling llvm.mli for Release build | |
llvm[3]: Compiling llvm.ml for Release build | |
llvm[3]: Compiling optimized llvm.ml for Release build | |
llvm[3]: Building Release Archive Library libllvm.a | |
llvm[3]: Building Release libllvm.a | |
llvm[3]: Archiving llvm.cma for Release build | |
llvm[3]: Archiving llvm.cmxa for Release build | |
llvm[3]: Compiling bitreader_ocaml.c for Release build | |
llvm[3]: Compiling llvm_bitreader.mli for Release build | |
llvm[3]: Compiling llvm_bitreader.ml for Release build | |
llvm[3]: Compiling optimized llvm_bitreader.ml for Release build | |
llvm[3]: Archiving llvm_bitreader.cma for Release build | |
llvm[3]: Archiving llvm_bitreader.cmxa for Release build | |
llvm[3]: Building Release Archive Library libllvm_bitreader.a | |
llvm[3]: Building Release libllvm_bitreader.a | |
llvm[3]: Compiling bitwriter_ocaml.c for Release build | |
llvm[3]: Compiling llvm_bitwriter.mli for Release build | |
llvm[3]: Building Release Archive Library libllvm_bitwriter.a | |
llvm[3]: Building Release libllvm_bitwriter.a | |
llvm[3]: Compiling llvm_bitwriter.ml for Release build | |
llvm[3]: Compiling optimized llvm_bitwriter.ml for Release build | |
llvm[3]: Archiving llvm_bitwriter.cma for Release build | |
llvm[3]: Archiving llvm_bitwriter.cmxa for Release build | |
llvm[3]: Compiling analysis_ocaml.c for Release build | |
llvm[3]: Compiling llvm_analysis.mli for Release build | |
llvm[3]: Compiling llvm_analysis.ml for Release build | |
llvm[3]: Compiling optimized llvm_analysis.ml for Release build | |
llvm[3]: Archiving llvm_analysis.cma for Release build | |
llvm[3]: Archiving llvm_analysis.cmxa for Release build | |
llvm[3]: Building Release Archive Library libllvm_analysis.a | |
llvm[3]: Building Release libllvm_analysis.a | |
llvm[3]: Compiling target_ocaml.c for Release build | |
llvm[3]: Compiling llvm_target.mli for Release build | |
llvm[3]: Compiling llvm_target.ml for Release build | |
llvm[3]: Compiling optimized llvm_target.ml for Release build | |
llvm[3]: Building Release Archive Library libllvm_target.a | |
llvm[3]: Archiving llvm_target.cma for Release build | |
llvm[3]: Building Release libllvm_target.a | |
llvm[3]: Archiving llvm_target.cmxa for Release build | |
llvm[3]: Compiling executionengine_ocaml.c for Release build | |
llvm[3]: Compiling llvm_executionengine.mli for Release build | |
llvm[3]: Compiling llvm_executionengine.ml for Release build | |
llvm[3]: Compiling optimized llvm_executionengine.ml for Release build | |
llvm[3]: Archiving llvm_executionengine.cma for Release build | |
llvm[3]: Archiving llvm_executionengine.cmxa for Release build | |
llvm[3]: Building Release Archive Library libllvm_executionengine.a | |
llvm[3]: Building Release libllvm_executionengine.a | |
llvm[4]: Compiling scalar_opts_ocaml.c for Release build | |
llvm[4]: Compiling llvm_scalar_opts.mli for Release build | |
llvm[4]: Compiling llvm_scalar_opts.ml for Release build | |
llvm[4]: Compiling optimized llvm_scalar_opts.ml for Release build | |
llvm[4]: Building Release Archive Library libllvm_scalar_opts.a | |
llvm[4]: Building Release libllvm_scalar_opts.a | |
llvm[4]: Archiving llvm_scalar_opts.cma for Release build | |
llvm[4]: Archiving llvm_scalar_opts.cmxa for Release build | |
llvm[4]: Compiling ipo_ocaml.c for Release build | |
llvm[4]: Compiling llvm_ipo.mli for Release build | |
llvm[4]: Compiling llvm_ipo.ml for Release build | |
llvm[4]: Compiling optimized llvm_ipo.ml for Release build | |
llvm[4]: Building Release Archive Library libllvm_ipo.a | |
llvm[4]: Building Release libllvm_ipo.a | |
llvm[4]: Archiving llvm_ipo.cma for Release build | |
llvm[4]: Archiving llvm_ipo.cmxa for Release build | |
llvm[0]: ***** Completed Release Build | |
==> make install | |
make install | |
llvm[0]: Installing include files | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/ADT | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Analysis | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Assembly | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Bitcode | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/CodeGen | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/CodeGen/PBQP | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/CodeGen/PBQP/Heuristics | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Config | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/DebugInfo | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/ExecutionEngine | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/MC | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/MC/MCParser | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Object | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Support | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/TableGen | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Target | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Transforms | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Transforms/IPO | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm/Transforms/Utils | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm-c | |
llvm[0]: Making install directory /usr/local/Cellar/llvm/3.0/include/./llvm-c/Transforms | |
llvm[1]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMSupport.a | |
llvm[1]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMTableGen.a | |
llvm[2]: Install circumvented with NO_INSTALL | |
llvm[2]: Install circumvented with NO_INSTALL | |
llvm[2]: Install circumvented with NO_INSTALL | |
llvm[2]: Install circumvented with NO_INSTALL | |
llvm[2]: Install circumvented with NO_INSTALL | |
make[2]: Nothing to be done for `install'. | |
llvm[2]: Install circumvented with NO_INSTALL | |
llvm[3]: Install circumvented with NO_INSTALL | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-tblgen | |
llvm[3]: Install circumvented with NO_INSTALL | |
llvm[1]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMCore.a | |
llvm[1]: Installing /usr/local/Cellar/llvm/3.0/include/llvm/Intrinsics.gen | |
llvm[2]: Installing /usr/local/Cellar/llvm/3.0/include/llvm/Intrinsics.gen | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMAsmParser.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMArchive.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMBitReader.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMBitWriter.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMTransformUtils.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMInstrumentation.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMAnalysis.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMipa.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMScalarOpts.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMInstCombine.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMipo.a | |
llvm[3]: Installing Release Shared Library /usr/local/Cellar/llvm/3.0/lib/LLVMHello.dylib | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMX86CodeGen.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMSelectionDAG.a | |
llvm[4]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMX86AsmPrinter.a | |
llvm[4]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMX86AsmParser.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMAsmPrinter.a | |
llvm[4]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMX86Disassembler.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMCodeGen.a | |
llvm[4]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMX86Info.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMInterpreter.a | |
llvm[4]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMX86Desc.a | |
llvm[4]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMX86Utils.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMTarget.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMJIT.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMLinker.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMMCJIT.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMRuntimeDyld.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMExecutionEngine.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMObject.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMDebugInfo.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMMCParser.a | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMMC.a | |
llvm[3]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLLVMMCDisassembler.a | |
llvm[1]: Regenerating LibDeps.txt.tmp | |
llvm[1]: Installing llvm-config | |
llvm[2]: Installing llvm-config | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/opt | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-as | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-dis | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llc | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-ranlib | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-ar | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-nm | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-ld | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-prof | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-link | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/lli | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-extract | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-mc | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/bugpoint | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-bcanalyzer | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-stub | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-diff | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/macho-dump | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-objdump | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-rtdyld | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-dwarfdump | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-cov | |
llvm[2]: Installing Release /usr/local/Cellar/llvm/3.0/bin/llvm-size | |
llvm[2]: Installing Release Shared Library /usr/local/Cellar/llvm/3.0/lib/libLTO.dylib | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libLTO.a | |
llvm[2]: Installing Release Shared Library /usr/local/Cellar/llvm/3.0/lib/BugpointPasses.dylib | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libEnhancedDisassembly.a | |
llvm[2]: Installing Release Shared Library /usr/local/Cellar/llvm/3.0/lib/libprofile_rt.dylib | |
llvm[2]: Installing Release Archive Library /usr/local/Cellar/llvm/3.0/lib/libprofile_rt.a | |
llvm[1]: Building ocamldoc documentation | |
llvm[1]: Packaging HTML documentation | |
llvm[3]: Documenting llvm.odoc | |
llvm[1]: Installing HTML documentation | |
llvm[3]: Documenting llvm_bitreader.odoc | |
llvm[3]: Documenting llvm_bitwriter.odoc | |
llvm[3]: Documenting llvm_analysis.odoc | |
llvm[3]: Documenting llvm_target.odoc | |
llvm[3]: Documenting llvm_executionengine.odoc | |
llvm[4]: Documenting llvm_scalar_opts.odoc | |
llvm[4]: Documenting llvm_ipo.odoc | |
llvm[1]: Packaging ocamldoc documentation | |
llvm[1]: Installing ocamldoc documentation | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=FileCheck.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/FileCheck.html --title=FileCheck | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=bugpoint.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/bugpoint.html --title=bugpoint | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=lit.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lit.html --title=lit | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llc.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llc.html --title=llc | |
/usr/bin/pod2html5.12: lit.pod: cannot resolve L<valgrind(1)> in paragraph 122. | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=lli.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lli.html --title=lli | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-ar.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ar.html --title=llvm-ar | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-as.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-as.html --title=llvm-as | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-bcanalyzer.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-bcanalyzer.html --title=llvm-bcanalyzer | |
/usr/bin/pod2html5.12: llvm-as.pod: cannot resolve L<gccas|gccas> in paragraph 30. | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-config.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-config.html --title=llvm-config | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-diff.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-diff.html --title=llvm-diff | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-dis.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-dis.html --title=llvm-dis | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-extract.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-extract.html --title=llvm-extract | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-ld.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ld.html --title=llvm-ld | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-link.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-link.html --title=llvm-link | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-nm.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-nm.html --title=llvm-nm | |
/usr/bin/pod2html5.12: llvm-link.pod: cannot resolve L<gccld|gccld> in paragraph 29. | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-prof.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-prof.html --title=llvm-prof | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=llvm-ranlib.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ranlib.html --title=llvm-ranlib | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=opt.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/opt.html --title=opt | |
pod2html --css=manpage.css --htmlroot=. \ | |
--podpath=. --noindex --infile=tblgen.pod --outfile=/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/tblgen.html --title=tblgen | |
pod2man --release=CVS --center="LLVM Command Guide" bugpoint.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/bugpoint.1 | |
pod2man --release=CVS --center="LLVM Command Guide" lit.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lit.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llc.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llc.1 | |
pod2man --release=CVS --center="LLVM Command Guide" lli.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lli.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-ar.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ar.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-as.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-as.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-bcanalyzer.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-bcanalyzer.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-config.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-config.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-diff.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-diff.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-dis.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-dis.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-extract.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-extract.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-ld.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ld.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-link.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-link.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-nm.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-nm.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-prof.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-prof.1 | |
pod2man --release=CVS --center="LLVM Command Guide" llvm-ranlib.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ranlib.1 | |
pod2man --release=CVS --center="LLVM Command Guide" opt.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/opt.1 | |
pod2man --release=CVS --center="LLVM Command Guide" tblgen.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/tblgen.1 | |
pod2man --release=CVS --center="LLVM Command Guide" FileCheck.pod /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/FileCheck.1 | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/bugpoint.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/bugpoint.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lit.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lit.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llc.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llc.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lli.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/lli.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ar.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ar.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-as.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-as.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-bcanalyzer.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-bcanalyzer.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-config.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-config.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-diff.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-diff.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-dis.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-dis.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-extract.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-extract.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ld.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ld.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-link.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-link.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-nm.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-nm.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-prof.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-prof.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ranlib.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/llvm-ranlib.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/opt.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/opt.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/tblgen.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/tblgen.ps | |
groff -Tps -man /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/FileCheck.1 > /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide/FileCheck.ps | |
llvm[2]: Installing HTML CommandGuide Documentation | |
llvm[2]: Installing MAN CommandGuide Documentation | |
llvm[2]: Installing PS CommandGuide Documentation | |
rm /private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/docs/CommandGuide//.dir | |
llvm[2]: Installing HTML Tutorial Documentation | |
make[2]: Nothing to be done for `install'. | |
make[3]: Nothing to be done for `install'. | |
make[2]: Nothing to be done for `install'. | |
make[3]: Nothing to be done for `install'. | |
make[2]: Nothing to be done for `install'. | |
make[2]: Nothing to be done for `install'. | |
llvm[3]: Installing Release /usr/local/Cellar/llvm/3.0/lib/ocaml/libllvm.a | |
mkdir: /usr/local/Cellar/llvm/3.0/lib/ocaml: File exists | |
llvm[3]: Installing Release /usr/local/Cellar/llvm/3.0/lib/ocaml/llvm.cma | |
llvm[3]: Installing Release /usr/local/Cellar/llvm/3.0/lib/ocaml/llvm.cmi | |
llvm[3]: Installing Release /usr/local/Cellar/llvm/3.0/lib/ocaml/llvm.mli | |
make[3]: *** No rule to make target `/private/tmp/homebrew-llvm-3.0-igeO/llvm-3.0.src/bindings/ocaml/llvm/Release/META.llvm', needed by `install-meta'. Stop. | |
make[3]: *** Waiting for unfinished jobs.... | |
llvm[3]: Installing Release /usr/local/Cellar/llvm/3.0/lib/ocaml/llvm.cmxa | |
llvm[3]: Installing Release /usr/local/Cellar/llvm/3.0/lib/ocaml/llvm.a | |
llvm[3]: Installing Release /usr/local/Cellar/llvm/3.0/lib/ocaml/llvm.cmx | |
make[2]: *** [install] Error 1 | |
make[1]: *** [ocaml/.makeinstall] Error 2 | |
make: *** [install] Error 1 | |
==> Exit Status: 2 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/llvm.rb#L74 | |
==> Environment | |
HOMEBREW_VERSION: 0.8 | |
HEAD: c8946ecc4a2f8c81d57b0634a05cadc39d6d517e | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit core2 | |
OS X: 10.7.2 | |
Kernel Architecture: x86_64 | |
Ruby: 1.8.7-249 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 4.2 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 3.0-211.1 | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 | |
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CFLAGS: -O3 -march=core2 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -w -pipe | |
MAKEFLAGS: -j2 | |
Error: Failed executing: make install | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/7533 | |
https://github.com/mxcl/homebrew/issues/7589 | |
https://github.com/mxcl/homebrew/issues/7677 | |
https://github.com/mxcl/homebrew/issues/8294 | |
https://github.com/mxcl/homebrew/issues/8445 | |
https://github.com/mxcl/homebrew/issues/8508 | |
Otherwise, 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