[all-commits] [llvm/llvm-project] 91337e: Handle whitespace in symbol list

Chris B via All-commits all-commits at lists.llvm.org
Tue Jan 18 12:35:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91337e9091707f1d190994a3494c2283091c8c10
      https://github.com/llvm/llvm-project/commit/91337e9091707f1d190994a3494c2283091c8c10
  Author: Chris Bieneman <chris.bieneman at me.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M llvm/test/Transforms/SampleProfile/Inputs/profile-symbol-list.text
    M llvm/tools/llvm-profdata/llvm-profdata.cpp

  Log Message:
  -----------
  Handle whitespace in symbol list

Trimming whitespace or carriage returns from symbols allows this code
to work on Windows and makes it match other places symbol lists are
handled.

Reviewed By: MaskRay

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




More information about the All-commits mailing list