Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / RISCV / align-option-relax.s
blob890e1e72d77061aae8d681b566dd710edf4ee157
1 # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=-relax < %s \
2 # RUN: | llvm-readobj -r - | FileCheck %s
4 # Check that .option relax overrides -mno-relax and enables R_RISCV_ALIGN
5 # relocations.
6 # CHECK: R_RISCV_ALIGN
7 .option relax
8 .align 4