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.
2 parents f8454bf + 34af205 commit 038af80Copy full SHA for 038af80
tools/driver/driver.cpp
@@ -226,7 +226,7 @@ static int run_driver(StringRef ExecName,
226
SmallString<256> NewDriverPath(llvm::sys::path::parent_path(Path));
227
if (appendSwiftDriverName(NewDriverPath) &&
228
llvm::sys::fs::exists(NewDriverPath)) {
229
- SmallVector<const char *, 256> subCommandArgs;
+ std::vector<const char *> subCommandArgs;
230
// Rewrite the program argument.
231
subCommandArgs.push_back(NewDriverPath.c_str());
232
if (ExecName == "swiftc") {
0 commit comments