[all-commits] [llvm/llvm-project] 07107f: [llvm-profdata] Remove unnecessary file size check

William Junda Huang via All-commits all-commits at lists.llvm.org
Tue Jan 3 11:25:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07107f339058ba10c44b64c85412578e5e68256e
      https://github.com/llvm/llvm-project/commit/07107f339058ba10c44b64c85412578e5e68256e
  Author: William Huang <williamjhuang at google.com>
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
    M llvm/lib/ProfileData/SampleProfReader.cpp

  Log Message:
  -----------
  [llvm-profdata] Remove unnecessary file size check

Unsure why profile reader checks profile size to be less than 4 GB. This breaks builds using a very large profile.
The limit is not seen anywhere else, so I am not sure why is it there in the first place.

Reviewed By: davidxl

Differential Revision: https://reviews.llvm.org/D140741




More information about the All-commits mailing list