mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +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
|
||||
#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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user