llvm-bitcode icon indicating copy to clipboard operation
llvm-bitcode copied to clipboard

Add tests that integrate with llvm-bcanalyzer

Open hryx opened this issue 1 year ago • 0 comments

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.

hryx avatar Dec 19 '22 04:12 hryx