[PATCH] D101327: [Clang][Driver] validate sysregs for -mstack-protector-guard-reg=

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 17 11:53:49 PDT 2021


nickdesaulniers abandoned this revision.
nickdesaulniers added a comment.

I don't plan to land this; I wrote it in case it comes up in code review.  llvm's codegen will `report_fatal_error` for garbage sysregs.  If it comes up again in the future, this phab review will still exist for reference, but I suggest we only add what's needed in that case, not all possible sysregs since most make sense in this context I suspect.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101327



More information about the cfe-commits mailing list