summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2017-02-06 11:35:42 +0000
committerDiana Picus <diana.picus@linaro.org>2017-02-06 11:35:42 +0000
commit37a2d6d6991c23972cc1f1cded3b73d386d6d177 (patch)
treeea00232feb444b67b1c2eee102eee1afc8e8c74b /clang/test
parent2db1b4a177cb28527c36bde8d1db0a9cfdc1019f (diff)
downloadbcm5719-llvm-37a2d6d6991c23972cc1f1cded3b73d386d6d177.tar.gz
bcm5719-llvm-37a2d6d6991c23972cc1f1cded3b73d386d6d177.zip
Revert "[AVR] Allow specifying the CPU on the command line"
This reverts commit r294177. It seems to have broken some buildbots. llvm-svn: 294180
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/avr/target-cpu-defines/atmega328p.c6
-rw-r--r--clang/test/CodeGen/avr/target-cpu-defines/attiny104.c6
-rw-r--r--clang/test/CodeGen/avr/target-cpu-defines/common.c5
3 files changed, 0 insertions, 17 deletions
diff --git a/clang/test/CodeGen/avr/target-cpu-defines/atmega328p.c b/clang/test/CodeGen/avr/target-cpu-defines/atmega328p.c
deleted file mode 100644
index 9918abef7fe..00000000000
--- a/clang/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/clang/test/CodeGen/avr/target-cpu-defines/attiny104.c b/clang/test/CodeGen/avr/target-cpu-defines/attiny104.c
deleted file mode 100644
index 35631080718..00000000000
--- a/clang/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/clang/test/CodeGen/avr/target-cpu-defines/common.c b/clang/test/CodeGen/avr/target-cpu-defines/common.c
deleted file mode 100644
index 0cf4d30d5e2..00000000000
--- a/clang/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
OpenPOWER on IntegriCloud