Displaying 1 result from an estimated 1 matches for "cea9ee1".
2017 Jun 15
7
[RFC] Profile guided section layout
...];
+ C = std::max(C, Count);
+ }
+
+ return &InputSection::Discarded;
+ }
+
if (shouldMerge(Sec))
return make<MergeInputSection>(this, &Sec, Name);
return make<InputSection>(this, &Sec, Name);
diff --git a/ELF/Options.td b/ELF/Options.td
index 335c7ad..cea9ee1 100644
--- a/ELF/Options.td
+++ b/ELF/Options.td
@@ -144,6 +144,9 @@ def nostdlib: F<"nostdlib">,
def no_as_needed: F<"no-as-needed">,
HelpText<"Always DT_NEEDED for shared libraries">;
+def no_cfg_profile_reorder: F<"no-cfg-profile-reor...