Host Freezes while Building LLVM stage 3
See original GitHub issueDescribe the bug Compilation hangs at Building LLVM stage 3. Job number 2257. It freezes the host PC/cloud instance. I tried on PC, it freezes and tried on could, the same happened.
To Reproduce Steps to reproduce the behavior:
./build-llvm.py --lto=full --march=corei7 --pgo --targets=AArch64
Expected behavior Expected it to pass and complete the build process.
Screenshots
Environment (please complete the following information):
- Command i ran: [
./build-llvm.py --lto=full --march=corei7 --pgo --targets=AArch64
] - Distribution: [Ubuntu 19.04]
- Python version: [2.7.16 & 3.7.3]
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Getting Started with the LLVM System
When you build Clang, you will need to give it access to modern C++ standard library in order to use it as your...
Read more >LLVM - The Architecture of Open Source Applications
While the benefits of a three-phase design are compelling and ... LLVM IR is designed to host mid-level analyses and transformations that you...
Read more >Build Clang toolchain - Fuchsia
Fuchsia uses two-stage bootstrap build for the Clang compiler. ... Clang, builds with assertions enabled might crash while building Fuchsia.
Read more >gcc crashes while building llvm 3.42 from source (with cmake)
Consider upgrading, or downgrading, your GCC compiler version. What you've got doesn't work. Maybe something else does. Failing that, try ...
Read more >Mesa HEAD builds linked with recent LLVM 15 HEAD ...
I am building an older LLVM 15 that worked before, ... like glxgears is impossible (they crash right away) after updating LLVM 15...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, I am creating an instance with more memory, 16 GB. Hope it won’t freeze.
I am closing this as I don’t believe it has anything to do with the script or LLVM. Please reopen if you can provide more information that proves otherwise. Thank you for using the script and giving feedback!