Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: vast-repl fails to generate module #765

Open
kumarak opened this issue Jan 15, 2025 · 0 comments
Open

[Bug]: vast-repl fails to generate module #765

kumarak opened this issue Jan 15, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@kumarak
Copy link
Member

kumarak commented Jan 15, 2025

VAST version

v0.0.66

LLVM version

19.1.0

Operating system

MacOS

Description

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
@kumarak kumarak added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant