Skip to content

Commit

Permalink
[cherry-pick stable/20230725] Fix the Modules/compiler_builtins.m test
Browse files Browse the repository at this point in the history
llvm#68163
rdar://105819340
  • Loading branch information
git apple-llvm automerger authored and ian-twilightcoder committed Jan 8, 2024
1 parent 5a51ceb commit 9978a37
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 9978a37

Please sign in to comment.