writeArchive returned a pair, but the first element of the pair is always
its first argument on failure, so it doesn't make sense to return it from
the function. This patch change the return type so that it does't return it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM