[llvm-bugs] [Bug 36442] New: -fsplit-dwarf-inlining help message is	wrong
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Mon Feb 19 17:15:36 PST 2018
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=36442
            Bug ID: 36442
           Summary: -fsplit-dwarf-inlining help message is wrong
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Documentation
          Assignee: unassignedclangbugs at nondot.org
          Reporter: benjamin at benjamin.pe
                CC: llvm-bugs at lists.llvm.org
$ clang --help | grep split-dwarf-inlining
  -fsplit-dwarf-inlining  Place debug types in their own section (ELF Only)
A cursory inspection of Options.td suggests this error arose from copy-pasting
the -fdebug-types-section definition.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180220/e01a8b45/attachment.html>
    
    
More information about the llvm-bugs
mailing list