The result of subprocess.check_output() is bytes in python3 which we need
to convert to str(). Simplify this by using the executeCommand() helper.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
utils/libcxx/test/target_info.py | ||
---|---|---|
133 ↗ | (On Diff #174015) | I will remove this debug statement before committing. |