1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/tools/llvm-lto
Mehdi Amini 0ec8550b4f Add missing error handling in llvm-lto
Annoyingly, ErrorOr allows to *not check* the error when things go
well. It will crash badly when there is an error though. It should
runtime assert when it is used without being checked!

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 263577
2016-03-15 20:17:55 +00:00
..
CMakeLists.txt Fix library dependency for llvm-lto after r262977 2016-03-09 02:34:13 +00:00
llvm-lto.cpp Add missing error handling in llvm-lto 2016-03-15 20:17:55 +00:00
LLVMBuild.txt Fix library dependency for llvm-lto after r262977 2016-03-09 02:34:13 +00:00