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
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 11333 Build 11698: arc lint + arc unit