summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2013-10-25 12:01:53 +0000
committerYaron Keren <yaron.keren@gmail.com>2013-10-25 12:01:53 +0000
commit2eac89868c0ce5b2fd45fcf1207b4ffab9efbcdd (patch)
tree1a93c725f8a30f1f895c1a5fcdc5e57b1303e9b0 /llvm/lib
parentced9fede02b64718ae4fa954bf7d22c3b968d809 (diff)
downloadbcm5719-llvm-2eac89868c0ce5b2fd45fcf1207b4ffab9efbcdd.tar.gz
bcm5719-llvm-2eac89868c0ce5b2fd45fcf1207b4ffab9efbcdd.zip
The FIXME was indeed fixed in the linker, comment removed.
llvm-svn: 193402
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp b/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp
index 8e205142786..6af66dcea2b 100644
--- a/llvm/lib/ExecutionEngine/RTDyldMemoryManager.cpp
+++ b/llvm/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);
}
OpenPOWER on IntegriCloud