[all-commits] [llvm/llvm-project] c136d8: [llvm-profgen] Remove CommaSeparated option from p...

ictwanglei via All-commits all-commits at lists.llvm.org
Wed Sep 21 09:47:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c136d8582b3ddc507432663c2d6027ee51d62283
      https://github.com/llvm/llvm-project/commit/c136d8582b3ddc507432663c2d6027ee51d62283
  Author: wlei <wlei at fb.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    M llvm/tools/llvm-profgen/llvm-profgen.cpp

  Log Message:
  -----------
  [llvm-profgen] Remove CommaSeparated option from perf file cl

There could be comma in one perf file path, since at this point it only support one file as input, there is no need for the `llvm::cl::MiscFlags::CommaSeparated` option.

Reviewed By: hoy, wenlei

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




More information about the All-commits mailing list