Displaying 1 result from an estimated 1 matches for "01267a9".
Did you mean:
002679
2017 Jun 15
7
[RFC] Profile guided section layout
...iew.
- Michael Spencer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170615/cc7e7ae2/attachment-0001.html>
-------------- next part --------------
diff --git a/ELF/Config.h b/ELF/Config.h
index 9c73b4c..01267a9 100644
--- a/ELF/Config.h
+++ b/ELF/Config.h
@@ -10,6 +10,7 @@
#ifndef LLD_ELF_CONFIG_H
#define LLD_ELF_CONFIG_H
+#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
@@ -105,6 +...