This is an archive of the discontinued LLVM Phabricator instance.

Ensure swig Python type map #if __APPLE__ directive makes it into the swig output.
ClosedPublic

Authored by tfiala on Apr 8 2016, 11:58 AM.

Details

Reviewers
clayborg
Summary

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

Event Timeline

tfiala updated this revision to Diff 53053.Apr 8 2016, 11:58 AM
tfiala retitled this revision from to Ensure swig Python type map #if __APPLE__ directive makes it into the swig output..
tfiala updated this object.
tfiala added a reviewer: clayborg.
tfiala added a subscriber: lldb-commits.
clayborg accepted this revision.Apr 8 2016, 11:59 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Apr 8 2016, 11:59 AM
tfiala closed this revision.Apr 8 2016, 12:13 PM

Closed with LLDB svn trunk r265829.