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 122d368 commit 35f5caeCopy full SHA for 35f5cae
llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp
@@ -87,7 +87,7 @@ static void registerJITLoaderVTuneUnregisterImpl(
87
for (auto &Method : UM) {
88
JITEventWrapper::Wrapper->iJIT_NotifyEvent(
89
iJVM_EVENT_TYPE_METHOD_UNLOAD_START,
90
- const_cast<unsigned long *>(&Method.first));
+ const_cast<uint64_t *>(&Method.first));
91
}
92
93
0 commit comments