[PATCH] D128953: [NFC] refactor compression namespaces making way for a possible introduction of alternatives to zlib compression in the llvm toolchain.
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul  1 10:43:00 PDT 2022
    
    
  
MaskRay added inline comments.
================
Comment at: llvm/lib/ProfileData/InstrProf.cpp:154
+    OS << ("profile uses " + compression::profile::AlgorithmName +
+           " compression but the profile reader was built " + "without " +
+           compression::profile::AlgorithmName + " support");
----------------
leonardchan wrote:
> `" compression but the profile reader was built " + "without "` -> `" compression but the profile reader was built without "`
Keep the diagnostic unchanged in this patch.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128953/new/
https://reviews.llvm.org/D128953
    
    
More information about the llvm-commits
mailing list