The swig call generates our Python bindings for LLDB. Fix a #if APPLE_ directive in the type map file to be evaluated at LLDBWrapPython.cpp build time rather than generation time.
Details
Details
Diff Detail
Diff Detail
Differential D18904
Ensure swig Python type map #if __APPLE__ directive makes it into the swig output. tfiala on Apr 8 2016, 11:58 AM. Authored by
Details
The swig call generates our Python bindings for LLDB. Fix a #if APPLE_ directive in the type map file to be evaluated at LLDBWrapPython.cpp build time rather than generation time.
Diff Detail |