Skip to content

Commit

Permalink
Jit is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Aug 18, 2024
1 parent d794d03 commit 1d3356c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/SBF/TargetInfo/SBFTargetInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSBFTargetInfo() {
TargetRegistry::RegisterTarget(
getTheSBFXTarget(), "sbf", "SBF new (little endian)", "SBF",
[](Triple::ArchType Aarch) { return Aarch == Triple::ArchType::sbf; },
false);
true);
RegisterTarget<Triple::sbf, /*HasJIT=*/true> XX(
getTheSBFXTarget(), "sbf", "SBF new (little endian)", "SBF");
}

0 comments on commit 1d3356c

Please sign in to comment.