You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CIR] Add support for discrete bit-field ABI (#1860)
This PR adds support for the **discrete bit-field layout**, which is
used in the Microsoft bit-field ABI.
Since ClangIR does not currently support the Microsoft ABI, this uses
the compiler flag
```bash
-mms-bitfields Set the default structure layout to be compatible with the Microsoft compiler standard
```
Fixes#1798
0 commit comments