Mark test stack-usage-safestack.c as requiring x86.

This should fix buildbots that don't build the x86 target.
This commit is contained in:
Douglas Yung 2022-04-21 13:55:51 -07:00
parent 480c59c11a
commit 311929267d

View File

@ -1,5 +1,7 @@
/// Check that stack frame size warnings behave the same when safe stack is enabled
// REQUIRES: x86-registered-target
// RUN: %clang_cc1 %s -fwarn-stack-size=48 -S -o - -triple=i386-apple-darwin 2>&1 | FileCheck --check-prefix=REGULAR %s
// RUN: %clang_cc1 %s -fwarn-stack-size=1060 -S -o - -triple=i386-apple-darwin 2>&1 | FileCheck --check-prefix=IGNORE %s