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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to