Displaying 1 result from an estimated 1 matches for "d41baec".
Did you mean:
  d41bae94
  
2017 Jun 15
7
[RFC] Profile guided section layout
...eorder">,
+  HelpText<"Disable reordering of sections based on profile information">;
+
 def no_color_diagnostics: F<"no-color-diagnostics">,
   HelpText<"Do not use colors in diagnostics">;
 
diff --git a/ELF/Writer.cpp b/ELF/Writer.cpp
index d41baec..d9bd757 100644
--- a/ELF/Writer.cpp
+++ b/ELF/Writer.cpp
@@ -20,11 +20,13 @@
 #include "SyntheticSections.h"
 #include "Target.h"
 #include "Threads.h"
+#include "llvm/ADT/Hashing.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringS...