search for: a2be903

Displaying 2 results from an estimated 2 matches for "a2be903".

Did you mean: a24e403
2013 Oct 01
3
[LLVMdev] RFH: passing options from clang down to opt
...copying? I've tried doing what the vectorizer flags do, but they are used to build the module pass manager, and my pass is just a function pass. Do I need to modify the pass manager as well? Thanks. Diego. diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index a2be903..da932e2 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -351,6 +351,10 @@ def fno_autolink : Flag <["-"], "fno-autolink">, Group<f_Group>, Flags<[DriverOption, CC1Option]>, HelpText<"Disable generation of lin...
2013 Oct 01
0
[LLVMdev] RFH: passing options from clang down to opt
...ctorizer flags do, but they are > used to build the module pass manager, and my pass is just a function > pass. > > Do I need to modify the pass manager as well? > > Thanks. Diego. > > diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td > index a2be903..da932e2 100644 > --- a/include/clang/Driver/Options.td > +++ b/include/clang/Driver/Options.td > @@ -351,6 +351,10 @@ def fno_autolink : Flag <["-"], "fno-autolink">, > Group<f_Group>, > Flags<[DriverOption, CC1Option]>, > HelpText<&...