Emitted filename printout fix.
Enhancement RequestFixed needs testing
Currently, when files are written by c3c, something like this gets printed:
```
LLVM files written to file/path.
```
This holds true for '.'
```
LLVM files written to ..
```
Personally, I suggest just removing the trailing period, but others suggested wrapping the path in backticks.
As an alternative I suggest single quotes.
1 条评论