summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ABI/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeDetermineCompilerABI: Detect byte order as part of checkBrad King2020-11-041-0/+3
We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392