Previously, it warned on any archive file that has no symbol.
With this patch, it warns on such archive file that contains only
LLVM bitcode files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- Updated as per Rafael's comment. This patch needs another patch to LLVM to define Archive::isEmpty which is just this.
bool Archive::isEmpty() const { return Data.getBufferSize() == 8; }