[PATCH] D133705: [HIP] Fix unbundling archive
Siu Chi Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 12 09:39:05 PDT 2022
scchan requested changes to this revision.
scchan added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:1959
+ if (FoundAOB)
+ break;
}
----------------
The AOBFileNames small vector needs to be cleared if !FoundAOB or just move its declaration into the LibraryPaths loop.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133705/new/
https://reviews.llvm.org/D133705
More information about the cfe-commits
mailing list