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 3b89794 commit 16fe53cCopy full SHA for 16fe53c
clang/lib/Driver/ToolChains/CommonArgs.cpp
@@ -2154,7 +2154,6 @@ bool tools::GetSDLFromOffloadArchive(
2154
Lib = Lib.drop_front(2);
2155
for (auto LPath : LibraryPaths) {
2156
ArchiveOfBundles.clear();
2157
- SmallVector<std::string, 2> AOBFileNames;
2158
auto LibFile =
2159
(Lib.startswith(":") ? Lib.drop_front()
2160
: IsMSVC ? Lib + Ext : "lib" + Lib + Ext)
0 commit comments