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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
BTW, if the file path contains a comma, does wrapping the file path under double quotes work?
Comment Actions
Just tried, using double quotes still doesn't work. In my case, the perf data path is automatically generated, it still can't apply the double quotes.