Page MenuHomeFreeBSD

Remove redundant source, object files.
ClosedPublic

Authored by jonathan on Sep 1 2017, 6:08 PM.
Tags
None
Referenced Files
F163609415: D12208.diff
Fri, Jul 24, 9:06 PM
Unknown Object (File)
Wed, Jul 22, 4:53 PM
Unknown Object (File)
Tue, Jul 21, 3:07 PM
Unknown Object (File)
Sun, Jul 12, 12:25 AM
Unknown Object (File)
Tue, Jul 7, 6:06 AM
Unknown Object (File)
Sun, Jul 5, 8:51 AM
Unknown Object (File)
Jun 23 2026, 6:06 PM
Unknown Object (File)
Jun 21 2026, 7:12 PM
Subscribers

Details

Summary

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.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11333
Build 11698: arc lint + arc unit