[LLVMbugs] [Bug 3041] New: Disabled code should only be disabled on certain platforms
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Nov 11 07:30:11 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3041
Summary: Disabled code should only be disabled on certain
platforms
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: orion at parsed.net
CC: llvmbugs at cs.uiuc.edu
As you can see from this snippet of code from llvm-gcc-4.2/gcc/gcc.c, the
passing of --help to as and ld is disabled on all architectures, instead of
just the ones that don't support it.
#if 0
/* Our assembler and linkder do not support --help. */
/* APPLE LOCAL end verbose help 2920964 */
add_assembler_option ("--help", 6);
add_linker_option ("--help", 6);
/* APPLE LOCAL verbose help 2920964 */
#endif
--
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