summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ABI/C.cmake
Commit message (Collapse)AuthorAgeFilesLines
* TestBigEndian: Re-implement using byte order detected from ABI checkBrad King2020-11-061-0/+15
| | | | Document the module as deprecated in favor of the ABI check results.
* Tests: Prepare RunCMake.ABI cases to run more checksBrad King2020-11-061-1/+4
|
* CMakeDetermineCompilerABI: Detect byte order as part of checkBrad King2020-11-041-0/+4
We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392