[llvm] r194781 - [OCaml] Add REQUIRES: native, object-emission to the Target test

Peter Zotov whitequark at whitequark.org
Thu Nov 14 19:43:51 PST 2013


Author: whitequark
Date: Thu Nov 14 21:43:51 2013
New Revision: 194781

URL: http://llvm.org/viewvc/llvm-project?rev=194781&view=rev
Log:
[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.

Modified:
    llvm/trunk/test/Bindings/Ocaml/target.ml

Modified: llvm/trunk/test/Bindings/Ocaml/target.ml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/target.ml?rev=194781&r1=194780&r2=194781&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/target.ml (original)
+++ llvm/trunk/test/Bindings/Ocaml/target.ml Thu Nov 14 21:43:51 2013
@@ -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
  *)
 





More information about the llvm-commits mailing list