File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -445,18 +445,6 @@ if (APPLE)
445
445
endif ()
446
446
endif ()
447
447
448
- # Set up job pools for flang. Some of the flang sources take a lot of memory to
449
- # compile, so allow users to limit the number of parallel flang jobs. This is
450
- # useful for building flang alongside several other projects since you can use
451
- # the maximum number of build jobs for the other projects while limiting the
452
- # number of flang compile jobs.
453
- #
454
- # We want this set to infinity by default
455
- set (FLANG_PARALLEL_COMPILE_JOBS 0 CACHE STRING
456
- "The maximum number of concurrent compilation jobs (Ninja only)" )
457
-
458
- set_property (GLOBAL APPEND PROPERTY JOB_POOLS flang_compile_job_pool=${FLANG_PARALLEL_COMPILE_JOBS} )
459
-
460
448
include (CMakeParseArguments)
461
449
include (AddFlang)
462
450
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ function(add_flang_library name)
89
89
set_property (GLOBAL APPEND PROPERTY FLANG_LIBS ${name} )
90
90
endif ()
91
91
set_property (GLOBAL APPEND PROPERTY FLANG_EXPORTS ${name} )
92
- set_property (TARGET obj.${name} PROPERTY JOB_POOL_COMPILE flang_compile_job_pool)
93
92
else ()
94
93
# Add empty "phony" target
95
94
add_custom_target (${name} )
You can’t perform that action at this time.
0 commit comments