Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TestBigEndian: Re-implement using byte order detected from ABI check | Brad King | 2020-11-06 | 1 | -0/+2 |
| | | | | Document the module as deprecated in favor of the ABI check results. | ||||
* | CMakeDetermineCompilerABI: Detect byte order as part of check | Brad King | 2020-11-04 | 1 | -0/+13 |
We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392 |