Hi all,
I just compiled the lastest version of LLDB on ubuntu. But when I executed the 
`lldb` in the bin directory, it print the following and exit:
lldb: /home/szm/workSpace/studio/llvm/include/llvm/Support/CommandLine.h:673: 
void llvm::cl::parser<DataType>::addLiteralOption(const char*, const DT&, const 
char*) [with DT = llvm::ScheduleDAGInstrs* (*)(llvm::MachineSchedContext*); 
DataType = llvm::ScheduleDAGInstrs* (*)(llvm::MachineSchedContext*)]: Assertion 
`findOption(Name) == Values.size() && "Option already exists!"' failed.Aborted 
(core dumped)
And the same for lldm-mi.
Also, if I create a simple program that uses LLDB API and run it, it'll 
complain that:
error while loading shared libraries: liblldb.so.3.7.0: cannot open shared 
object file: No such file or directory
But liblldb.so.3.7.0 exists, even if I copy the file to the same directory.
                                          
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to