This fixes a long standing issue where we would emit many little .text
sections and only one .pdata and .xdata section. Now we generate one
.pdata / .xdata pair per .text section and associate them correctly.
Fixes PR19667.
Paths
| Differential D5181
MC Win64: Put unwind info for COMDAT code into the same COMDAT group ClosedPublic Authored by rnk on Sep 3 2014, 4:55 PM.
Details Summary This fixes a long standing issue where we would emit many little .text Fixes PR19667.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 3 2014, 5:17 PM
Revision Contents
Diff 13277 llvm/trunk/include/llvm/MC/MCContext.h
llvm/trunk/include/llvm/MC/MCWinEH.h
llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/trunk/lib/MC/MCAsmStreamer.cpp
llvm/trunk/lib/MC/MCContext.cpp
llvm/trunk/lib/MC/MCWin64EH.cpp
llvm/trunk/lib/MC/MCWinEH.cpp
llvm/trunk/test/MC/COFF/seh-linkonce.s
|