Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore issue-122805.rs on big endian
Due to the use of to_be(), this codegen test is only applicable to little-endian. The test tries to handle this via `#[cfg(target_endian = "little")]`, which means that the function will be omitted entirely and the CHECK lines will not match. Instead, skip the test on big endian entirely.
- Loading branch information