[PATCH] D92793: [RISCV] Add (Proposed) Assembler Extend Pseudo-Instructions
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 21 11:57:57 PST 2020
craig.topper added a comment.
Printing these aliases by default has broken -fno-integrated-assembler unless the user has also updated their GNU assembler version to one that supports these aliases. For example, https://github.com/ClangBuiltLinux/linux/issues/1220 Should we back off the printing and just leave the parsing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92793/new/
https://reviews.llvm.org/D92793
More information about the llvm-commits
mailing list