aboutsummaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg')
-rw-r--r--test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg b/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg
new file mode 100644
index 000000000000..27c61a34387c
--- /dev/null
+++ b/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg
@@ -0,0 +1,3 @@
+# The function type checker is only supported on x86 and x86_64 for now.
+if config.root.host_arch not in ['x86', 'x86_64']:
+ config.unsupported = True