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] Pass arch flag correctly #3854

Merged
merged 1 commit into from
Mar 13, 2023
Merged

[fix] Pass arch flag correctly #3854

merged 1 commit into from
Mar 13, 2023

Conversation

vodorok
Copy link
Collaborator

@vodorok vodorok commented Mar 9, 2023

The -arch flag was passed to the clangsa analyze command with a trailing space. This resulted in a wrong invocation, where the command inculded this flag like this: 'arch ' arm64.

Fixes #3847

The `-arch` flag was passed to the clangsa analyze command with a
trailing space. This resulted in a wrong invocation, where the command
inculded this flag like this: `'arch ' arm64`.
@vodorok vodorok added bugfix 🔨 clang sa 🐉 The Clang Static Analyzer is a source code analysis tool that finds bugs in C-family programs. labels Mar 9, 2023
@vodorok vodorok requested a review from bruntib as a code owner March 9, 2023 14:47
@vodorok vodorok self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🔨 clang sa 🐉 The Clang Static Analyzer is a source code analysis tool that finds bugs in C-family programs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clang Error on Mac: No Such File or Directory: 'arm64'
2 participants