[LLVMbugs] [Bug 20299] New: DirectoryEntry::getCanonicalName() not implemented on Windows
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 14 14:10:45 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20299
Bug ID: 20299
Summary: DirectoryEntry::getCanonicalName() not implemented on
Windows
Product: clang
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: blangmuir at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The implementation of getCanonicalName() is #if LLVM_ON_UNIX. The consequence
that I ran into is that the test Modules/inferred-framework-case.m doesn't work
on Windows, and we will load modules with any case if the filesystem is
case-insensitive, which causes grief if you later correct the name and don't
clear your module cache.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140714/7717bf03/attachment.html>
More information about the llvm-bugs
mailing list