[PATCH] D65550: [AArch64] Do not emit '#' before immediates in inline asm

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 02:15:43 PDT 2019


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

I've built a defconfig aarch64 linux kernel without errors including this change.

I think that if there is going to be a problem it will be in scripts like the aforementioned python script that check the output of clang -S. I think that is small enough a change to correct quite easily. I've set approved as this looks good to me. It should also be reversible quite easily if it does cause any unforeseen problems.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65550





More information about the llvm-commits mailing list