[PATCH] D46423: [WIP, RISCV] Support .option relax and .option norelax
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 04:24:48 PDT 2018
asb added a subscriber: niravd.
asb added a comment.
Shiva and Kito didn't seem to have any concerns so I was just re-checking prior to committing. I had a closer look at getAssemblerPtr and see this method was introduced by @niravd in https://reviews.llvm.org/rL331218. Nirav - are you happy for this patch to change getAssemblerPtr so it doesn't just return `nullptr` in MCStreamer.h? I don't think gating on UseAssemblerInfoForParsing makes sense in our case.
Repository:
rL LLVM
https://reviews.llvm.org/D46423
More information about the llvm-commits
mailing list