[llvm] [feature][riscv] handle target address calculation in llvm-objdump disassembly for riscv (PR #144620)
Arjun Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 00:35:11 PDT 2025
================
----------------
arjunUpatel wrote:
I can run clang as the first run line and pass the output to the run line that currently takes as input a precanned binary. My though process was that changes to clang may affect the binary that will be emitted and lead to test failures as clang evolves. Is this something I even worry about or should I instead be having the binary built at the time the test run instead?
https://github.com/llvm/llvm-project/pull/144620
More information about the llvm-commits
mailing list