mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-24 15:12:36 +00:00
Fix some Ocaml tests: the %t substitution now returns an absolute path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d854a4f7e
commit
2a7d731828
@ -1,5 +1,5 @@
|
||||
(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %s -o %t
|
||||
* RUN: ./%t %t.bc
|
||||
* RUN: %t %t.bc
|
||||
*)
|
||||
|
||||
open Llvm
|
||||
|
@ -1,5 +1,5 @@
|
||||
(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_bitwriter.cmxa %s -o %t
|
||||
* RUN: ./%t %t.bc
|
||||
* RUN: %t %t.bc
|
||||
* RUN: llvm-dis < %t.bc | grep caml_int_ty
|
||||
*)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
(* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %s -o %t
|
||||
* RUN: ./%t %t.bc
|
||||
* RUN: %t %t.bc
|
||||
* RUN: llvm-dis < %t.bc | grep caml_int_ty
|
||||
*)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %s -o %t
|
||||
* RUN: ./%t %t.bc
|
||||
* RUN: %t %t.bc
|
||||
*)
|
||||
|
||||
open Llvm
|
||||
|
@ -1,5 +1,5 @@
|
||||
(* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa llvm_bitwriter.cmxa %s -o %t
|
||||
* RUN: ./%t %t.bc
|
||||
* RUN: %t %t.bc
|
||||
* RUN: llvm-dis < %t.bc > %t.ll
|
||||
*)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user