summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avr/target-cpu-defines/attiny104.c
blob: 7de65bf09ba3daa83a1bca9eb82d9e3c2752d741 (plain)
1
2
3
4
5
6
7
// 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
// CHECK: #define __AVR 1
// CHECK: #define __AVR_ATtiny104__ 1
// CHECK: #define __AVR__ 1
OpenPOWER on IntegriCloud