[clang] [compiler-rt] [test]Fix test error due to CRT dependency (PR #104462)

via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 15 09:29:28 PDT 2024


================
@@ -3,9 +3,7 @@
 
 // The runtime test checking the _BitInt ubsan feature is located in compiler-rt/test/ubsan/TestCases/Integer/bit-int.c
 
-#include <stdint.h>
-#include <stdio.h>
-
+typedef unsigned int uint32_t;
----------------
earnol wrote:

Makes sense. Will update.

https://github.com/llvm/llvm-project/pull/104462


More information about the cfe-commits mailing list