mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 04:39:51 +00:00
Test commit, clean up comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e982de7be9
commit
e2e73bd044
@ -248,7 +248,7 @@ void RuntimeDyldELF::resolveX86Relocation(uint8_t *LocalAddress,
|
||||
}
|
||||
default:
|
||||
// There are other relocation types, but it appears these are the
|
||||
// only ones currently used by the LLVM ELF object writer
|
||||
// only ones currently used by the LLVM ELF object writer
|
||||
llvm_unreachable("Relocation type not implemented yet!");
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user