Skip to content

Commit 12aca77

Browse files
author
git apple-llvm automerger
committed
Merge commit '35f5caea5115' from llvm.org/main into next
2 parents ae7e88a + 35f5cae commit 12aca77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void registerJITLoaderVTuneUnregisterImpl(
8787
for (auto &Method : UM) {
8888
JITEventWrapper::Wrapper->iJIT_NotifyEvent(
8989
iJVM_EVENT_TYPE_METHOD_UNLOAD_START,
90-
const_cast<unsigned long *>(&Method.first));
90+
const_cast<uint64_t *>(&Method.first));
9191
}
9292
}
9393

0 commit comments

Comments
 (0)