
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
8 lines
266 B
C
8 lines
266 B
C
// 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
|
|
// CHECK: #define __ELF__ 1
|