[all-commits] [llvm/llvm-project] bcbb12: Fixed a profdata file size detection on Windows sy...

Vladimir Vereschaka via All-commits all-commits at lists.llvm.org
Tue Nov 5 17:40:04 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bcbb121ff6c8440382abfce8f2911a095f14602b
      https://github.com/llvm/llvm-project/commit/bcbb121ff6c8440382abfce8f2911a095f14602b
  Author: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/test/tools/llvm-profdata/show-prof-size.test

  Log Message:
  -----------
  Fixed a profdata file size detection on Windows system.

The space symbols are allowed in the group names on Windows system (as
example: Domain Users). In that case the test extracts a wrong field
from the output to get a size of the profdata file.

This patch avoids a printing of the group names in the test output and
extracts a proper field as a file size.

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




More information about the All-commits mailing list