Ned Deily <n...@python.org> added the comment:

> /Library/Developer/CommandLineTools/usr/bin/make build_all_merge_profile
> /usr/local/bin/llvm-profdata merge -output=code.profclangd *.profclangr

It looks like your build was trying to use a mixture of llvm tools, probably 
clang from the Apple-supplied Command Line Tools and llvm from /usr/local/bin, 
perhaps from some package manager like Homebrew. Use one or the other; we 
strongly recommend building with, and only test with, the Apple-supplied tool 
chains from either the most Xcode or Command Line Tools release for each macOS 
release.

----------
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44998>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to