summaryrefslogtreecommitdiffstats
path: root/test/Driver/redzone.c
blob: 9f117d0489bd86c0564d14c63dc45f2a3c514f84 (plain)
1
2
3
4
5
6
// RUN: %clang -ccc-host-triple i386-unknown-unknown -mno-red-zone %s -S -emit-llvm -o %t.log
// RUN: grep 'noredzone' %t.log
// RUN: %clang -ccc-host-triple i386-unknown-unknown -mred-zone %s -S -emit-llvm -o %t.log
// RUN: grep -v 'noredzone' %t.log 

int foo() { return 42; }
OpenPOWER on IntegriCloud