search for: fno_autolink

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

2013 Oct 01
3
[LLVMdev] RFH: passing options from clang down to opt
...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 linker directives for automatic library linking">; +def fauto_profile : Flag<["-"], "fauto-profile"&g...
2013 Oct 01
0
[LLVMdev] RFH: passing options from clang down to opt
...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 linker directives for automatic > library linking">; > > +def fauto_profile : Flag<["-"]...