woodruffw / mollusc

Pure-Rust libraries for parsing, interpreting, and analyzing LLVM
MIT License
77 stars 6 forks source link

Randomized testing with `llvm-stress` #6

Open woodruffw opened 3 years ago

woodruffw commented 3 years ago

Opening this issue so I remember to do it.

The CI should generate a decent number of test inputs using llvm-stress and feed them into both the bitstream parser and the higher-level mapping components (once the latter is finished). That'll improve (my) confidence in both levels.