[PATCH] D127568: [RISCV][MC] Delete unnecessary code section align
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 23:06:57 PDT 2022
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/unnecessary-code-align.ll:5
+; CHECK: Relocations [
+; CHECK-NOT: Section (3) .rela.text {
+; CHECK-NOT: 0x0 R_RISCV_ALIGN - 0x2
----------------
```
; CHECK: Relocations [
; CHECK-NEXT: ]
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127568/new/
https://reviews.llvm.org/D127568
More information about the llvm-commits
mailing list