search for: bd84533

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

2017 Aug 01
2
[RFC] Profile guided section layout
...le(Arg->getValue())) + readCallGraph(*Buffer); + // If --retain-symbol-file is used, we'll keep only the symbols listed in // the file and discard all others. if (auto *Arg = Args.getLastArg(OPT_retain_symbols_file)) { diff --git a/ELF/Options.td b/ELF/Options.td index 0de0d73..bd84533 100644 --- a/ELF/Options.td +++ b/ELF/Options.td @@ -52,6 +52,9 @@ def allow_multiple_definition: F<"allow-multiple-definition">, def as_needed: F<"as-needed">, HelpText<"Only set DT_NEEDED for shared libraries if used">; +def callgraph_ordering...
2017 Jul 31
2
[RFC] Profile guided section layout
A rebased version of the lld patch is attached. Cheers, Rafael On 31 July 2017 at 15:11, Rafael Avila de Espindola <rafael.espindola at gmail.com> wrote: > Tobias Edler von Koch <tobias at codeaurora.org> writes: > >> Hi Rafael, >> >> On 07/31/2017 04:20 PM, Rafael Avila de Espindola via llvm-dev wrote: >>> However, do we need to start with