=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for libLLVM34-3.4.2nb2 llvm[0]: Constructing LLVMBuild project information. gmake[1]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/Support' 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 Atomic.cpp for Release build llvm[1]: Compiling Allocator.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 Compression.cpp for Release build APFloat.cpp: In member function 'llvm::APFloat::opStatus llvm::APFloat::divideSpecials(const llvm::APFloat&)': APFloat.cpp:1520:20: warning: this statement may fall through [-Wimplicit-fallthrough=] copySignificand(rhs); ~~~~~~~~~~~~~~~^~~~~ APFloat.cpp:1521:3: note: here case PackCategoriesIntoKey(fcNaN, fcZero): ^~~~ APFloat.cpp:1525:10: warning: this statement may fall through [-Wimplicit-fallthrough=] sign = false; ~~~~~^~~~~~~ APFloat.cpp:1526:3: note: here case PackCategoriesIntoKey(fcInfinity, fcZero): ^~~~ llvm[1]: Compiling ConstantRange.cpp for Release build llvm[1]: Compiling ConvertUTF.c for Release build ConvertUTF.c: In function 'ConvertUTF16toUTF8': ConvertUTF.c:276:72: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ~~~^~~~~ ConvertUTF.c:277:13: note: here case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ^~~~ ConvertUTF.c:277:72: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ~~~^~~~~ ConvertUTF.c:278:13: note: here case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ^~~~ ConvertUTF.c:278:72: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ~~~^~~~~ ConvertUTF.c:279:13: note: here case 1: *--target = (UTF8)(ch | firstByteMark[bytesToWrite]); ^~~~ ConvertUTF.c: In function 'ConvertUTF32toUTF8': ConvertUTF.c:329:72: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ~~~^~~~~ ConvertUTF.c:330:13: note: here case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ^~~~ ConvertUTF.c:330:72: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ~~~^~~~~ ConvertUTF.c:331:13: note: here case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ^~~~ ConvertUTF.c:331:72: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: *--target = (UTF8)((ch | byteMark) & byteMask); ch >>= 6; ~~~^~~~~ ConvertUTF.c:332:13: note: here case 1: *--target = (UTF8) (ch | firstByteMark[bytesToWrite]); ^~~~ ConvertUTF.c: In function 'isLegalUTF8': ConvertUTF.c:360:42: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ConvertUTF.c:361:5: note: here case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; ^~~~ ConvertUTF.c:361:42: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ ConvertUTF.c:362:5: note: here case 2: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return false; ^~~~ ConvertUTF.c:370:27: warning: this statement may fall through [-Wimplicit-fallthrough=] default: if (a < 0x80) return false; ^ ConvertUTF.c:373:5: note: here case 1: if (*source >= 0x80 && *source < 0xC2) return false; ^~~~ ConvertUTF.c: In function 'ConvertUTF8toUTF16': ConvertUTF.c:442:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */ ~~~^~~~~ ConvertUTF.c:443:13: note: here case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */ ^~~~ ConvertUTF.c:443:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */ ~~~^~~~~ ConvertUTF.c:444:13: note: here case 3: ch += *source++; ch <<= 6; ^~~~ ConvertUTF.c:444:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:445:13: note: here case 2: ch += *source++; ch <<= 6; ^~~~ ConvertUTF.c:445:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:446:13: note: here case 1: ch += *source++; ch <<= 6; ^~~~ ConvertUTF.c:446:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 1: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:447:13: note: here case 0: ch += *source++; ^~~~ ConvertUTF.c: In function 'ConvertUTF8toUTF32': ConvertUTF.c:515:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:516:13: note: here case 4: ch += *source++; ch <<= 6; ^~~~ ConvertUTF.c:516:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:517:13: note: here case 3: ch += *source++; ch <<= 6; ^~~~ ConvertUTF.c:517:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:518:13: note: here case 2: ch += *source++; ch <<= 6; ^~~~ ConvertUTF.c:518:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:519:13: note: here case 1: ch += *source++; ch <<= 6; ^~~~ ConvertUTF.c:519:41: warning: this statement may fall through [-Wimplicit-fallthrough=] case 1: ch += *source++; ch <<= 6; ~~~^~~~~ ConvertUTF.c:520:13: note: here case 0: ch += *source++; ^~~~ llvm[1]: Compiling ConvertUTFWrapper.cpp for Release build llvm[1]: Compiling CrashRecoveryContext.cpp for Release build In file included from CommandLine.cpp:19:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Compiling DAGDeltaAlgorithm.cpp for Release build llvm[1]: Compiling DataExtractor.cpp for Release build llvm[1]: Compiling DataStream.cpp for Release build llvm[1]: Compiling Debug.cpp for Release build llvm[1]: Compiling DeltaAlgorithm.cpp for Release build In file included from Debug.cpp:27:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ 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 FileOutputBuffer.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 Hashing.cpp for Release build llvm[1]: Compiling Host.cpp for Release build FormattedStream.cpp: In function 'void UpdatePosition(std::pair&, const char*, size_t)': FormattedStream.cpp:33:12: warning: this statement may fall through [-Wimplicit-fallthrough=] Line += 1; ~~~~~^~~~ FormattedStream.cpp:34:5: note: here case '\r': ^~~~ 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 IntrusiveRefCntPtr.cpp for Release build llvm[1]: Compiling IsInf.cpp for Release build llvm[1]: Compiling IsNAN.cpp for Release build llvm[1]: Compiling Locale.cpp for Release build In file included from GraphWriter.cpp:16:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ GraphWriter.cpp: In function 'std::__cxx11::string llvm::DOT::EscapeString(const string&)': GraphWriter.cpp:40:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (i+1 != Str.length()) ^~ GraphWriter.cpp:47:5: note: here case '{': case '}': ^~~~ llvm[1]: Compiling LockFileManager.cpp for Release build llvm[1]: Compiling MD5.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 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 In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/PluginLoader.h:20:0, from PluginLoader.cpp:15: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Compiling RWMutex.cpp for Release build llvm[1]: Compiling Regex.cpp for Release build Path.cpp: In function 'llvm::sys::fs::file_magic llvm::sys::fs::identify_magic(llvm::StringRef)': Path.cpp:946:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (Magic[1] == 0x01) ^~ Path.cpp:949:5: note: here case 0x90: // PA-RISC Windows ^~~~ 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 StreamableMemoryObject.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 StringRefMemoryObject.cpp for Release build In file included from Statistic.cpp:26:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Compiling SystemUtils.cpp for Release build llvm[1]: Compiling TargetRegistry.cpp for Release build llvm[1]: Compiling ThreadLocal.cpp for Release build ThreadLocal.cpp: In constructor 'llvm::sys::ThreadLocalImpl::ThreadLocalImpl()': ThreadLocal.cpp:53:15: warning: typedef 'SIZE_TOO_BIG' locally defined but not used [-Wunused-local-typedefs] typedef int SIZE_TOO_BIG[sizeof(pthread_key_t) <= sizeof(data) ? 1 : -1]; ^~~~~~~~~~~~ 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 Unicode.cpp for Release build llvm[1]: Compiling Valgrind.cpp for Release build In file included from Timer.cpp:17:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Compiling Watchdog.cpp for Release build llvm[1]: Compiling YAMLParser.cpp for Release build llvm[1]: Compiling YAMLTraits.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 YAMLParser.cpp: In member function 'void llvm::yaml::MappingNode::increment()': YAMLParser.cpp:1945:15: warning: this statement may fall through [-Wimplicit-fallthrough=] setError("Unexpected token. Expected Key or Block End", T); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ YAMLParser.cpp:1946:5: note: here case Token::TK_Error: ^~~~ YAMLParser.cpp:1957:14: warning: this statement may fall through [-Wimplicit-fallthrough=] getNext(); ~~~~~~~^~ YAMLParser.cpp:1958:5: note: here case Token::TK_Error: ^~~~ YAMLParser.cpp: In member function 'void llvm::yaml::SequenceNode::increment()': YAMLParser.cpp:1998:15: warning: this statement may fall through [-Wimplicit-fallthrough=] setError( "Unexpected token. Expected Block Entry or Block End." ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ , T); ~~~~ YAMLParser.cpp:2000:5: note: here case Token::TK_Error: ^~~~ YAMLParser.cpp:2027:14: warning: this statement may fall through [-Wimplicit-fallthrough=] getNext(); ~~~~~~~^~ YAMLParser.cpp:2028:5: note: here case Token::TK_Error: ^~~~ 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 gmake[1]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/Support' gmake[1]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/TableGen' 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 StringMatcher.cpp for Release build llvm[1]: Compiling TGLexer.cpp for Release build llvm[1]: Compiling TGParser.cpp for Release build In file included from TGParser.cpp:17:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Compiling TableGenBackend.cpp for Release build In file included from Main.cpp:20:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Building Release Archive Library libLLVMTableGen.a gmake[1]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/TableGen' gmake[1]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/FileCheck' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/FileUpdate' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/PerfectShuffle' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/count' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/fpcmp' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/TableGen' llvm[2]: Compiling FileCheck.cpp for Release build llvm[2]: Compiling fpcmp.cpp for Release build llvm[2]: Compiling PerfectShuffle.cpp for Release build llvm[2]: Compiling count.c for Release build llvm[2]: Compiling FileUpdate.cpp for Release build llvm[2]: Compiling AsmMatcherEmitter.cpp for Release build llvm[2]: Linking Release executable count (without symbols) llvm[2]: ======= Finished Linking Release Executable count (without symbols) gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/count' llvm[2]: Compiling AsmWriterEmitter.cpp for Release build In file included from fpcmp.cpp:15:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ In file included from FileUpdate.cpp:17:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ In file included from FileCheck.cpp:24:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[2]: Linking Release executable fpcmp (without symbols) llvm[2]: Linking Release executable llvm-PerfectShuffle (without symbols) llvm[2]: Linking Release executable FileUpdate (without symbols) llvm[2]: ======= Finished Linking Release Executable llvm-PerfectShuffle (without symbols) gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/PerfectShuffle' llvm[2]: ======= Finished Linking Release Executable fpcmp (without symbols) gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/fpcmp' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/llvm-lit' llvm[2]: Creating 'llvm-lit' script... gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/llvm-lit' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/not' gmake[2]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest' gmake[3]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest' llvm[2]: Compiling not.cpp for Release build llvm[2]: ======= Finished Linking Release Executable FileUpdate (without symbols) gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/FileUpdate' llvm[2]: Compiling AsmWriterInst.cpp for Release build llvm[3]: Compiling src/gtest-all.cc for Release build In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:40:0, from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:57, from src/gtest-all.cc:39: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-port.h:764:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-port.h:766:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:57:0, from src/gtest-all.cc:39: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:257:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:264:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:60:0, from src/gtest-all.cc:39: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-message.h:174:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-message.h:180:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h:47:0, from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-param-test.h:192, from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:61, from src/gtest-all.cc:39: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-printers.h:469:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-printers.h:476:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ In file included from src/gtest-all.cc:39:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:1538:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ In file included from src/gtest-all.cc:42:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/src/gtest.cc:903:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/src/gtest.cc:903:30: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/src/gtest.cc:930:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/src/gtest.cc:939:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/src/gtest.cc:1316:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ In file included from src/gtest-all.cc:46:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/src/gtest-printers.cc:342:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/src/gtest-printers.cc:348:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ In file included from AsmMatcherEmitter.cpp:106:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[2]: Linking Release executable not (without symbols) llvm[2]: ======= Finished Linking Release Executable not (without symbols) gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/not' gmake[3]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/UnitTestMain' llvm[3]: Compiling TestMain.cpp for Release build In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:40:0, from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:57, from TestMain.cpp:13: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-port.h:764:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-port.h:766:7: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:57:0, from TestMain.cpp:13: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:257:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:264:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:60:0, from TestMain.cpp:13: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-message.h:174:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-message.h:180:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h:47:0, from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-param-test.h:192, from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:61, from TestMain.cpp:13: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-printers.h:469:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_GLOBAL_WSTRING ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest-printers.h:476:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ In file included from TestMain.cpp:13:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest/include/gtest/gtest.h:1538:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if GTEST_HAS_STD_WSTRING ^~~~~~~~~~~~~~~~~~~~~ llvm[2]: Linking Release executable FileCheck (without symbols) llvm[2]: ======= Finished Linking Release Executable FileCheck (without symbols) gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/FileCheck' llvm[2]: Compiling CTagsEmitter.cpp for Release build In file included from TestMain.cpp:11:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ AsmMatcherEmitter.cpp: At global scope: AsmMatcherEmitter.cpp:689:6: warning: 'void {anonymous}::MatchableInfo::dump()' defined but not used [-Wunused-function] void MatchableInfo::dump() { ^~~~~~~~~~~~~ llvm[2]: Compiling CallingConvEmitter.cpp for Release build llvm[3]: Building Release Archive Library libgtest_main.a gmake[3]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/UnitTestMain' llvm[2]: Compiling CodeEmitterGen.cpp for Release build llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release build In file included from CodeEmitterGen.cpp:18:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[2]: Compiling CodeGenInstruction.cpp for Release build llvm[2]: Compiling CodeGenMapTable.cpp for Release build llvm[2]: Compiling CodeGenRegisters.cpp for Release build llvm[3]: Building Release Archive Library libgtest.a gmake[3]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest/googletest' gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/unittest' llvm[2]: Compiling CodeGenSchedule.cpp for Release build llvm[2]: Compiling CodeGenTarget.cpp for Release build llvm[2]: Compiling DAGISelEmitter.cpp for Release build llvm[2]: Compiling DAGISelMatcher.cpp for Release build In file included from CodeGenTarget.cpp:22:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release build llvm[2]: Compiling DAGISelMatcherGen.cpp for Release build llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release build llvm[2]: Compiling DFAPacketizerEmitter.cpp for Release build In file included from DAGISelMatcherEmitter.cpp:19:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[2]: Compiling DisassemblerEmitter.cpp for Release build llvm[2]: Compiling FastISelEmitter.cpp for Release build llvm[2]: Compiling FixedLenDecoderEmitter.cpp for Release build DFAPacketizerEmitter.cpp:251:6: warning: 'void {anonymous}::DFA::initialize()' defined but not used [-Wunused-function] void DFA::initialize() { ^~~ DFAPacketizerEmitter.cpp:160:1: warning: '{anonymous}::State::State(const {anonymous}::State&)' defined but not used [-Wunused-function] State::State(const State &S) : ^~~~~ llvm[2]: Compiling InstrInfoEmitter.cpp for Release build llvm[2]: Compiling IntrinsicEmitter.cpp for Release build llvm[2]: Compiling OptParserEmitter.cpp for Release build llvm[2]: Compiling PseudoLoweringEmitter.cpp for Release build FixedLenDecoderEmitter.cpp:982:6: warning: 'void {anonymous}::FilterChooser::SingletonExists(unsigned int) const' defined but not used [-Wunused-function] void FilterChooser::SingletonExists(unsigned Opc) const { ^~~~~~~~~~~~~ llvm[2]: Compiling RegisterInfoEmitter.cpp for Release build llvm[2]: Compiling SetTheory.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 X86ModRMFilters.cpp for Release build llvm[2]: Compiling X86RecognizableInstr.cpp for Release build In file included from TableGen.cpp:16:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[2]: Linking Release executable llvm-tblgen (without symbols) llvm[2]: ======= Finished Linking Release Executable llvm-tblgen (without symbols) gmake[2]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils/TableGen' gmake[1]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/utils' gmake[1]: Entering directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/IR' 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 DIBuilder.cpp for Release build AsmWriter.cpp: In member function 'void llvm::Type::print(llvm::raw_ostream&) const': AsmWriter.cpp:2147:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) { ^~ AsmWriter.cpp: In member function 'void llvm::Value::print(llvm::raw_ostream&, llvm::AssemblyAnnotationWriter*) const': AsmWriter.cpp:2163:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) { ^~ llvm[1]: Compiling DataLayout.cpp for Release build llvm[1]: Compiling DebugInfo.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 In file included from Dominators.cpp:25:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ 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 InlineAsm.cpp: In static member function 'static bool llvm::InlineAsm::Verify(llvm::FunctionType*, llvm::StringRef)': InlineAsm.cpp:266:7: warning: this statement may fall through [-Wimplicit-fallthrough=] ++NumIndirect; ^~~~~~~~~~~~~ InlineAsm.cpp:268:5: note: here case InlineAsm::isInput: ^~~~ 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 LegacyPassManager.cpp for Release build llvm[1]: Compiling Metadata.cpp for Release build llvm[1]: Compiling Module.cpp for Release build In file included from LegacyPassManager.cpp:20:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Compiling Pass.cpp for Release build llvm[1]: Compiling PassManager.cpp for Release build llvm[1]: Compiling PassRegistry.cpp for Release build In file included from /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/PassNameParser.h:28:0, from Pass.cpp:20: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ llvm[1]: Compiling PrintModulePass.cpp for Release build llvm[1]: Compiling Type.cpp for Release build llvm[1]: Compiling TypeFinder.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 In file included from Verifier.cpp:71:0: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h: In member function 'void llvm::cl::alias::done()': /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1652:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (AliasFor == 0) ^~ /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/include/llvm/Support/CommandLine.h:1654:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' addArgument(); ^~~~~~~~~~~ cc1plus: out of memory allocating 65536 bytes after a total of 0 bytes rm: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/IR/Release/Function.d.tmp: No such file or directory gmake[1]: *** [/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/Makefile.rules:1482: /tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/IR/Release/Function.o] Error 1 gmake[1]: Leaving directory '/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/lib/IR' gmake: *** [/tmp/pkgbuild/lang/libLLVM34/work.i386/llvm-3.4.2.src/Makefile.rules:851: all] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/lang/libLLVM34 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/libLLVM34