Skip to content

Commit e731f01

Browse files
authored
Merge pull request #37703 from owenv/api-digester-lift-sdk-requirement
2 parents a53ab38 + e1befe4 commit e731f01

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/driver/swift_api_digester_main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,10 +2365,6 @@ static void setSDKPath(CompilerInvocation &InitInvok, bool IsBaseline,
23652365
InitInvok.setSDKPath(SDK.str());
23662366
} else if (const char *SDKROOT = getenv("SDKROOT")) {
23672367
InitInvok.setSDKPath(SDKROOT);
2368-
} else {
2369-
llvm::errs() << "Provide '-sdk <path>' option or run with 'xcrun -sdk <..>\
2370-
swift-api-digester'\n";
2371-
exit(1);
23722368
}
23732369
}
23742370
}

0 commit comments

Comments
 (0)