mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-26 22:19:02 +00:00
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Add support for resolving MIPS64r2 and MIPS64r6 relocations in MCJIT. Patch by Vladimir Radosavljevic. Differential Revision: http://reviews.llvm.org/D9667 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238424 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -23,9 +23,9 @@ extern "C" void LLVMInitializeMipsTargetInfo() {
|
||||
/*HasJIT=*/true> Y(TheMipselTarget, "mipsel", "Mipsel");
|
||||
|
||||
RegisterTarget<Triple::mips64,
|
||||
/*HasJIT=*/false> A(TheMips64Target, "mips64", "Mips64 [experimental]");
|
||||
/*HasJIT=*/true> A(TheMips64Target, "mips64", "Mips64 [experimental]");
|
||||
|
||||
RegisterTarget<Triple::mips64el,
|
||||
/*HasJIT=*/false> B(TheMips64elTarget,
|
||||
/*HasJIT=*/true> B(TheMips64elTarget,
|
||||
"mips64el", "Mips64el [experimental]");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user