Skip to content
Snippets Groups Projects
Commit d199f610 authored by Christian Dietrich's avatar Christian Dietrich Committed by Simon Schuster
Browse files

driver: add -mserialize-all pass-thru option for llc

parent c6069fb2
No related branches found
No related tags found
No related merge requests found
......@@ -1716,6 +1716,8 @@ def mpreemit_bitcode : Joined<["-"], "mpreemit-bitcode=">, Group<m_PML_Group>,
HelpText<"Write the final bitcode representation (before emit) to FILE">, Flags<[HelpHidden]>;
def mserialize : Joined<["-"], "mserialize=">, Group<m_PML_Group>,
HelpText<"Export PML specification of generated machine code to FILE">, Flags<[HelpHidden]>;
def mserialize_all : Flag<["-"], "mserialize-all">, Group<m_PML_Group>,
HelpText<"Export all methods into the PML specification">, Flags<[HelpHidden]>;
def mserialize_roots : Joined<["-"], "mserialize-roots=">, Group<m_PML_Group>,
HelpText<"Export only methods reachable from given functions">, Flags<[HelpHidden]>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment