Skip to content

Commit efb7583

Browse files
authored
Fix typo in #54841
1 parent 1e387e3 commit efb7583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jitlayers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ void JuliaOJIT::enableJITDebuggingSupport()
19681968
void JuliaOJIT::enableIntelJITEventListener()
19691969
{
19701970
#if JL_LLVM_VERSION >= 190000
1971-
if (TT.isOSBinFormatELF()) {
1971+
if (TM->getTargetTriple().isOSBinFormatELF()) {
19721972
orc::SymbolMap VTuneFunctions;
19731973
auto RegisterImplAddr = addAbsoluteToMap(VTuneFunctions,llvm_orc_registerVTuneImpl);
19741974
auto UnregisterImplAddr = addAbsoluteToMap(VTuneFunctions,llvm_orc_unregisterVTuneImpl);

0 commit comments

Comments
 (0)