Without this change I got the following error:
clang-7: error: no such file or directory: '/Users/alex/cheri/freebsd-master/lib/libc/amd64/string/bzero.S'
Details
Details
- Reviewers
mjg emaste bdrewery - Commits
- rS340587: Fix -DNO_CLEAN amd64 build after r340463
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20874 Build 20250: arc lint + arc unit
Event Timeline
Comment Actions
Are you sure that on your box a *failing* -DNO_CLEAN starts building again with this change? Are you using meta-mode? I had a similar change locally and the build kept failing anyway, no meta-mode though.
Comment Actions
It worked afterward I made this change but I'm not 100% certain that it was because of this patch (not using META_MODE).
Comment Actions
So I retested with your change. a failing build indeed is fixed. Perhaps my original change had a typo or compatible. Thanks.