[flang-commits] [flang] [flang] Add FLANG_PARALLEL_COMPILE_JOBS option (PR #127364)

Tom Stellard via flang-commits flang-commits at lists.llvm.org
Mon Feb 17 11:42:19 PST 2025


tstellar wrote:

@Meinersbur Ok, I've updated the patch so that the flang job pools are only created if you use the FLANG_PARALLEL_COMPILE_JOBS option.  So this means that implicitly, the default is LLVM_PARALLEL_COMPILE_JOBS since by default all the flang jobs are in the default compilation pool.   And so this patch is now a no-op for existing build configurations.

https://github.com/llvm/llvm-project/pull/127364


More information about the flang-commits mailing list