mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Fix some Ocaml tests: the %t substitution now returns an absolute path.
llvm-svn: 111623
This commit is contained in:
parent
734df9c786
commit
42d06735ca
@ -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…
Reference in New Issue
Block a user