diff options
author | Sam Elliott <quic_aelliott@quicinc.com> | 2025-03-26 11:14:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-26 11:14:16 -0700 |
commit | 6a371c7744c276c872fec4947f1642789e5b24ec (patch) | |
tree | a9e0cda2943dd3d7ff37e1b4b67805efc0fa56ac /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 27539c3f903be26c487703943d3c27d45d4542b2 (diff) | |
download | llvm-6a371c7744c276c872fec4947f1642789e5b24ec.zip llvm-6a371c7744c276c872fec4947f1642789e5b24ec.tar.gz llvm-6a371c7744c276c872fec4947f1642789e5b24ec.tar.bz2 |
[RISCV] Support .option {no}exact (#122483)
This implements [the `.option exact` and `.option noexact`
proposal](https://github.com/riscv-non-isa/riscv-asm-manual/pull/122)
for RISC-V.
`.option exact` turns off:
- Compression
- Branch Relaxation
- Linker Relaxation
`.option noexact` turns these back on, and is also the default, matching
the current behaviour.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions