[PATCH] D37715: Mark static member functions as static in CodeViewDebug

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 09:09:53 PDT 2017


amccarth added a comment.

In https://reviews.llvm.org/D37715#868973, @rnk wrote:

> Looks good! Make sure to run check-clang and check-llvm. The CGDebugInfo.cpp change might affect clang codegen tests that generate debug info for DWARF.


So check-llvm is fine (except for one unrelated test that fails without my change).  I've also used all the various combinations of `check-*debuginfo*`.

check-clang, however, gets hundreds of Python stack traces because:

> TypeError: a bytes-like object is required, not 'str'

This sounded to me like a Python 2/3 problem, so I reset my environment to Python 2.7, re-ran CMake, and tried again.  But I got the same set of Python errors.  What's the trick here?


https://reviews.llvm.org/D37715





More information about the llvm-commits mailing list