Page MenuHomeFreeBSD

Remove redundant source, object files.
ClosedPublic

Authored by jonathan on Sep 1 2017, 6:08 PM.
Tags
None
Referenced Files
F106784682: D12208.id32844.diff
Sun, Jan 5, 9:09 AM
Unknown Object (File)
Nov 28 2024, 2:12 PM
Unknown Object (File)
Nov 28 2024, 2:12 PM
Unknown Object (File)
Nov 28 2024, 2:12 PM
Unknown Object (File)
Nov 28 2024, 1:52 PM
Unknown Object (File)
Oct 20 2024, 2:38 AM
Unknown Object (File)
Oct 17 2024, 4:49 AM
Unknown Object (File)
Oct 17 2024, 4:49 AM
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