brintos

brintos / llvm-project-archived public Read only

0
0
Text · 340 B · 16745a7 Raw
10 lines · c
1// RUN: %clang_cc1 -E -dM -triple avr-unknown-unknown -target-cpu attiny104 /dev/null | FileCheck -match-full-lines %s2 3// CHECK: #define AVR 14// CHECK: #define __AVR 15// CHECK: #define __AVR_ARCH__ 1006// CHECK: #define __AVR_ATtiny104__ 17// CHECK-NOT: #define __AVR_HAVE_MUL__ 18// CHECK: #define __AVR__ 19// CHECK: #define __ELF__ 110