[all-commits] [llvm/llvm-project] e47a38: [builtins] Fix build after D95537 due to missing s...
Jessica Clarke via All-commits
all-commits at lists.llvm.org
Wed Jan 27 11:50:33 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e47a388bd6486d0af7066f1d8b033a13d0ffc7df
https://github.com/llvm/llvm-project/commit/e47a388bd6486d0af7066f1d8b033a13d0ffc7df
Author: Jessica Clarke <jrtc27 at jrtc27.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M compiler-rt/lib/builtins/gcc_personality_v0.c
Log Message:
-----------
[builtins] Fix build after D95537 due to missing size_t
Strangely int_lib.h only includes stdint.h and not stddef.h, so we need
to include the latter to be able to use size_t here.
More information about the All-commits
mailing list