Skip to content

Commit

Permalink
Fix typo in JuliaLang#54841
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored and maleadt committed Oct 11, 2024
1 parent 90833eb commit 4c23eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jitlayers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@ void JuliaOJIT::enableJITDebuggingSupport()
void JuliaOJIT::enableIntelJITEventListener()
{
#if JL_LLVM_VERSION >= 190000
if (TT.isOSBinFormatELF()) {
if (TM->getTargetTriple().isOSBinFormatELF()) {
orc::SymbolMap VTuneFunctions;
auto RegisterImplAddr = addAbsoluteToMap(VTuneFunctions,llvm_orc_registerVTuneImpl);
auto UnregisterImplAddr = addAbsoluteToMap(VTuneFunctions,llvm_orc_unregisterVTuneImpl);
Expand Down

0 comments on commit 4c23eb4

Please sign in to comment.