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

Use p.getArch() for litmus when target option is not given #480

Merged
merged 2 commits into from
Jul 2, 2023

Conversation

hernanponcedeleon
Copy link
Owner

The documentation says that the target option is optional for litmus tests. However, instead of inferring the arch from the test header, we were always using the default value C11. This PR fixes this by injecting the option in the configuration (unless the user has given a specific value).

README.md Outdated Show resolved Hide resolved
@ThomasHaas
Copy link
Collaborator

ThomasHaas commented Jul 2, 2023

Is the PR intended to target master directly? I don't mind, but I just wanna make sure.

Signed-off-by: Hernan Ponce de Leon <[email protected]>
@hernanponcedeleon
Copy link
Owner Author

Is the PR intended to target master directly? I don't mind, but I just wanna make sure.

This can cause Dartagnan to return wrong results so I think should immediately be merged into master. Once that is done I will merge master into development.

Copy link
Collaborator

@ThomasHaas ThomasHaas left a comment

Choose a reason for hiding this comment

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

LGTM

@hernanponcedeleon hernanponcedeleon merged commit 2d0cfde into master Jul 2, 2023
1 check passed
@hernanponcedeleon hernanponcedeleon deleted the target branch July 2, 2023 18:49
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.

3 participants