commit | ba9ba9f9bcb8e627ff9cc4bd11904db21762e5a2 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Thu Sep 13 01:24:32 2012 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Thu Sep 13 01:24:32 2012 +0000 |
tree | a8f81a063d22c3ae4231bd457eb21b01ad685aa7 | |
parent | aa0cfea9a439cb8de1ff288bd6db9b4a86c4da7b [diff] |
MCJIT: Pass the i386 MachO relocation type properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163763 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp index 0e3a9d4..73fbda4 100644 --- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp +++ b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
@@ -57,7 +57,7 @@ FinalAddress, (uintptr_t)Value, isPCRel, - Type, + MachoType, Size, Addend); break;