forked from OSchip/llvm-project
16 lines
452 B
C
16 lines
452 B
C
|
//===-- 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
|