blob: 65588bc508404d683f638a59fec4a359f56ba9cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//===-- 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
|