summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/libcxx/test/params.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/libcxx/test/params.py')
-rw-r--r--libcxx/utils/libcxx/test/params.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/test/params.py b/libcxx/utils/libcxx/test/params.py
index be4d892f741d..211cd189df4a 100644
--- a/libcxx/utils/libcxx/test/params.py
+++ b/libcxx/utils/libcxx/test/params.py
@@ -76,7 +76,6 @@ DEFAULT_PARAMETERS = [
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,