https://llvm.org/bugs/show_bug.cgi?id=28318

            Bug ID: 28318
           Summary: [PM] Equivalent of
                    -debug-pass=Arguments/-debug-pass=Structure
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: chisophu...@gmail.com
                CC: llvm-bugs@lists.llvm.org
            Blocks: 28315
    Classification: Unclassified

Especially -debug-pass=Arguments and -debug-pass=Structure are really useful.

One requirement is the ability to print this information *without* running the
passes. For example, we may be crashing halfway through executing the passes.

Another requirement is that this needs to be accessible through clang and LLD's
-mllvm options (or anything that runs passes) so it pretty much has to be a
cl::opt placed similarly to the existing option.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to