[clang] [CIR] Add bitfield offset calculation for big-endian targets (PR #145067)
Razvan Lupusoru via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 24 09:14:06 PDT 2025
razvanlupusoru wrote:
@Andres-Salamanca Are you expecting the test to be failing?
Here is what I am seeing:
```
error: ClangIR code gen Not Yet Implemented: NYI AAPCS bit-fields
error: ClangIR code gen Not Yet Implemented: NYI AAPCS bit-fields
error: ClangIR code gen Not Yet Implemented: NYI AAPCS bit-fields
3 errors generated.
--
********************
********************
Failed Tests (1):
Clang :: CIR/CodeGen/bitfields_be.c
```
https://github.com/llvm/llvm-project/pull/145067
More information about the cfe-commits
mailing list