1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/llvm-diff
Bill Wendling f85d255ec0 [llvm-diff] Explicitly check ConstantStructs for differences
A ConstantStruct is renamed when the LLVM context sees a new one. This
makes global variable initializers appear different when they aren't.
Instead, check the ConstantStruct for equivalence.

Differential Revision: https://reviews.llvm.org/D104734
2021-06-23 16:26:34 -07:00
..
CMakeLists.txt
DiffConsumer.cpp
DiffConsumer.h
DifferenceEngine.cpp [llvm-diff] Explicitly check ConstantStructs for differences 2021-06-23 16:26:34 -07:00
DifferenceEngine.h
DiffLog.cpp
DiffLog.h
llvm-diff.cpp