[lldb] Fix Python 3 incompatibility in API/lit.cfg.py
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 Nov 2019 18:12:05 +0000 (10:12 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 Nov 2019 18:13:01 +0000 (10:13 -0800)
commita9970036d43b4fb8622d7179603722b539756457
tree1f354651e4dccb62db0862bc74e9fdaf351d2825
parent15140e4bacf94fbc509e5a139909aefcd1cc3363
[lldb] Fix Python 3 incompatibility in API/lit.cfg.py

This code path is only taken on the sanitized bot, where it caused a
TypeError: "Can't mix strings and bytes in path components".
lldb/test/API/lit.cfg.py