A tool to validate the integrity of a Darkmatter-compiled LLVM-IR assembly file.
- Rudimentary integrity detection.
- Basic LLVM-IR metadata analysis.
Requires Docker!
# Show assembly information and validate assembly integrity
./ivt.sh analyze test/exit_42.ll
# Perform a quick integrity check on all files in `test/`
./ivt.sh check test/*