Skip to content

Commit b855ae9

Browse files
Fix the Modules/compiler_builtins.m test (#68163)
Sometimes unwind.h needs uint32_t also.
1 parent 40c1f5b commit b855ae9

File tree

1 file changed

+1
-0
lines changed
  • clang/test/Modules/Inputs/System/usr/include

1 file changed

+1
-0
lines changed

clang/test/Modules/Inputs/System/usr/include/stdint.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ typedef unsigned int uintmax_t;
3030

3131
// additional types for unwind.h
3232

33+
typedef unsigned int uint32_t;
3334
typedef unsigned long long uint64_t;
3435

3536
#endif /* STDINT_H */

0 commit comments

Comments
 (0)