Skip to content

clang 9 "no such file" error on Windows mapped drive #42549

@zmodem

Description

@zmodem
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

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclangClang issues not falling into any other category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions