[lld] [llvm] [feature][riscv] handle target address calculation in llvm-objdump disassembly for riscv (PR #109914)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 17:09:19 PST 2025


================
@@ -14,6 +14,7 @@
 #ifndef LLVM_MC_MCINSTRANALYSIS_H
 #define LLVM_MC_MCINSTRANALYSIS_H
 
+#include "TargetRegistry.h"
----------------
topperc wrote:

why is this needed, but wasn't needed before?

https://github.com/llvm/llvm-project/pull/109914


More information about the llvm-commits mailing list