diff --git a/libcxx/utils/libcxx/test/params.py b/libcxx/utils/libcxx/test/params.py --- a/libcxx/utils/libcxx/test/params.py +++ b/libcxx/utils/libcxx/test/params.py @@ -76,7 +76,6 @@ actions=lambda modules: [ AddFeature('modules-build'), AddCompileFlag('-fmodules'), - AddCompileFlag('-Xclang -fmodules-local-submodule-visibility'), ] if modules else []), Parameter(name='enable_exceptions', choices=[True, False], type=bool, default=True,