[Lldb-commits] [lldb] r247899 - [lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.

Sean Callanan via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 17 11:05:02 PDT 2015


$ svn commit
Sending        lldb.xcodeproj/project.pbxproj
Transmitting file data .
Committed revision 247909.

> On Sep 17, 2015, at 10:53 AM, dawn at burble.org wrote:
> 
> On Thu, Sep 17, 2015 at 10:49:22AM -0700, Sean Callanan wrote:
>> Sure.  What about the LLVM libraries ??? right now after fixing the header issues I???m getting link errors:
>> 
>> Undefined symbols for architecture x86_64:
>>  "_llvm_regcomp", referenced from:
>>      MIUtilParse::CRegexParser::CRegexParser(char const*) in MIUtilParse.o
>>  "_llvm_regexec", referenced from:
>>      MIUtilParse::CRegexParser::Execute(char const*, MIUtilParse::CRegexParser::Match&, unsigned long) in MIUtilParse.o
>>  "_llvm_regfree", referenced from:
>>      MIUtilParse::CRegexParser::~CRegexParser() in MIUtilParse.o
>> ld: symbol(s) not found for architecture x86_64
>> clang: error: linker command failed with exit code 1 (use -v to see invocation)
> 
> Please make the libraries and paths the same as for the rest of lldb.
> 
> Sorry for the breakage - it builds fine in cmake/ninja.



More information about the lldb-commits mailing list