[AVR][NFC] Move preprocessor tests to Preprocessor directory

These tests were placed in the CodeGen directory while they really
should have been placed in the Preprocessor directory.

Differential Revision: https://reviews.llvm.org/D78163
This commit is contained in:
Ayke van Laethem 2020-04-15 00:37:44 +02:00
parent 59ec55fa19
commit ceba881aea
No known key found for this signature in database
GPG Key ID: E97FF5335DFDFDED
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
// REQUIRES: avr-registered-target
// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown -target-cpu atmega328p /dev/null | FileCheck -match-full-lines %s
// CHECK: #define AVR 1

View File

@ -1,4 +1,3 @@
// REQUIRES: avr-registered-target
// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown -target-cpu attiny104 /dev/null | FileCheck -match-full-lines %s
// CHECK: #define AVR 1

View File

@ -1,4 +1,3 @@
// REQUIRES: avr-registered-target
// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown /dev/null | FileCheck -match-full-lines %s
// CHECK: #define AVR 1