[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 4 05:32:10 PDT 2018
asb added a comment.
Could you add some tests that demonstrate this works as desired for a .ll file with inline assembly? e.g. if I'm compiling a .ll file with -mrelax and have inline assembly that includes no instructions but something like `.dword .L2-.L1?`
At that point, I think it's then good to go. Therefore it would be great if you could update the patch summary to describe the approach you ended up with.
Many thanks for your work on this.
Repository:
rL LLVM
https://reviews.llvm.org/D46423
More information about the llvm-commits
mailing list