mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
[Support/Registry.h] Include llvm/Support/Compiler.h.
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
This commit is contained in:
parent
e6dc376eec
commit
f00e9ae990
@ -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…
x
Reference in New Issue
Block a user