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