Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TestBigEndian: Re-implement using byte order detected from ABI check | Brad King | 2020-11-06 | 11 | -0/+63 |
| | | | | Document the module as deprecated in favor of the ABI check results. | ||||
* | Tests: Prepare RunCMake.ABI cases to run more checks | Brad King | 2020-11-06 | 5 | -5/+20 |
| | |||||
* | CMakeDetermineCompilerABI: Detect byte order as part of check | Brad King | 2020-11-04 | 7 | -0/+36 |
We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392 |