[all-commits] [llvm/llvm-project] d8690b: [llvm-profdata] Add more unit tests to check --out...

William Junda Huang via All-commits all-commits at lists.llvm.org
Wed Mar 15 17:34:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d8690bc1eae053a123da54316a64e28c20c287fb
      https://github.com/llvm/llvm-project/commit/d8690bc1eae053a123da54316a64e28c20c287fb
  Author: William Huang <williamjhuang at google.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M llvm/unittests/tools/llvm-profdata/OutputSizeLimitTest.cpp

  Log Message:
  -----------
  [llvm-profdata] Add more unit tests to check --output-size-limit feature when compression is enabled

Add unit tests for ExtBinary format with compression. This patch doesn't imply there's a bug in the existing implementation,
but as a precaution that planned changes to SampleProfileReader may cause it to break.

Reviewed By: snehasish

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




More information about the All-commits mailing list