summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-03-09 20:41:56 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-03-09 20:41:56 +0000
commitf505320f53517f24d70259f78f84ef1e0dba4e72 (patch)
tree9a7ce14409b674b317a475b923b8ed01e79b9d66 /test/cfi
parentc6ad367baca517ce86ec09f05e25f2187b655aec (diff)
cfi: Disable simple-pass.cpp on Darwin.
-mretpoline does not work yet on Darwin. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@327168 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/simple-pass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cfi/simple-pass.cpp b/test/cfi/simple-pass.cpp
index 920922f37..de791fc10 100644
--- a/test/cfi/simple-pass.cpp
+++ b/test/cfi/simple-pass.cpp
@@ -1,3 +1,6 @@
+// -mretpoline does not work yet on Darwin.
+// XFAIL: darwin
+
// RUN: %clangxx_cfi -o %t %s
// RUN: %run %t
// RUN: %clangxx_cfi -mretpoline -o %t2 %s