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 a2b0516 commit b8dc7e2Copy full SHA for b8dc7e2
clang/lib/Driver/ToolChains/HIPUtility.cpp
@@ -246,7 +246,7 @@ class HIPUndefinedFatBinSymbols {
246
bool isGPUBinHandleSymbol = Name.starts_with(GPUBinHandlePrefix);
247
248
// Handling for defined symbols
249
- if (!isUndefined && !isHidden) {
+ if (!isUndefined) {
250
if (isFatBinSymbol && !isHidden) {
251
DefinedFatBinSymbols.insert(Name.str());
252
FatBinSymbols.erase(Name.str());
0 commit comments