[compiler-rt] r315007 - [cfi] Mark a test as unsupported on darwin.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 12:36:15 PDT 2017
Author: eugenis
Date: Thu Oct 5 12:36:15 2017
New Revision: 315007
URL: http://llvm.org/viewvc/llvm-project?rev=315007&view=rev
Log:
[cfi] Mark a test as unsupported on darwin.
Modified:
compiler-rt/trunk/test/cfi/icall/external-call.c
Modified: compiler-rt/trunk/test/cfi/icall/external-call.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/cfi/icall/external-call.c?rev=315007&r1=315006&r2=315007&view=diff
==============================================================================
--- compiler-rt/trunk/test/cfi/icall/external-call.c (original)
+++ compiler-rt/trunk/test/cfi/icall/external-call.c Thu Oct 5 12:36:15 2017
@@ -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>
More information about the llvm-commits
mailing list