[PATCH] D149400: [llvm-profdata] Deprecate Compact Binary Sample Profile Format
    Manoj Gupta via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May  4 11:47:30 PDT 2023
    
    
  
manojgupta added a comment.
Ideally, the changes to llvm-profdata and use inside clang should have been separate and delayed. Now, we have a case where the older profiles are erroring out when building with ToT clang.
Builders are full or errors like:
> Could not open profile: Unrecognized sample profile encoding format[0m
1 error generated.
So, now we are in a scramble to somehow create new profiles :(.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149400/new/
https://reviews.llvm.org/D149400
    
    
More information about the llvm-commits
mailing list