We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b963b7 commit 34af205Copy full SHA for 34af205
tools/driver/driver.cpp
@@ -221,7 +221,7 @@ static int run_driver(StringRef ExecName,
221
SmallString<256> NewDriverPath(llvm::sys::path::parent_path(Path));
222
if (appendSwiftDriverName(NewDriverPath) &&
223
llvm::sys::fs::exists(NewDriverPath)) {
224
- SmallVector<const char *, 256> subCommandArgs;
+ std::vector<const char *> subCommandArgs;
225
// Rewrite the program argument.
226
subCommandArgs.push_back(NewDriverPath.c_str());
227
if (ExecName == "swiftc") {
0 commit comments