[cfi] Mark a test as unsupported on darwin.

llvm-svn: 315007
This commit is contained in:
Evgeniy Stepanov 2017-10-05 19:36:15 +00:00
parent 4407767fe8
commit ca6c8e85d1
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
// This test uses jump tables containing PC-relative references to external
// symbols, which the Mach-O object writer does not currently support.
// XFAIL: darwin
// The test passes on i386 Darwin and fails on x86_64, hence unsupported instead of xfail.
// UNSUPPORTED: darwin
#include <stdlib.h>
#include <stdio.h>