Page MenuHomeFreeBSD

Remove redundant source, object files.
ClosedPublic

Authored by jonathan on Sep 1 2017, 6:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 2:39 PM
Unknown Object (File)
Sun, Apr 19, 5:20 PM
Unknown Object (File)
Sun, Apr 19, 2:19 PM
Unknown Object (File)
Wed, Apr 15, 4:28 AM
Unknown Object (File)
Thu, Apr 9, 3:54 PM
Unknown Object (File)
Thu, Apr 9, 9:05 AM
Unknown Object (File)
Wed, Apr 8, 12:22 PM
Unknown Object (File)
Tue, Apr 7, 8:35 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