[llvm] r193402 - The FIXME was indeed fixed in the linker, comment removed.

Yaron Keren yaron.keren at gmail.com
Fri Oct 25 05:01:53 PDT 2013


Author: yrnkrn
Date: Fri Oct 25 07:01:53 2013
New Revision: 193402

URL: http://llvm.org/viewvc/llvm-project?rev=193402&view=rev
Log:
The FIXME was indeed fixed in the linker, comment removed.


Modified:
    llvm/trunk/lib/ExecutionEngine/RTDyldMemoryManager.cpp

Modified: llvm/trunk/lib/ExecutionEngine/RTDyldMemoryManager.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/RTDyldMemoryManager.cpp?rev=193402&r1=193401&r2=193402&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/RTDyldMemoryManager.cpp (original)
+++ llvm/trunk/lib/ExecutionEngine/RTDyldMemoryManager.cpp Fri Oct 25 07:01:53 2013
@@ -126,10 +126,6 @@ void RTDyldMemoryManager::registerEHFram
 
   // 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);
 }
 





More information about the llvm-commits mailing list