diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2013-10-25 12:01:53 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2013-10-25 12:01:53 +0000 |
commit | ee21bb4e87a35f1dbccc02cc408fd9dd9ecc1855 (patch) | |
tree | 01e390d5523c23539ca0dfd593ed7dcf54e51317 /lib/ExecutionEngine/RTDyldMemoryManager.cpp | |
parent | 214c37d1816b62a25525282817f7088a1e2ed1dc (diff) | |
download | external_llvm-ee21bb4e87a35f1dbccc02cc408fd9dd9ecc1855.zip external_llvm-ee21bb4e87a35f1dbccc02cc408fd9dd9ecc1855.tar.gz external_llvm-ee21bb4e87a35f1dbccc02cc408fd9dd9ecc1855.tar.bz2 |
The FIXME was indeed fixed in the linker, comment removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/RTDyldMemoryManager.cpp')
-rw-r--r-- | lib/ExecutionEngine/RTDyldMemoryManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ExecutionEngine/RTDyldMemoryManager.cpp b/lib/ExecutionEngine/RTDyldMemoryManager.cpp index 8e20514..6af66dc 100644 --- a/lib/ExecutionEngine/RTDyldMemoryManager.cpp +++ b/lib/ExecutionEngine/RTDyldMemoryManager.cpp @@ -126,10 +126,6 @@ void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, // How can it find the end? Because crtendS.o is linked // in and it has an .eh_frame section with four zero chars. - // FIXME: make sure EH frame is followed by four zero bytes. - // This should be done in the linker RuntimeDyldELF::getEHFrameSection(), - // return pointer to .eh_frame properly appended by four zero bytes. - // If the linker can not fixed, do it here. __register_frame(Addr); } |