diff options
| author | Dylan McKay <dylanmckay34@gmail.com> | 2016-05-18 11:20:48 +0000 |
|---|---|---|
| committer | Dylan McKay <dylanmckay34@gmail.com> | 2016-05-18 11:20:48 +0000 |
| commit | f830f4baa5b3423aca8ef657c139bba8b7903a40 (patch) | |
| tree | 6aa2e4fd1b25028885255d13af882b1b76b38574 /llvm/lib/Target/AVR | |
| parent | 324d9200d6d4c0e90639eb9ca458aaddc0471ef4 (diff) | |
| download | bcm5719-llvm-f830f4baa5b3423aca8ef657c139bba8b7903a40.tar.gz bcm5719-llvm-f830f4baa5b3423aca8ef657c139bba8b7903a40.zip | |
[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
Diffstat (limited to 'llvm/lib/Target/AVR')
| -rw-r--r-- | llvm/lib/Target/AVR/AVRConfig.h | 15 | ||||
| -rw-r--r-- | llvm/lib/Target/AVR/AVRFrameLowering.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/AVR/AVRISelLowering.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/AVR/AVRMachineFunctionInfo.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/AVR/AVRSubtarget.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/AVR/AVRTargetMachine.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 2 |
7 files changed, 0 insertions, 27 deletions
diff --git a/llvm/lib/Target/AVR/AVRConfig.h b/llvm/lib/Target/AVR/AVRConfig.h deleted file mode 100644 index 65588bc5084..00000000000 --- a/llvm/lib/Target/AVR/AVRConfig.h +++ /dev/null @@ -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 diff --git a/llvm/lib/Target/AVR/AVRFrameLowering.h b/llvm/lib/Target/AVR/AVRFrameLowering.h index cd8fe91e193..850a43abebf 100644 --- a/llvm/lib/Target/AVR/AVRFrameLowering.h +++ b/llvm/lib/Target/AVR/AVRFrameLowering.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 { diff --git a/llvm/lib/Target/AVR/AVRISelLowering.h b/llvm/lib/Target/AVR/AVRISelLowering.h index 7355c051787..b7636f0b4d8 100644 --- a/llvm/lib/Target/AVR/AVRISelLowering.h +++ b/llvm/lib/Target/AVR/AVRISelLowering.h @@ -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 { diff --git a/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h b/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h index 8cfe3fd51cb..cf0c7357630 100644 --- a/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h +++ b/llvm/lib/Target/AVR/AVRMachineFunctionInfo.h @@ -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 { diff --git a/llvm/lib/Target/AVR/AVRSubtarget.h b/llvm/lib/Target/AVR/AVRSubtarget.h index 9b06d31dbc7..a37849c3f3f 100644 --- a/llvm/lib/Target/AVR/AVRSubtarget.h +++ b/llvm/lib/Target/AVR/AVRSubtarget.h @@ -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" diff --git a/llvm/lib/Target/AVR/AVRTargetMachine.h b/llvm/lib/Target/AVR/AVRTargetMachine.h index 96254565581..6993dd998bf 100644 --- a/llvm/lib/Target/AVR/AVRTargetMachine.h +++ b/llvm/lib/Target/AVR/AVRTargetMachine.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" diff --git a/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h b/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h index 4386a11e850..b72793d0fab 100644 --- a/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h +++ b/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.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 { |

