[PECOFF] Emit the import table to .idata section.
Emitting idata atoms to their own section would make debugging easier. The Windows loader do not really care about whether the DLL import table is in .rdata or its own .idata section, so there is no change in functionality. llvm-svn: 196458
Loading
Please register or sign in to comment