For the -Fsystem option, address feedback by Jordan.

This commit is contained in:
Argyrios Kyrtzidis
2017-02-14 23:35:06 -08:00
parent ca906d1e99
commit 32e5112874
4 changed files with 5 additions and 12 deletions

View File

@@ -891,7 +891,7 @@ void SwiftLangSupport::findInterfaceDocument(StringRef ModuleName,
addArgPair("-sdk", SPOpts.SDKPath);
for (auto &FramePath : SPOpts.FrameworkSearchPaths) {
if (FramePath.IsSystem)
addArgPair("-iframework", FramePath.Path);
addArgPair("-Fsystem", FramePath.Path);
else
addArgPair("-F", FramePath.Path);
}