[PATCH] add targethandler callbacks from DefaultLayout/Writer

Michael Spencer bigcheesegs at gmail.com
Tue Jan 29 22:58:35 PST 2013



================
Comment at: lib/ReaderWriter/ELF/Writer.cpp:83
@@ -81,2 +82,3 @@
+      _runtimeFile(ti) {
   _layout = new DefaultLayout<ELFT>(ti);
 }
----------------
This needs to be changed to use the target layout instead of default layout. Other than that it looks good.


http://llvm-reviews.chandlerc.com/D350



More information about the llvm-commits mailing list