xiota, if you search for error in your log there is one, further up from what you copied:
lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o -c /home/main-builder/pkgwork/src/llvm-project/llvm/lib/Support/Signals.cpp
In file included from /home/main-builder/pkgwork/src/llvm-project/llvm/lib/Support/Signals.cpp:14:
/home/main-builder/pkgwork/src/llvm-project/llvm/include/llvm/Support/Signals.h:119:24: error: unknown type name 'uintptr_t'; did you mean '__intptr_t'?
void CleanupOnSignal(uintptr_t Context);
this is the error patched a week ago. so it would be helpful if you d look where this include file is, what versions you use, what operating system.
Pinned Comments
soloturn commented on 2020-10-09 07:35 (UTC) (edited on 2023-02-05 07:34 (UTC) by soloturn)
to speed up check out of the repositories, use sparse checkout, e.g.: