repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
RISCV
/
align-option-relax.s
blob
890e1e72d77061aae8d681b566dd710edf4ee157
1
# RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=-relax < %s \
2
# RUN: | llvm-readobj -r - | FileCheck %s
3
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