There are a few instances in which a source or object file is described
twice in a build. This doesn't cause a problem when linking ELF objects
together, but it causes llvm-link to fail when building things via
bitcode instead of the traditional compilation path. Even when building
with ELF objects, however, it's still poor hygene to have these kinds of
redundancies.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable