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

Add llvm_pointer to SAWScript, fix Python's ptr #1133

Merged
merged 3 commits into from
Mar 17, 2021
Merged

Add llvm_pointer to SAWScript, fix Python's ptr #1133

merged 3 commits into from
Mar 17, 2021

Conversation

RyanGlScott
Copy link
Contributor

Fixes #1132.

This is useful for ensuring that autogenerated `__pycache__` directories
resulting from running the tests do not pollute the `git` tree.
Copy link
Contributor

@brianhuffman brianhuffman left a comment

Choose a reason for hiding this comment

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

Looks great. Thanks for adding the tests!

@RyanGlScott RyanGlScott added the PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run label Mar 16, 2021
@mergify mergify bot merged commit 1af3c78 into master Mar 17, 2021
@mergify mergify bot deleted the wip/T1132 branch March 17, 2021 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infelicities surrounding SAW's support for PtrTo in LLVM
2 participants