mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[AVR] Remove the 'AVRConfig.h' header
It defined the LLVM_AVR_GCC_COMPAT constant, which would enable/disable certain GCC-specific behaviours. There is no point conditionally turning it on/off, as it will always be turned on, and we have to maintain both code paths anyway. llvm-svn: 269904
This commit is contained in:
parent
490e5845ff
commit
a60d032b35
@ -1,15 +0,0 @@
|
||||
//===-- AVRConfig.h - AVR Backend Configuration Header ----------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_AVR_CONFIG_H
|
||||
#define LLVM_AVR_CONFIG_H
|
||||
|
||||
#define LLVM_AVR_GCC_COMPAT
|
||||
|
||||
#endif // LLVM_AVR_CONFIG_H
|
@ -10,8 +10,6 @@
|
||||
#ifndef LLVM_AVR_FRAME_LOWERING_H
|
||||
#define LLVM_AVR_FRAME_LOWERING_H
|
||||
|
||||
#include "AVRConfig.h"
|
||||
|
||||
#include "llvm/Target/TargetFrameLowering.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -15,8 +15,6 @@
|
||||
#ifndef LLVM_AVR_ISEL_LOWERING_H
|
||||
#define LLVM_AVR_ISEL_LOWERING_H
|
||||
|
||||
#include "AVRConfig.h"
|
||||
|
||||
#include "llvm/Target/TargetLowering.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -14,8 +14,6 @@
|
||||
#ifndef LLVM_AVR_MACHINE_FUNCTION_INFO_H
|
||||
#define LLVM_AVR_MACHINE_FUNCTION_INFO_H
|
||||
|
||||
#include "AVRConfig.h"
|
||||
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -14,8 +14,6 @@
|
||||
#ifndef LLVM_AVR_SUBTARGET_H
|
||||
#define LLVM_AVR_SUBTARGET_H
|
||||
|
||||
#include "AVRConfig.h"
|
||||
|
||||
#include "llvm/Target/TargetSubtargetInfo.h"
|
||||
#include "llvm/IR/DataLayout.h"
|
||||
#include "llvm/IR/DataLayout.h"
|
||||
|
@ -14,8 +14,6 @@
|
||||
#ifndef LLVM_AVR_TARGET_MACHINE_H
|
||||
#define LLVM_AVR_TARGET_MACHINE_H
|
||||
|
||||
#include "AVRConfig.h"
|
||||
|
||||
#include "llvm/IR/DataLayout.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
|
||||
|
@ -14,8 +14,6 @@
|
||||
#ifndef LLVM_AVR_MCTARGET_DESC_H
|
||||
#define LLVM_AVR_MCTARGET_DESC_H
|
||||
|
||||
#include "AVRConfig.h"
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
Reference in New Issue
Block a user