1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-profdata
Markus Böck c3d482652f [llvm-profdata] Make sure to consume Error on the error path of setIsIRLevelProfile
Encountered a crash while running a debug build, where this code path would be taken due to a mismatch in profile coverage data versions. Without consuming the error, an assert would be triggered inside the destructor of Error.

Differential Revision: https://reviews.llvm.org/D99457
2021-03-30 08:52:58 +02:00
..
CMakeLists.txt
llvm-profdata.cpp [llvm-profdata] Make sure to consume Error on the error path of setIsIRLevelProfile 2021-03-30 08:52:58 +02:00