Son Tuan VU via llvm-dev
2019-Dec-19 23:58 UTC
[llvm-dev] Segfault clang -python during LLVM check-all
Hello all, I am trying to build LLVM/Clang from git mono repo. I've followed instructions from https://llvm.org/docs/GettingStarted.html by first building a modern C++ toolchain (gcc version 8.3.0), then building LLVM/Clang. Everything was built without error, except for when I do $ make check-all I get the following error: Scanning dependencies of target check-clang-python ESegmentation fault make[3]: *** [tools/clang/bindings/python/tests/CMakeFiles/check-clang-python] Error 1 make[2]: *** [tools/clang/bindings/python/tests/CMakeFiles/check-clang-python.dir/all] Error 2 Has anyone encountered this during LLVM build? Can you tell me what I did wrong, or at least how to debug this? Thank you a lot for your help, Son Tuan Vu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191220/1514c069/attachment-0001.html>