[PATCH] MC Win64: Put unwind info for COMDAT code into the same COMDAT group
Reid Kleckner
rnk at google.com
Wed Sep 3 16:55:52 PDT 2014
Hi majnemer,
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.
http://reviews.llvm.org/D5181
Files:
include/llvm/MC/MCContext.h
include/llvm/MC/MCWinEH.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCContext.cpp
lib/MC/MCWin64EH.cpp
lib/MC/MCWinEH.cpp
test/MC/COFF/seh-linkonce.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5181.13235.patch
Type: text/x-patch
Size: 11719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140903/325a7557/attachment.bin>
More information about the llvm-commits
mailing list