llvm-project/llvm/unittests/ExecutionEngine/JITLink
Miloš Stojanović bff33bd5c8 [unittests] Fix "comparison of integers of different signs" warnings
A warning is sent because `std::distance()` returns a signed type so
`CmpHelperEQ()` gets instantiated into a function that compares
differently signed arguments.

Differential Revision: https://reviews.llvm.org/D72632
2020-01-14 13:24:51 +01:00
..
CMakeLists.txt [JITLink] Remove relocation unit tests. 2019-10-30 13:16:37 -07:00
LinkGraphTests.cpp [unittests] Fix "comparison of integers of different signs" warnings 2020-01-14 13:24:51 +01:00