[Support/Registry.h] Include llvm/Support/Compiler.h.
Because Registry.h is using the LLVM_DELETED_FUNCTION macro. llvm-svn: 185087
This commit is contained in:
parent
02dd93ec1a
commit
f183082dc6
|
|
@ -14,6 +14,8 @@
|
||||||
#ifndef LLVM_SUPPORT_REGISTRY_H
|
#ifndef LLVM_SUPPORT_REGISTRY_H
|
||||||
#define LLVM_SUPPORT_REGISTRY_H
|
#define LLVM_SUPPORT_REGISTRY_H
|
||||||
|
|
||||||
|
#include "llvm/Support/Compiler.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
/// A simple registry entry which provides only a name, description, and
|
/// A simple registry entry which provides only a name, description, and
|
||||||
/// no-argument constructor.
|
/// no-argument constructor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue