[PATCH] D76297: [clang][AArch64] readd support for 'p' inline asm constraint

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 17 10:11:17 PDT 2020


sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: clang/lib/Basic/Targets/AArch64.h:97
       Constraint += 2;
       break;
     }
----------------
nit: does this need a `default: break`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76297





More information about the cfe-commits mailing list