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 1e387e3 commit efb7583Copy full SHA for efb7583
src/jitlayers.cpp
@@ -1968,7 +1968,7 @@ void JuliaOJIT::enableJITDebuggingSupport()
1968
void JuliaOJIT::enableIntelJITEventListener()
1969
{
1970
#if JL_LLVM_VERSION >= 190000
1971
- if (TT.isOSBinFormatELF()) {
+ if (TM->getTargetTriple().isOSBinFormatELF()) {
1972
orc::SymbolMap VTuneFunctions;
1973
auto RegisterImplAddr = addAbsoluteToMap(VTuneFunctions,llvm_orc_registerVTuneImpl);
1974
auto UnregisterImplAddr = addAbsoluteToMap(VTuneFunctions,llvm_orc_unregisterVTuneImpl);
0 commit comments