diff options
| author | Peter Zotov <whitequark@whitequark.org> | 2013-11-15 03:43:51 +0000 |
|---|---|---|
| committer | Peter Zotov <whitequark@whitequark.org> | 2013-11-15 03:43:51 +0000 |
| commit | 6519801a6e773eda9e64a7e573ed062965f1e6c5 (patch) | |
| tree | 1387b1be5be371efcccedf49d5e01aa61213ece2 | |
| parent | ae73587c4bce1a59b44d372b115d82b4c781596f (diff) | |
| download | bcm5719-llvm-6519801a6e773eda9e64a7e573ed062965f1e6c5.tar.gz bcm5719-llvm-6519801a6e773eda9e64a7e573ed062965f1e6c5.zip | |
[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.
llvm-svn: 194781
| -rw-r--r-- | llvm/test/Bindings/Ocaml/target.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Bindings/Ocaml/target.ml b/llvm/test/Bindings/Ocaml/target.ml index aee99edcba8..d69fb0e664f 100644 --- a/llvm/test/Bindings/Ocaml/target.ml +++ b/llvm/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 *) |

