Commit 3816d4b
[CIR] Fix NYI AAPCS bit-fields by skipping unsupported case (llvm#145560)
This PR addresses the error mentioned in
llvm#145067 (comment),
which occurs on ARM when handling an unsupported bit-field case. The
patch removes the error and replaces it with an assert, marking the
missing feature.1 parent af695a5 commit 3816d4b
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
| 784 | + | |
788 | 785 | | |
789 | 786 | | |
790 | 787 | | |
| |||
0 commit comments