llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-modules

<details>
<summary>Changes</summary>

Sometimes unwind.h needs uint32_t also.

---
Full diff: https://github.com/llvm/llvm-project/pull/68163.diff


1 Files Affected:

- (modified) clang/test/Modules/Inputs/System/usr/include/stdint.h (+1) 


``````````diff
diff --git a/clang/test/Modules/Inputs/System/usr/include/stdint.h 
b/clang/test/Modules/Inputs/System/usr/include/stdint.h
index e3592fe359a4a32..209d54cd411ad55 100644
--- a/clang/test/Modules/Inputs/System/usr/include/stdint.h
+++ b/clang/test/Modules/Inputs/System/usr/include/stdint.h
@@ -30,6 +30,7 @@ typedef unsigned int uintmax_t;
 
 // additional types for unwind.h
 
+typedef unsigned int uint32_t;
 typedef unsigned long long uint64_t;
 
 #endif /* STDINT_H */

``````````

</details>


https://github.com/llvm/llvm-project/pull/68163
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to