We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e9628 commit a3c41f4Copy full SHA for a3c41f4
flang/CMakeLists.txt
@@ -479,7 +479,7 @@ endif()
479
# the maximum number of build jobs for the other projects while limiting the
480
# number of flang compile jobs.
481
set(FLANG_PARALLEL_COMPILE_JOBS CACHE STRING
482
- "The maximum number of concurrent compilation jobs for Flang(Ninja only)")
+ "The maximum number of concurrent compilation jobs for Flang (Ninja only)")
483
if (FLANG_PARALLEL_COMPILE_JOBS)
484
set_property(GLOBAL APPEND PROPERTY JOB_POOLS flang_compile_job_pool=${FLANG_PARALLEL_COMPILE_JOBS})
485
endif()
0 commit comments