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

Fix executable names in lit.cfg #1402

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

tdusnoki
Copy link
Contributor

@tdusnoki tdusnoki commented Jun 29, 2023

On Windows concatenating strings for variables%flang1 and %flang2 are incorrect (config.flang + '1' or '2') e.g.: path\to\flang.exe1 instead of path\to\flang1.exe.

related issue: #1363

On Windows `%flang1` and `%flang2` are interpreted incorrectly.
related issue: flang-compiler#1363
@kaadam kaadam requested a review from bryanpkc June 29, 2023 15:07
@kaadam kaadam added the windows Add this to all windows specific issues or PRs label Jun 29, 2023
Copy link
Collaborator

@kaadam kaadam left a comment

Choose a reason for hiding this comment

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

Informal LGTM

Copy link
Collaborator

@bryanpkc bryanpkc left a comment

Choose a reason for hiding this comment

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

LGTM

@bryanpkc bryanpkc merged commit d9280ff into flang-compiler:master Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Add this to all windows specific issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants