[PATCH] D76848: [CodeGen][ARM] Error when writing to specific reserved registers in inline asm

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 10:57:05 PDT 2020


saugustine added a comment.

The test in this commit writes to a local file (which it ignores). This makes it so the test can't run on a read-only file system. I have committed bf94c960071d338b7157ac7dee8120df50d5600f <https://reviews.llvm.org/rGbf94c960071d338b7157ac7dee8120df50d5600f> to fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76848





More information about the llvm-commits mailing list