Commit Graph

3 Commits

Author SHA1 Message Date
John McCall
a7f4534a77 Harden swift-rpathize against possible first-column output from dyldinfo 2020-10-22 23:42:31 -04:00
tbkka
c5176c0315 Update swift-rpathize.py to work with Python 3.8 and Python 2.7 (#34332)
* Update swift-rpathize.py to work with Python 3.8 and Python 2.7

In Python 2, str() is also a kind of bytes blob
In Python 3, str() is a Unicode string that's unrelated

* Avoid `l` as a variable name

Python-lint correctly warns about single-character variables that can be confused with numbers
2020-10-20 09:14:17 -07:00
John McCall
1cc3a57e91 Test the just-built dylibs when building unittests on Darwin 2020-10-15 00:36:36 -04:00