You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this (large) patch, we integrate the riscv and cheri-riscv model
as potential tracing and injection targets. This change also
introduces the infratstructure to integrate other models with a
relatively low overhead.
Mixed into this patch are a few changes that are unrelated. I'm aware
of this, but I have no desire to pull everything appart. The effort
was large enough.
- llvmdisassembler: bump version to 11.0.0
With 11.0.0, the llvmdisassemble broke FAIL*, since the LLVM's ELF.h
used enums to define constants, while the system elf.h used
preprocessor #define to define the same constants. Depending on the
inclusion order, this broke horribly.
Co-authored-by: Christian Dietrich <dietrich@sra.uni-hannover.de>
Co-authored-by: Malte Bargholz <malte@screenri.de>
Co-authored-by: Marcel Budoj <marcel.budoj@googlemail.com>
0 commit comments