hryx / llvm-bitcode

Experimental LLVM bitcode reader/writer
MIT License
20 stars 0 forks source link

Add tests that integrate with llvm-bcanalyzer #6

Open hryx opened 1 year ago

hryx commented 1 year ago

llvm-bcanalyzer is an official LLVM tool that reads, validates, and analyzes bitcode files. Generate .bc files and ensure llvm-bcanalyzer is able to parse them correctly.

As with #5, consider fuzz testing to generating files of various size/complexity.