[LLVMbugs] [Bug 622] would like to store gccas opt passes in a file
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Aug 30 07:14:06 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=622
brukman+bugs at uiuc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From brukman+bugs at uiuc.edu 2005-08-30 09:14 -------
The correct syntax for redirecting stderr to stdout in bash is:
gccas /dev/null -o /dev/null -debug-pass=Arguments > somefile 2>&1
see `man bash' for details.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list