[PATCH] D72932: [ARM] Follow AACPS standard for volatile bit-fields access width

Ties Stuij via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 7 04:47:24 PDT 2020


stuij updated this revision to Diff 296644.
stuij added a comment.

After committing this patch, clang/test/CodeGen/volatile.c failed on Arm/AArch64 buildbot hosts. The reason for this is that `%itanium_abi_triple`, a run line Lit target triple substitution at the top of the file, is filled in with the host arch triple. For example: `aarch64-unknown-linux-gnu`. I've amended the tests to take into account the changes to code generation in this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72932/new/

https://reviews.llvm.org/D72932

Files:
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/CGExpr.cpp
  clang/lib/CodeGen/CGRecordLayout.h
  clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGen/aapcs-bitfield.c
  clang/test/CodeGen/bitfield-2.c
  clang/test/CodeGen/lit.local.cfg.py
  clang/test/CodeGen/volatile.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72932.296644.patch
Type: text/x-patch
Size: 233219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201007/261e9f0e/attachment-0001.bin>


More information about the cfe-commits mailing list