[all-commits] [llvm/llvm-project] 65077c: [RISCV] Remove -riscv-asm-relax-branches flag (#14...
Sam Elliott via All-commits
all-commits at lists.llvm.org
Fri Jun 6 15:23:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65077c7ac75e18f92f409c05e0cc4d929d3f2145
https://github.com/llvm/llvm-project/commit/65077c7ac75e18f92f409c05e0cc4d929d3f2145
Author: Sam Elliott <quic_aelliott at quicinc.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M lld/test/ELF/riscv-branch.s
M lld/test/ELF/riscv-undefined-weak.s
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/test/ExecutionEngine/JITLink/RISCV/ELF_branch.s
R llvm/test/MC/RISCV/long-jump-disable-relax.s
A llvm/test/MC/RISCV/option-exact-long-jump-disable.s
Log Message:
-----------
[RISCV] Remove -riscv-asm-relax-branches flag (#142855)
This flag has been superseded by `.option exact`, as the test updates
show.
Given the flag was always hidden, it makes sense to me to remove it, and
move tests that required it to use `.option exact`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list