1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/ToolDrivers/llvm-lib
Rui Ueyama 49c93481ee Simplify writeArchive return type.
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.

Differential Revision: https://reviews.llvm.org/D37313

llvm-svn: 312177
2017-08-30 22:11:03 +00:00
..
CMakeLists.txt
LibDriver.cpp Simplify writeArchive return type. 2017-08-30 22:11:03 +00:00
LLVMBuild.txt Add dependency from LibDriver to BinaryFormat. 2017-06-07 04:39:50 +00:00
Options.td