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

Remove llvm check for run_with_debug #3263

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

Shaikh-Ubaid
Copy link
Member

No description provided.

if no_llvm:
log.info(f"{filename} * obj SKIPPED as requested")
elif skip_run_with_dbg:
if skip_run_with_dbg:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change allows to run dbg even if no_llvm is true?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thus enabling us to test the run-with-dbg reference tests.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks!

Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should work.

@Shaikh-Ubaid Shaikh-Ubaid merged commit 9257974 into lfortran:main Jan 30, 2024
21 checks passed
@Shaikh-Ubaid Shaikh-Ubaid deleted the remove_llvm_check branch January 30, 2024 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants