[LLVMbugs] [Bug 14460] New: 3.2 (and all previous?) hard code $TEMP on all platforms except Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Nov 29 20:26:12 PST 2012


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

             Bug #: 14460
           Summary: 3.2 (and all previous?) hard code $TEMP on all
                    platforms except Windows
           Product: new-bugs
           Version: 3.2
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: xxxajk at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


lib/Support/Unix/Path.inc hard codes use of /tmp instead of checking for, and
attempting to use the $TEMP or $TMP environment variable, which is standard on
all platforms, even MSW. Can this be fixed before the next official release?

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