[PATCH] D21954: [PM] Add some internal options for testing out the new PM.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 19:29:31 PDT 2016
silvas added a comment.
Submit a reply that I had left in an "unsubmitted" state for some reason.
================
Comment at: include/clang/Driver/CC1Options.td:160
@@ -159,1 +159,3 @@
+def middle_end_passes_EQ
+ : Joined<[ "-" ], "middle-end-passes=">,
----------------
I was originally thinking that these would be deleted once we have the new PM hooked up, but after thinking about it this is generally useful functionality for developers.
http://reviews.llvm.org/D21954
More information about the llvm-commits
mailing list