summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/avr-mmcu.c
blob: efe75fded6edb32aa07b760398745e02adaee8b4 (plain)
1
2
3
4
5
// A test for the propagation of the -mmcu option to -cc1 and -cc1as

// RUN: %clang -### -target avr -mmcu=atmega328p -save-temps %s 2>&1 | FileCheck %s
// CHECK: clang{{.*}} "-cc1" {{.*}} "-target-cpu" "atmega328p"
// CHECK: clang{{.*}} "-cc1as" {{.*}} "-target-cpu" "atmega328p"
OpenPOWER on IntegriCloud