Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Allow assembling .secidx and .secrel32 for undefined symbols | Reid Kleckner | 2017-06-22 | 1 | -2/+4 |
| | | | | | | | | | | | There's nothing incorrect about emitting such relocations against symbols defined in other objects. The code in EmitCOFFSec* was missing the visitUsedExpr part of MCStreamer::EmitValueImpl, so these symbols were not being registered with the object file assembler. This will be used to make reduced test cases for LLD. llvm-svn: 306057 | ||||
* | Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp | Sam Clegg | 2017-06-21 | 1 | -0/+296 |
For consistency with other MC*Streamer.cpp files and the header file. Differential Revision: https://reviews.llvm.org/D34466 llvm-svn: 305952 |