[llvm-profgen] Remove CommaSeparated option from perf file cl
authorwlei <wlei@fb.com>
Tue, 20 Sep 2022 16:37:43 +0000 (09:37 -0700)
committerwlei <wlei@fb.com>
Wed, 21 Sep 2022 16:46:21 +0000 (09:46 -0700)
commitc136d8582b3ddc507432663c2d6027ee51d62283
tree298fc31ee9b1fe4a16d7a3a1b20ba4a04478deac
parent3e41bec03ebdde08b6da7733b5c8340993258cb0
[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
llvm/tools/llvm-profgen/llvm-profgen.cpp