summaryrefslogtreecommitdiff
path: root/test/CodeGen/avr
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/avr')
-rw-r--r--test/CodeGen/avr/target-cpu-defines/atmega328p.c6
-rw-r--r--test/CodeGen/avr/target-cpu-defines/attiny104.c6
-rw-r--r--test/CodeGen/avr/target-cpu-defines/common.c5
3 files changed, 0 insertions, 17 deletions
diff --git a/test/CodeGen/avr/target-cpu-defines/atmega328p.c b/test/CodeGen/avr/target-cpu-defines/atmega328p.c
deleted file mode 100644
index 9918abef7f..0000000000
--- a/test/CodeGen/avr/target-cpu-defines/atmega328p.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown -target-cpu atmega328p /dev/null | FileCheck -match-full-lines %s
-
-// CHECK: #define AVR 1
-// CHECK: #define __AVR 1
-// CHECK: #define __AVR_ATmega328P 1
-// CHECK: #define __AVR__ 1
diff --git a/test/CodeGen/avr/target-cpu-defines/attiny104.c b/test/CodeGen/avr/target-cpu-defines/attiny104.c
deleted file mode 100644
index 3563108071..0000000000
--- a/test/CodeGen/avr/target-cpu-defines/attiny104.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown -target-cpu attiny104 /dev/null | FileCheck -match-full-lines %s
-
-// CHECK: #define AVR 1
-// CHECK: #define __AVR 1
-// CHECK: #define __AVR_ATtiny104 1
-// CHECK: #define __AVR__ 1
diff --git a/test/CodeGen/avr/target-cpu-defines/common.c b/test/CodeGen/avr/target-cpu-defines/common.c
deleted file mode 100644
index 0cf4d30d5e..0000000000
--- a/test/CodeGen/avr/target-cpu-defines/common.c
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown /dev/null | FileCheck -match-full-lines %s
-
-// CHECK: #define AVR 1
-// CHECK: #define __AVR 1
-// CHECK: #define __AVR__ 1