This is an archive of the discontinued LLVM Phabricator instance.

Add support for new (3.0.11+) swigs
ClosedPublic

Authored by labath on May 22 2017, 6:49 AM.

Details

Summary

A change in swig 3.0.9 has caused it to generate modules incompatible
with us using them as __init__.py (bug #769). Swig 3.0.11 adds a setting to help
fix this problem, so use that. Support for older versions of swig remains
unaffected.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.May 22 2017, 6:49 AM
This revision was automatically updated to reflect the committed changes.