You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 hit this problem while trying to summarize coverage for the CMake code-base itself. I can provide instructions for the latter that will be sure to reproduce this problem.