aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2020-02-28 18:03:15 -0800
committerVedant Kumar <vsk@apple.com>2020-02-28 18:03:15 -0800
commit3388871714d3b718b823e76499b0c03877105e5d (patch)
treec4c6ce29637fa2564cd604a44247d149eff40330 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent7300c338e5f5d1cb08caf7fa9e4b172b88d8e58e (diff)
downloadllvm-3388871714d3b718b823e76499b0c03877105e5d.zip
llvm-3388871714d3b718b823e76499b0c03877105e5d.tar.gz
llvm-3388871714d3b718b823e76499b0c03877105e5d.tar.bz2
Revert "[Coverage] Revise format to reduce binary size"
This reverts commit 99317124e1c772e9a9de41a0cd56e1db049b4ea4. This is still busted on Windows: http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/40873 The llvm-cov tests report 'error: Could not load coverage information'.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index ff23b2d..c2896f0 100644
--- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -420,8 +420,6 @@ static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) {
// .section .eh_frame,"a",@progbits
if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF,
- /*AddSegmentInfo=*/false) ||
- Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF,
/*AddSegmentInfo=*/false))
return SectionKind::getMetadata();