- Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category
Description
| Bugzilla Link | 43204 |
| Resolution | FIXED |
| Resolved on | Sep 05, 2019 04:57 |
| Version | 9.0 |
| OS | Linux |
| Blocks | #41819 |
| CC | @amccarth-google,@Bigcheese,@brunodefraine,@dobbelaj-snps,@zygoloid,@rnk,@sam-mccall,@tahonermann |
Extended Description
As reported by Jeroen here: http://lists.llvm.org/pipermail/cfe-dev/2019-September/063225.html
clang 9 does not seem to be able to open files using relative paths on mapped drives.
For example:
mkdir \src\tmp\foo
net use x: \localhost\c$\src\tmp\foo
gvim x:\a.c
x:
c:\src\llvm.monorepo\build.release\bin\clang-cl /c a.c
clang-cl: error: no such file or directory: 'a.c'
clang 8 did not have this problem.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other category