[llvm] [LoongArch] Insert nops and emit align reloc when handle alignment directive (PR #72962)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 05:04:34 PST 2024
================
@@ -0,0 +1,22 @@
+# RUN: llvm-mc --filetype=obj --triple=loongarch64 --mattr=+relax %s \
----------------
SixWeining wrote:
It could be better to add a description about the aim of this test. For example:
```
## Check R_LARCH_ALIGN is not generated for non executable section.
```
https://github.com/llvm/llvm-project/pull/72962
More information about the llvm-commits
mailing list