[LLVMbugs] [Bug 5027] New: System library should support pipe in executeandwait
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Sep 22 02:07:48 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5027
Summary: System library should support pipe in executeandwait
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: System Library
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
ExecuteAndWait only supports redirection to files, not pipes.
Pipes are available on both Unix and Windows, on Windows it could use
CreatePipe.
--
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