Skip to content

Commit a07aaca

Browse files
committed
cleanup
1 parent 7578763 commit a07aaca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/test/lit.cfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
185184
openmp_flags_substitution = "-fopenmp"
186185
if '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
]

0 commit comments

Comments
 (0)