]> granicus.if.org Git - clang/commit
Fix a Python3 compatibility error
authorAzharuddin Mohammed <azhar@apple.com>
Thu, 11 Jul 2019 21:45:48 +0000 (21:45 +0000)
committerAzharuddin Mohammed <azhar@apple.com>
Thu, 11 Jul 2019 21:45:48 +0000 (21:45 +0000)
commit106409c59db91cda934883b757d9ab167ecd69ed
tree7ece15fb4a0f3579786079ecbbebdf4c4d880e73
parent90d6722bdcbc2af52306f7e948c556ad6185ac48
Fix a Python3 compatibility error

  File "clang/test/lit.cfg.py", line 186, in <module>
    config.available_features.add('macos-sdk-' + macOSSDKVersion)
TypeError: must be str, not bytes

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365832 91177308-0d34-0410-b5e6-96231b3b80d8
test/lit.cfg.py