summaryrefslogtreecommitdiff
path: root/llvm/unittests/Object/ObjectFileTest.cpp
AgeCommit message (Collapse)Author
2019-11-19Add operator<< for object::SectionedAddressPavel Labath
The main motivation for this is better failure messages in unit tests. Split off from D70394.