summaryrefslogtreecommitdiffstats
path: root/test/Driver/flags.c
blob: 53f3995f394df25a4938150468156066f631bbc3 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float %s 2> %t.log &&
// RUN: grep '"--soft-float"' %t.log &&

// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2> %t.log &&
// RUN: grep '"--soft-float"' %t.log | count 0 &&

// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log &&
// RUN: grep '"--soft-float"' %t.log

OpenPOWER on IntegriCloud