[LLVMdev] Builds failing on lldb with the following for well over a week on a new build folder
Marc Driftmeyer
mjd at reanimality.com
Sat Nov 23 00:57:37 PST 2013
Linking CXX executable ../../../../bin/lldb
Scanning dependencies of target lldb-platform
[100%] Building CXX object
tools/lldb/tools/lldb-platform/CMakeFiles/lldb-platform.dir/lldb-platform.cpp.o
*../../../../lib/liblldb.so.3.5: undefined reference to
`llvm::SmallPtrSetImpl::SmallPtrSetImpl(void const**, unsigned int,
llvm::SmallPtrSetImpl&&)'**
**clang: error: linker command failed with exit code 1 (use -v to see
invocation)**
**make[2]: *** [bin/lldb-3.5] Error 1*
make[1]: *** [tools/lldb/tools/driver/CMakeFiles/lldb.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/mdriftmeyer/DeveloperProjects/LLVMProject/llvm/tools/lldb/tools/lldb-platform/lldb-platform.cpp:295:35:
warning: comparison of integers of different
signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare]
for (int j = 0; j < listen_host_port.size(); j++)
~ ^ ~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
Linking CXX executable ../../../../bin/lldb-platform
../../../../lib/liblldb.so.3.5: undefined reference to
`llvm::SmallPtrSetImpl::SmallPtrSetImpl(void const**, unsigned int,
llvm::SmallPtrSetImpl&&)'
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
=========
Not big yet on C++ and wondering if anyone else has seen this output?
- Marc
--
Marc J. Driftmeyer
Email :: mjd at reanimality.com <mailto:mjd at reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131123/0bdf7d25/attachment.html>
More information about the llvm-dev
mailing list