projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6dc376
)
[Support/Registry.h] Include llvm/Support/Compiler.h.
author
Argyrios Kyrtzidis
<akyrtzi@gmail.com>
Thu, 27 Jun 2013 17:57:40 +0000
(17:57 +0000)
committer
Argyrios Kyrtzidis
<akyrtzi@gmail.com>
Thu, 27 Jun 2013 17:57:40 +0000
(17:57 +0000)
Because Registry.h is using the LLVM_DELETED_FUNCTION macro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185087
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Registry.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Registry.h
b/include/llvm/Support/Registry.h
index 29eafb63ca0ee777999c2642e1ed8e52acacd3bb..073becd586aa9faf8e9e2c8d3f5b1cdf58da9911 100644
(file)
--- a/
include/llvm/Support/Registry.h
+++ b/
include/llvm/Support/Registry.h
@@
-14,6
+14,8
@@
#ifndef LLVM_SUPPORT_REGISTRY_H
#define LLVM_SUPPORT_REGISTRY_H
+#include "llvm/Support/Compiler.h"
+
namespace llvm {
/// A simple registry entry which provides only a name, description, and
/// no-argument constructor.