diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
tree | 4def12e759965de927d963ac65840d663ef9d1ea /lib/Target/AVR/AVRConfig.h | |
parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) |
Diffstat (limited to 'lib/Target/AVR/AVRConfig.h')
-rw-r--r-- | lib/Target/AVR/AVRConfig.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/Target/AVR/AVRConfig.h b/lib/Target/AVR/AVRConfig.h deleted file mode 100644 index 65588bc508404..0000000000000 --- a/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 |