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

             Bug #: 14303
           Summary: clang's --help output regressed from ~60 lines of
                    output to ~470 lines, and most of the flags printed by
                    it are not understood by the driver
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


At r155835:
$ ../../Release+Asserts/bin/clang --help | wc -l
     58


At r157931:
$ ../../Release+Asserts/bin/clang --help | wc -l
     451


Likely caused by r155916; the driver seems to print all the cc1 options too,
even though it doesn't understand them.

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