mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
874da3772d
The parseInputFile function returns an empty unique_ptr to signal an error, like when the input file doesn't exist, or is malformed. In this case, the tool should exit immediately rather than segfault by dereferencing the unique_ptr later. Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D102891 |
||
---|---|---|
.. | ||
deltas | ||
CMakeLists.txt | ||
DeltaManager.cpp | ||
DeltaManager.h | ||
llvm-reduce.cpp | ||
TestRunner.cpp | ||
TestRunner.h |