Skip to content

Commit

Permalink
Fix the Modules/compiler_builtins.m test (#68163)
Browse files Browse the repository at this point in the history
Sometimes unwind.h needs uint32_t also.
  • Loading branch information
ian-twilightcoder committed Oct 3, 2023
1 parent 40c1f5b commit b855ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Modules/Inputs/System/usr/include/stdint.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit b855ae9

Please sign in to comment.