forked from OSchip/llvm-project
[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:
parent
59ec55fa19
commit
ceba881aea
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue