[LLVMbugs] [Bug 9338] New: can_read declared in FileSystem.h but not implemented

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Feb 26 23:02:40 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=9338

           Summary: can_read declared in FileSystem.h but not implemented
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: viridia at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I was trying to update my code to use the new path stuff (since the old code is
marked as deprecated) and I was getting link errors for "can_read". Searching
the code, it appears that this function was never implemented, even though it's
declared in the header.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list