[PATCH] D154109: Moved flang to LLVM_ALL_PROJECTS

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 01:27:55 PST 2023


nikic added a comment.

I don't think this is safe to do until the extremely high memory usage requirements for flang compilation are fixed. The last two times I tried enabling the `flang` project, I had to hard reset my computer afterwards.

As far as I can tell, for safety reasons you currently need to build flang separately, with a different build configuration like `-j1`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154109/new/

https://reviews.llvm.org/D154109



More information about the llvm-commits mailing list