[PATCH] D56003: [RFC] [CFE] Allocatable Global Register Variables for ARM

Carey Williams via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 5 04:00:51 PST 2019


carwil updated this revision to Diff 185277.
carwil added a comment.

Removed the complicated frame pointer/ffixed combination errors in favour of an always on warning (in a new group, so it can be silenced).


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

https://reviews.llvm.org/D56003

Files:
  docs/ClangCommandLineReference.rst
  include/clang/Basic/DiagnosticDriverKinds.td
  include/clang/Basic/DiagnosticGroups.td
  include/clang/Driver/Options.td
  lib/Basic/Targets/ARM.cpp
  lib/Basic/Targets/ARM.h
  lib/Driver/ToolChains/Arch/ARM.cpp
  test/Driver/arm-reserved-reg-options.c
  test/Sema/arm-global-regs.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56003.185277.patch
Type: text/x-patch
Size: 9931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190205/110afbd0/attachment.bin>


More information about the cfe-commits mailing list