Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Modules/compiler_builtins.m test #68163

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Fix the Modules/compiler_builtins.m test #68163

merged 1 commit into from
Oct 3, 2023

Conversation

ian-twilightcoder
Copy link
Contributor

Sometimes unwind.h needs uint32_t also.

Sometimes unwind.h needs uint32_t also.
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:modules C++20 modules and Clang Header Modules labels Oct 3, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented Oct 3, 2023

@llvm/pr-subscribers-clang

@llvm/pr-subscribers-clang-modules

Changes

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 --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 */

@ian-twilightcoder
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:modules C++20 modules and Clang Header Modules clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants