When using Clang + LLD from master to build the kernel,
ctfconvert runs fail because it uses a buffer that is not
big enough to hold the compiler name and version, as Clang
from master includes the repository path and commit hash.
Details
Details
- Reviewers
markj mmacy - Commits
- rS344534: Increase ctfconvert buffer size
Built kernel with this change and checked that ctfconvert
worked.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable