aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2022-01-31 11:57:18 -0800
committerAdrian Prantl <aprantl@apple.com>2022-01-31 12:03:00 -0800
commit2afc8be2faaa83c5f01432798596ebec90767fef (patch)
tree624f8869744d2d4c65f32be9056d7b03be58b2e0 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent02ee3fbff816986ebd20e916836e8c1c0b5156cf (diff)
downloadllvm-2afc8be2faaa83c5f01432798596ebec90767fef.zip
llvm-2afc8be2faaa83c5f01432798596ebec90767fef.tar.gz
llvm-2afc8be2faaa83c5f01432798596ebec90767fef.tar.bz2
Work around a Clang modules build issue.
See: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/40636/consoleFull#-39956214149ba4694-19c4-4d7e-bec5-911270d8a58c ``` llvm/lib/Support/Valgrind.cpp:37:63: error: missing '#include <stddef.h>'; 'size_t' must be declared before it is used void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/include/stddef.h:46:23: note: declaration here is not visible typedef __SIZE_TYPE__ size_t; ^ 1 error generated. ``` rdar://88049280
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions