diff options
author | Vedant Kumar <vsk@apple.com> | 2020-02-28 18:03:15 -0800 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2020-02-28 18:03:15 -0800 |
commit | 3388871714d3b718b823e76499b0c03877105e5d (patch) | |
tree | c4c6ce29637fa2564cd604a44247d149eff40330 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 7300c338e5f5d1cb08caf7fa9e4b172b88d8e58e (diff) | |
download | llvm-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.cpp | 2 |
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(); |