LLVM fails to build in some environments with EXPENSIVE_CHECKS
due to the use of uint64_t without including cstdint.
Details
Details
- Reviewers
foad nikic - Commits
- rG0887443b9661: Add missing header for uint64_t
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Adding Jay and Nikita as reviewers since they authored and approved the related revision D120123 .
I have noticed that in some environment with EXPENSIVE_CHECKS, LLVM fails to build due to undefined uint64_t used in line 234.