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 e98b8cb commit 39941a2Copy full SHA for 39941a2
llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp
@@ -169,7 +169,7 @@ Error EPCIndirectStubsManager::createStubs(const StubInitsMap &StubInits) {
169
std::vector<tpctypes::UInt64Write> PtrUpdates;
170
for (auto &SI : StubInits)
171
PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress,
172
- static_cast<uint64_t>(SI.second.first.getValue())});
+ SI.second.first.getValue()});
173
return MemAccess.writeUInt64s(PtrUpdates);
174
}
175
default:
0 commit comments