You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vast-repl fails to emit module on show module command.
Steps to Reproduce
./tools/vast-repl/vast-repl
error: failed to opean config file
Welcome to 'vast-repl', an interactive MLIR modifier. Type 'help' to get started.
> load example.c
> show source
int add(int num1, int num2) {
return num1 + num2;
}
> show module
zsh: segmentation fault ./tools/vast-repl/vast-repl
The text was updated successfully, but these errors were encountered:
VAST version
v0.0.66
LLVM version
19.1.0
Operating system
MacOS
Description
vast-repl
fails to emit module onshow module
command.Steps to Reproduce
The text was updated successfully, but these errors were encountered: