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 90833eb commit 4c23eb4Copy full SHA for 4c23eb4
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