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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to