[flang-commits] [flang] [mlir] [mlir][IR] Remove factory methods from `FloatType` (PR #123026)
Matthias Springer via flang-commits
flang-commits at lists.llvm.org
Thu Jan 16 03:21:38 PST 2025
matthias-springer wrote:
Looking at the history of that build bot, this is not the first time this is happening. E.g.: https://lab.llvm.org/buildbot/#/builders/35/builds/6227 or https://lab.llvm.org/buildbot/#/builders/35/builds/6121
This commit removes some functions, so I'd actually expect less memory usage.
I ran into build problems with Flang in the past on my workstation. But during linking time. What helped is reducing the amount of parallelism during the build. In the end, I upgraded the RAM from 128 GB to 256 GB, that fixed the problem.
I think we should try one of these options:
- Deactivate Flang build on this build bot.
- Get a bigger VM.
- Reduce the amount of parallelism during the build.
https://github.com/llvm/llvm-project/pull/123026
More information about the flang-commits
mailing list