mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
[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
This commit is contained in:
parent
2475da80ed
commit
a0846f4143
@ -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
|
||||
*)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user