llvm-ir-editor
llvm-ir-editor copied to clipboard
Add ability to run/debug a function/module with specific parameters
lli
is the best way to run a module. However it doesn't seem to support:
- Line-by-line debugging of IR
- Running just one function
If a mapping to Java is defined, Xtext should offer a debugging support for the modeled language. See more here:
- http://www.eclipse.org/Xtext/documentation.html#DomainmodelNextSteps
- http://www.eclipse.org/Xtext/documentation.html#Xbase