[all-commits] [llvm/llvm-project] a99700: [lldb] Fix Python 3 incompatibility in API/lit.cfg.py
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Nov 5 10:13:07 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a9970036d43b4fb8622d7179603722b539756457
https://github.com/llvm/llvm-project/commit/a9970036d43b4fb8622d7179603722b539756457
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M lldb/test/API/lit.cfg.py
Log Message:
-----------
[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".
More information about the All-commits
mailing list