Releases: syntacore/snippy
Releases · syntacore/snippy
snippy-1.0
llvm-snippy 1.0
This release of llvm-snippy, version 1.0, is compatible with Ubuntu 20. To get started, simply unpack the archive and use llvm-snippy from the extracted folder.
The documentation contains various examples, with most YAML configurations located in the yml
folder.
Known Issues
While using certain examples, you may encounter an error similar to:
LLVM ERROR: could not find library for plugin: libRISCVModel.so
In such cases, simply provide the -model-plugin=None
option if you do not have your own model plugin.