Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang] Match argument types for std::min (llvm#71102)
PR llvm#68342 causes build breakage on MacOS due to uint64_t being defined as unsigned long long instead of unsigned long. It leads to type mismatch in the arguments for std::min.
- Loading branch information