Skip to content

Fix compilation with GCC 15.1.1 #143925

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

Closed
wants to merge 1 commit into from

Conversation

jforberg
Copy link

Missing standard includes cause compilation to fail with recent compilers.

In file included from llvm/lib/Support/ErrorHandling.cpp:16: llvm/include/llvm/ADT/SmallVector.h:88:69: error: ‘uint64_t’ was not declared in this scope
88 | typename std::conditional<sizeof(T) < 4 && sizeof(void *) >= 8, uint64_t,

Missing standard includes cause compilation to fail with recent
compilers.

  In file included from llvm/lib/Support/ErrorHandling.cpp:16: llvm/include/llvm/ADT/SmallVector.h:88:69: error: ‘uint64_t’ was not declared in this scope
     88 |     typename std::conditional<sizeof(T) < 4 && sizeof(void *) >= 8, uint64_t,
Copy link

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@github-actions github-actions bot closed this Jun 12, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant