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 0c3e305 + 39941a2 commit 2acd4b3Copy full SHA for 2acd4b3
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