[DWARFLinker] Use union to reduce sizeof(WorklistItem) (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 7 Nov 2020 07:22:29 +0000 (23:22 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 7 Nov 2020 07:24:41 +0000 (23:24 -0800)
commit5d3332bc3ce2de80c68f4d63a7204e3f5803523b
tree11e0cf410e066c8d8c268f16d94e439793219f4d
parent118c3f3cf268002d1356253bac3cf5300f054d43
[DWARFLinker] Use union to reduce sizeof(WorklistItem) (NFC)

Reduce the size of the WorklistItem struct by using a struct.
llvm/include/llvm/DWARFLinker/DWARFLinker.h