[llvm-branch-commits] [compiler-rt] [TySan] Improved compatability for tests (PR #96507)
Chris Apple via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Oct 22 09:58:25 PDT 2024
================
@@ -4,6 +4,7 @@
// https://github.com/llvm/llvm-project/issues/47137
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
----------------
cjappl wrote:
This line seems unrelated to the other changes, any reason for it?
https://github.com/llvm/llvm-project/pull/96507
More information about the llvm-branch-commits
mailing list