Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TestBigEndian: Re-implement using byte order detected from ABI check | Brad King | 2020-11-06 | 1 | -0/+15 |
| | | | | 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 | 1 | -1/+4 |
| | |||||
* | CMakeDetermineCompilerABI: Detect byte order as part of check | Brad King | 2020-11-04 | 1 | -0/+4 |
We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392 |