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 ae7e88a + 35f5cae commit 12aca77Copy full SHA for 12aca77
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