Issue 137191
Summary [llvm-profdata] Fails sometimes with quoted file names to deal with spaces in paths
Labels new issue
Assignees
Reporter bartlettroscoe
    ## Description

When trying to deal with a project that uses spaces in its directory names, I came across a problem where I got errors like:

```
error: "./Utilities/KWIML/test/2827698.profraw": No such file or directory
```

where this was the first quoted file path passed in.

Are there automated tests for `llvm-profdata` (and the other `llvm-xxx` tools) that test if the can handle paths with spaces and quotes?

NOTE: I this this problem why trying to summarize coverage for the [CMake code-base itself](https://gitlab.kitware.com/cmake/cmake).  I can provide instructions for the latter that will be sure to reproduce this problem.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to