[compiler-rt] Fixed __llvm_profile_write_buffer in presence of ValueProfileData. (PR #97350)
    David Li via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul  1 21:34:00 PDT 2024
    
    
  
https://github.com/david-xl commented:
The buffer interface is used by system without libc, so any dependencies introduced on libc is not allowed. IIRC, value profiling is not supported for buffer API due to reason. For the involved test case, option needs to be added to disable value profile.
https://github.com/llvm/llvm-project/pull/97350
    
    
More information about the llvm-commits
mailing list