blob: 64729ac2771729c0a55c10b6a9b8706037f39e67 [file] [log] [blame]
// 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; }