Set the default alignment control variables for z/OS target and add test case for alignment rules on z/OS.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/zos-alignment.c | ||
---|---|---|
115 | The testing for no-attribute potentially 8-byte aligning zero-width bitfields in a non-initial position is missing. struct A { char x; long : 0; char q; }; What does the above do? |
The testing for no-attribute potentially 8-byte aligning zero-width bitfields in a non-initial position is missing.
What does the above do?