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 new clang aliases that omit the {vendor} #29

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

androm3da
Copy link
Contributor

The vendor is implicitly "unknown", so it's safe to omit and should be unambiguous when omitted.

Suggested-by: Sid Manning [email protected]

@androm3da
Copy link
Contributor Author

I am trying to move these cmake cache files upstream so it'll be easier for us to maintain and easier for folks/buildbots to use when building.

So I have updated that PR with this change: llvm/llvm-project#98712

@androm3da androm3da force-pushed the bcain/alias_nounknown branch 2 times, most recently from 2fd6e9a to 1befab0 Compare September 17, 2024 16:30
Some binutils were unintentionally omitted, so let's add these.

This should fix errors like the one below from the linux kernel:

    + mksysmap vmlinux System.map
    + /bin/bash /local/mnt/workspace/upstream/toolchain_for_hexagon/linux/scripts/mksysmap vmlinux System.map
    /local/mnt/workspace/upstream/toolchain_for_hexagon/linux/scripts/mksysmap: line 44: hexagon-unknown-linux-musl-nm: command not found
    + on_exit
    + '[' 1 -ne 0 ']'
    + cleanup

Signed-off-by: Brian Cain <[email protected]>
The vendor is implicitly "unknown", so it's safe to omit and should
be unambiguous when omitted.

Suggested-by: Sid Manning <[email protected]>
Signed-off-by: Brian Cain <[email protected]>
@androm3da androm3da merged commit d1e8d25 into master Sep 18, 2024
1 of 2 checks passed
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