[Lldb-commits] [PATCH] Python Split [2/2] - Content change
Zachary Turner
zturner at google.com
Wed Mar 4 15:18:00 PST 2015
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/
More information about the lldb-commits
mailing list