Skip to content

Fix Integer Type Errors#1674

Open
linuxrocks123 wants to merge 1 commit intoROCm:amd-stagingfrom
linuxrocks123:20260306
Open

Fix Integer Type Errors#1674
linuxrocks123 wants to merge 1 commit intoROCm:amd-stagingfrom
linuxrocks123:20260306

Conversation

@linuxrocks123
Copy link

@linuxrocks123 linuxrocks123 commented Mar 6, 2026

A recent change to LLVM is causing missing integer type errors on Linux with GCC 12, GCC 15, and probably other versions. This is part of a series of PRs to address that issue.

The root cause is probably the fact that we partially-but-not-completely have our own C standard library separate from the host library, but that's not something that can be avoided.

The #if guards are probably unnecessary; will fix if there's interest in pursuing this.

@z1-cciauto
Copy link
Collaborator

@ronlieb
Copy link
Collaborator

ronlieb commented Mar 6, 2026

should this be upstreamed?

@linuxrocks123
Copy link
Author

Yes, probably. I can open an llvm-project PR with the same code.

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