mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
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:
parent
480c59c11a
commit
311929267d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user