llvm[1]: Compiling Triple.cpp for Release build
llvm[1]: Compiling raw_ostream.cpp for Release build
raw_ostream.cpp: In member function ‘virtual void llvm::raw_fd_ostream::write_impl(const char*, unsigned int)’:
raw_ostream.cpp:287: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result
llvm[1]: Building Release Archive Library libLLVMSupport.a
make[1]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm/lib/Support'
make[1]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils'
make[2]: Entering directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen'
llvm[2]: Compiling AsmWriterEmitter.cpp for Release build
llvm[2]: Compiling CallingConvEmitter.cpp for Release build
llvm[2]: Compiling ClangDiagnosticsEmitter.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]: Compiling CodeGenTarget.cpp for Release build
llvm[2]: Compiling DAGISelEmitter.cpp for Release build
llvm[2]: Compiling FastISelEmitter.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 LLVMCConfigurationEmitter.cpp for Release build
llvm[2]: Compiling Record.cpp for Release build
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release build
llvm[2]: Compiling SubtargetEmitter.cpp for Release build
llvm[2]: Compiling TGLexer.cpp for Release build
llvm[2]: Compiling TGParser.cpp for Release build
llvm[2]: Compiling TGSourceMgr.cpp for Release build
llvm[2]: Compiling TGValueTypes.cpp for Release build
llvm[2]: Compiling TableGen.cpp for Release build
llvm[2]: Compiling TableGenBackend.cpp for Release build
llvm[2]: Linking Release executable tblgen (without symbols)
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TGSourceMgr.o: In function `llvm::TGSourceMgr::PrintIncludeStack(llvm::TGLoc) const':
TGSourceMgr.cpp:(.text+0x2cd): undefined reference to `llvm::errs()'
TGSourceMgr.cpp:(.text+0x34e): undefined reference to `llvm::raw_ostream::operator<<(unsigned long)'
TGSourceMgr.cpp:(.text+0x386): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3ae): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3d6): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x3f4): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TGSourceMgr.o: In function `llvm::TGSourceMgr::PrintError(llvm::TGLoc, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
TGSourceMgr.cpp:(.text+0x477): undefined reference to `llvm::errs()'
TGSourceMgr.cpp:(.text+0x591): undefined reference to `llvm::raw_ostream::operator<<(unsigned long)'
TGSourceMgr.cpp:(.text+0x5c2): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x650): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x6ce): undefined reference to `llvm::raw_ostream::write(unsigned char)'
TGSourceMgr.cpp:(.text+0x77e): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x79e): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x7be): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x7e0): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
TGSourceMgr.cpp:(.text+0x806): undefined reference to `llvm::raw_ostream::write(char const*, unsigned int)'
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TGSourceMgr.o:TGSourceMgr.cpp:(.text+0x82e): more undefined references to `llvm::raw_ostream::write(char const*, unsigned int)' follow
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TableGen.o: In function `main':
TableGen.cpp:(.text+0xb5d): undefined reference to `llvm::PrettyStackTraceEntry::PrettyStackTraceEntry()'
TableGen.cpp:(.text+0xb63): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0xeac): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0xec2): undefined reference to `llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry()'
TableGen.cpp:(.text+0xee6): undefined reference to `llvm::sys::Path::Path(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen/Release/TableGen.o: In function `.L1018':
TableGen.cpp:(.text+0x1662): undefined reference to `vtable for llvm::PrettyStackTraceProgram'
TableGen.cpp:(.text+0x1678): undefined reference to `llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry()'
collect2: ld returned 1 exit status
make[2]: *** [/home/clgc/languages/rbx/vm/external_libs/llvm/Release/bin/tblgen] Error 1
make[2]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils/TableGen'
make[1]: *** [TableGen/.makeall] Error 2
make[1]: Leaving directory `/home/clgc/languages/rbx/vm/external_libs/llvm/utils'
make: *** [all] Error 1