1
0
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:
Dylan McKay 2016-05-18 11:20:48 +00:00
parent 490e5845ff
commit a60d032b35
7 changed files with 0 additions and 27 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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 {