================ @@ -4,6 +4,7 @@ // https://github.com/llvm/llvm-project/issues/47137 #include <stdio.h> #include <stdlib.h> +#include <stdint.h> ---------------- gbMattN wrote:
The test uses uint64_t, which is in stdint.h. When I was running these tests, not having that file included gave me a compile error. https://github.com/llvm/llvm-project/pull/96507 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits