[llvm-branch-commits] [compiler-rt] [TySan] Improved compatability for tests (PR #96507)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 23 02:41:04 PDT 2024
================
@@ -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
More information about the llvm-branch-commits
mailing list