This is an archive of the discontinued LLVM Phabricator instance.

Insert the SWIG version into LLDB's __init__.py
ClosedPublic

Authored by zturner on Nov 16 2015, 11:08 AM.

Details

Reviewers
tfiala
Summary

The goal here is to allow us to add expectedFailure / etc decorators
based on SWIG version.

The end result of this is that patch is that after running SWIG generation
you will have a line such as the following at the top of your __init__.py.

swig_version = (3,0,7)

Diff Detail

Event Timeline

zturner updated this revision to Diff 40315.Nov 16 2015, 11:08 AM
zturner retitled this revision from to Insert the SWIG version into LLDB's __init__.py.
zturner updated this object.
zturner added a reviewer: tfiala.
zturner added a subscriber: lldb-commits.
tfiala accepted this revision.Nov 16 2015, 11:41 PM
tfiala edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 16 2015, 11:41 PM

We can close this one out too, right?

zturner closed this revision.Nov 18 2015, 1:41 PM