projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c3bcb
)
MC: Add DwarfTypesDWOSection also to MCCOFF.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 16 May 2014 11:14:51 +0000
(11:14 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 16 May 2014 11:14:51 +0000
(11:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208975
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCObjectFileInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCObjectFileInfo.cpp
b/lib/MC/MCObjectFileInfo.cpp
index 45a0dd9c5c2c3d39b596c43beea49a731fedfca8..e4bcfa257f69061d5e9dbfbaebba49444afc9b1f 100644
(file)
--- a/
lib/MC/MCObjectFileInfo.cpp
+++ b/
lib/MC/MCObjectFileInfo.cpp
@@
-709,6
+709,10
@@
void MCObjectFileInfo::InitCOFFMCObjectFileInfo(Triple T) {
Ctx->getCOFFSection(".debug_info.dwo", COFF::IMAGE_SCN_MEM_DISCARDABLE |
COFF::IMAGE_SCN_MEM_READ,
SectionKind::getMetadata());
+ DwarfTypesDWOSection =
+ Ctx->getCOFFSection(".debug_types.dwo", COFF::IMAGE_SCN_MEM_DISCARDABLE |
+ COFF::IMAGE_SCN_MEM_READ,
+ SectionKind::getMetadata());
DwarfAbbrevDWOSection =
Ctx->getCOFFSection(".debug_abbrev.dwo", COFF::IMAGE_SCN_MEM_DISCARDABLE |
COFF::IMAGE_SCN_MEM_READ,