summaryrefslogtreecommitdiff
path: root/test/Bindings
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-15 03:43:51 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-15 03:43:51 +0000
commita0846f414366462d24e65b48deea6b2b85f6616b (patch)
treef35afa8054119ca87b76669247fd54e91458f8ff /test/Bindings
parent2475da80edafcf3a45bddbc937e60312dba435ad (diff)
downloadllvm-a0846f414366462d24e65b48deea6b2b85f6616b.tar.gz
llvm-a0846f414366462d24e65b48deea6b2b85f6616b.tar.bz2
llvm-a0846f414366462d24e65b48deea6b2b85f6616b.tar.xz
[OCaml] Add REQUIRES: native, object-emission to the Target test
While the test would work with any compiled in target with object emission support, it's nontrivial to formulate this condition in lit, so a conservative restriction is used instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bindings')
-rw-r--r--test/Bindings/Ocaml/target.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Bindings/Ocaml/target.ml b/test/Bindings/Ocaml/target.ml
index aee99edcba..d69fb0e664 100644
--- a/test/Bindings/Ocaml/target.ml
+++ b/test/Bindings/Ocaml/target.ml
@@ -3,6 +3,7 @@
* RUN: cp %s %t.builddir
* RUN: %ocamlopt -g -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %t.builddir/target.ml -o %t
* RUN: %t %t.bc
+ * REQUIRES: native, object-emission
* XFAIL: vg_leak
*)