File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ def get_resource_module_intrinsic_dir():
180180 config .limit_to_features .add ("module-independent" )
181181
182182
183-
184183# Determine if OpenMP runtime was built (enable OpenMP tests via REQUIRES in test file)
185184openmp_flags_substitution = "-fopenmp"
186185if 'flangrt-modules' not in config .available_features :
@@ -195,7 +194,6 @@ def get_resource_module_intrinsic_dir():
195194 # the omp_lib.{h,mod} files, depending on whether the OpenMP runtime was built as a
196195 # project or runtime. If not in the compiler resources module directory like the other intrinsic modules, we must add it to the path.
197196 config .available_features .add ("openmp_runtime" )
198- #openmp_flags_substitution += f" -fintrinsic-modules-path {config.openmp_module_dir}"
199197 extra_intrinsics_search_args += [
200198 f"-fintrinsic-modules-path={ config .openmp_module_dir } "
201199 ]
You can’t perform that action at this time.
0 commit comments