summaryrefslogtreecommitdiff
path: root/test/cfi/cross-dso
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-01-27 21:15:10 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-01-27 21:15:10 +0000
commitcff640958bde56788657d0d5e312b97c44250eeb (patch)
tree639a93ae59d99f9f6d9b4463ce5ea9e8f0e03472 /test/cfi/cross-dso
parent3507cf2b17408cb17ec3a44b1c02161bbba77bb5 (diff)
[cfi] Disable vtable diagnostics when no cxxabi.
This should fix the build on Mac 10.8 and earlier. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@258988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi/cross-dso')
-rw-r--r--test/cfi/cross-dso/icall/diag.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cfi/cross-dso/icall/diag.cpp b/test/cfi/cross-dso/icall/diag.cpp
index b841a64c0..c9ca28cbf 100644
--- a/test/cfi/cross-dso/icall/diag.cpp
+++ b/test/cfi/cross-dso/icall/diag.cpp
@@ -70,6 +70,8 @@
// RUN: %expect_crash %t __v 2>&1 | FileCheck %s --check-prefix=ICALL-NODIAG --check-prefix=CAST-NODIAG \
// RUN: --check-prefix=VCALL-NODIAG --check-prefix=VCALL-FATAL
+// REQUIRES: cxxabi
+
#include <assert.h>
#include <stdio.h>
#include <string.h>