[llvm-bugs] [Bug 28318] New: [PM] Equivalent of -debug-pass=Arguments/-debug-pass=Structure
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 26 16:33:52 PDT 2016
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: unassignedbugs at nondot.org
Reporter: chisophugis at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160626/36bc6ce0/attachment.html>
More information about the llvm-bugs
mailing list