I almost fixed the argdumper linker errors, but there's a problem.

OperatingSystemPython is linked into lldb-core, so when argdumper links against 
lldb-core.a, it tries to link OperatingSystemPython, which then requires we 
bring in everything else.  But we can't link API into lldb-core, so it doesn't 
work.

Is it possible to have OperatingSystemPython not be part of lldb-core, but 
instead be part of lldb-core-python or something?  This way argdumper could 
just link against lldb-core.a but not lldb-core-python.a, and lldb could link 
against both.

I don't know how to set this up in Xcode though.


http://reviews.llvm.org/D7957

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to