From f208b70fbc4dee78067b3c5bd6cb92aa3ba58a1e Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 4 Dec 2019 10:35:14 -0800 Subject: Revert "[Coverage] Revise format to reduce binary size" This reverts commit e18531595bba495946aa52c0a16b9f9238cff8bc. On Windows, there is an error: http://lab.llvm.org:8011/builders/sanitizer-windows/builds/54963/steps/stage%201%20check/logs/stdio error: C:\b\slave\sanitizer-windows\build\stage1\projects\compiler-rt\test\profile\Profile-x86_64\Output\instrprof-merging.cpp.tmp.v1.o: Failed to load coverage: Malformed coverage data --- llvm/lib/ProfileData/InstrProf.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/ProfileData/InstrProf.cpp') diff --git a/llvm/lib/ProfileData/InstrProf.cpp b/llvm/lib/ProfileData/InstrProf.cpp index 21519b8b63c..57d4fbc59f8 100644 --- a/llvm/lib/ProfileData/InstrProf.cpp +++ b/llvm/lib/ProfileData/InstrProf.cpp @@ -162,10 +162,6 @@ const char *InstrProfSectNamePrefix[] = { namespace llvm { -cl::opt DoInstrProfNameCompression( - "enable-name-compression", - cl::desc("Enable name/filename string compression"), cl::init(true)); - std::string getInstrProfSectionName(InstrProfSectKind IPSK, Triple::ObjectFormatType OF, bool AddSegmentInfo) { -- cgit v1.2.3