Revert "[ORC][LLJIT] Use JITLink by default on ELF/x86-64."

This reverts commit 85c649bc02.

Has been causing test failures in OrcV2Examples for the past few
days.
This commit is contained in:
Nikita Popov
2023-04-20 14:20:43 +02:00
parent 53500e333d
commit 35767e43d6

View File

@@ -750,7 +750,7 @@ Error LLJITBuilderState::prepareForConstruction() {
UseJITLink = !TT.isOSBinFormatCOFF();
break;
case Triple::x86_64:
UseJITLink = !TT.isOSBinFormatCOFF();
UseJITLink = TT.isOSBinFormatMachO();
break;
default:
break;