Clang 12 warns about passing a path to -fuse-ld and -Werror makes that
an error preventing building world.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I saw the change to add --ld-path being committed to llvm but missed the new warning. Should have probably made this change as part of the fuse-ld commit...
head/share/mk/bsd.sys.mk | ||
---|---|---|
303 | This comment still applies for --ld-path, albeit with s/-fuse-ld/--ld-path/. |