summaryrefslogtreecommitdiffstats
path: root/lld
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-06-28 04:52:40 +0000
committerRui Ueyama <ruiu@google.com>2013-06-28 04:52:40 +0000
commit0a00836bb7be52daa291c681d6041300b627bc21 (patch)
treed81d390c3536467011890b03205985d9cfba08d6 /lld
parent11ccc91f0afcb18f09a9c0f7ae9fa161162175fe (diff)
downloadbcm5719-llvm-0a00836bb7be52daa291c681d6041300b627bc21.tar.gz
bcm5719-llvm-0a00836bb7be52daa291c681d6041300b627bc21.zip
Add include guard.
llvm-svn: 185134
Diffstat (limited to 'lld')
-rw-r--r--lld/lib/ReaderWriter/PECOFF/Atoms.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/lib/ReaderWriter/PECOFF/Atoms.h b/lld/lib/ReaderWriter/PECOFF/Atoms.h
index 94799692603..42a6bfd2983 100644
--- a/lld/lib/ReaderWriter/PECOFF/Atoms.h
+++ b/lld/lib/ReaderWriter/PECOFF/Atoms.h
@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
+#ifndef LLD_READER_WRITER_PE_COFF_ATOMS_H_
+#define LLD_READER_WRITER_PE_COFF_ATOMS_H_
+
#include "lld/Core/File.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Object/COFF.h"
@@ -239,3 +242,5 @@ void connectAtomsWithLayoutEdge(std::vector<T *> &atoms) {
} // namespace coff
} // namespace lld
+
+#endif
OpenPOWER on IntegriCloud