Skip to content

Commit 50c9af4

Browse files
committed
[Frontend] Add feature flag for the index unit path warning removal
6e683ca removed the warning that was being output when `-index-unit-output-path` was given without `-index-store-path`. Add a feature flag to mark the compiler as having removed this warning. Resolves rdar://86833719.
1 parent a8cde12 commit 50c9af4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Option/features.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
{
1616
"name": "emit-abi-descriptor"
17+
},
18+
{
19+
"name": "no-warn-superfluous-index-unit-path"
1720
}
1821
]
1922
}

0 commit comments

Comments
 (0)